Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
Merge pull request #3 from materaj/patch-1
Browse files Browse the repository at this point in the history
Update googd0rker.py
  • Loading branch information
ZephrFish authored Oct 31, 2017
2 parents e6563e2 + 50a4ddd commit 9858477
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions googd0rker.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ def google_it (site,dork,filename):
print ("Finding PHPINFO Files for "+site+"\n")
google_it (site,"inurl:'/phpinfo.php' "+site+"" ,"phpinfo.txt")
sleep(randint(10,100))
print ("Finding Files containing passwords for"+site+"\n")
google_it (site,"intext:'connectionString' AND inurl:'web' AND ext:'config'")
sleep(randint(10,100))
print ("Finding .htaccess & sensitive fiels for "+site+"\n")
google_it (site,"inurl:'/phpinfo.php' OR inurl:'.htaccess' OR inurl:'/.git' "+site+" -github" ,"sensitive.txt")
sleep(randint(10,100))
Expand Down

0 comments on commit 9858477

Please sign in to comment.