Advertisement
Guest User

LIST

a guest
Apr 27th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. def sensitive():
  2. print("Checking for files that may hold sensitive information...\n")
  3. time.sleep(5)
  4. pages = ['/sitemap.xml', '/robots.txt', '/.svn', '/.git', '/.htpasswd', '/.htaccess']
  5.  
  6. change a few things like taking away ' quotes to mess it up ^^^ above code is the correct code.
  7.  
  8. LIST TASK^^^^^^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement