Skip to content

Instantly share code, notes, and snippets.

@Ayrx
Created July 17, 2013 14:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ayrx/6020779 to your computer and use it in GitHub Desktop.
Save Ayrx/6020779 to your computer and use it in GitHub Desktop.
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