Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 18.188.195.90
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
snap /
core /
17200 /
usr /
share /
resolvconf /
[ HOME SHELL ]
Name
Size
Permission
Action
dump-debug-info
757
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : dump-debug-info
#!/bin/sh dump_dir() { echo "### ls -l $1" ls -l "$1" || : for F in "$1"/* ; do [ -f "$F" ] || continue echo "### cat $F" cat "$F" done } echo "###### Start of debugging information for resolvconf ######" dump_dir /etc/resolvconf dump_dir /etc/resolvconf/resolv.conf.d echo "### ls -l /run/resolvconf" dump_dir /run/resolvconf dump_dir /run/resolvconf/interface echo "### ls -l /etc/resolv.conf" ls -l /etc/resolv.conf || : echo "### lsattr /etc/resolv.conf" which lsattr >/dev/null 2>&1 && lsattr /etc/resolv.conf || : echo "### cat /etc/resolv.conf" cat /etc/resolv.conf || : echo "### cat /etc/NetworkManager/NetworkManager.conf" cat /etc/NetworkManager/NetworkManager.conf || : echo "###### End of debugging information for resolvconf ######"
Close