Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
etc /
network /
if-down.d /
Delete
Unzip
Name
Size
Permission
Date
Action
openvpn
372
B
-rwxr-xr-x
2016-02-02 13:40
postfix
803
B
-rwxr-xr-x
2016-04-13 18:58
resolvconf
256
B
-rwxr-xr-x
2015-06-03 22:58
upstart
332
B
-rwxr-xr-x
2015-06-02 09:32
Save
Rename
#!/bin/sh -e if [ -e /lib/lsb/init-functions ]; then . /lib/lsb/init-functions fi if ! init_is_upstart; then exit 0 fi # Let's ignore meta entries (ifdown -a) if [ "$ADDRFAM" = "meta" ]; then exit 0 fi initctl emit -n net-device-down \ "IFACE=$IFACE" \ "LOGICAL=$LOGICAL" \ "ADDRFAM=$ADDRFAM" \ "METHOD=$METHOD"