Hackfut Security File Manager
Current Path:
/usr/lib64/python2.6/Demo/cgi
usr
/
lib64
/
python2.6
/
Demo
/
cgi
/
📁
..
📄
README
(437 B)
📄
cgi0.sh
(154 B)
📄
cgi1.py
(404 B)
📄
cgi1.pyc
(279 B)
📄
cgi1.pyo
(279 B)
📄
cgi2.py
(474 B)
📄
cgi2.pyc
(735 B)
📄
cgi2.pyo
(735 B)
📄
cgi3.py
(155 B)
📄
cgi3.pyc
(328 B)
📄
cgi3.pyo
(328 B)
📄
wiki.py
(3.94 KB)
📄
wiki.pyc
(5.28 KB)
📄
wiki.pyo
(5.28 KB)
Editing: cgi1.py
#! /usr/bin/env python2.6 """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"
Upload File
Create Folder