The most awesomest scanner in the whole world!
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