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

Commit

Permalink
updated help instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ZephrFish authored Nov 26, 2019
1 parent 14dd624 commit 77bb93b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions googd0rker.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# GoogD0rker 0.3
# Merging changes into the main repo
# Follow RandomRobbie on the twitters, https://twitter.com/Random_Robbie
# Added in Sleep inbetween requests

from googlesearch import search
Expand All @@ -18,7 +17,7 @@
results = parser.parse_args()

if results.domain == None:
print ("Please enter the domain you wish to target: main.py -d target.com")
print ("Please enter the domain you wish to target: googd0rker.py -d target.com")
exit()
else:
site = results.domain
Expand Down

0 comments on commit 77bb93b

Please sign in to comment.