Created
July 17, 2013 14:00
-
-
Save Ayrx/6020779 to your computer and use it in GitHub Desktop.
The most awesomest scanner in the whole world!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
for r,d,f in os.walk("/var/www"): | |
for files in f: | |
if files.endswith(".php"): | |
print "You are fucked!" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment