Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.216.198
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
python27 /
lib64 /
python2.7 /
Demo /
cgi /
Delete
Unzip
Name
Size
Permission
Date
Action
README
437
B
-rwxr-xr-x
2025-01-08 14:12
cgi0.sh
154
B
-rwxr-xr-x
2025-01-08 14:12
cgi1.py
410
B
-rwxr-xr-x
2025-01-08 14:12
cgi2.py
480
B
-rwxr-xr-x
2025-01-08 14:12
cgi3.py
161
B
-rwxr-xr-x
2025-01-08 14:12
wiki.py
3.94
KB
-rwxr-xr-x
2025-01-08 14:12
Save
Rename
#! /opt/alt/python27/bin/python """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"