Skip to content

Commit

Permalink
Update grecon_cli.py
Browse files Browse the repository at this point in the history
Adding More TLDs
  • Loading branch information
TebbaaX authored Dec 16, 2020
1 parent d381f56 commit 9b08f6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grecon_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@



TLD = ["com","com.tw","co.in"]
TLD = ["com","ru","com.hk"]
beta = random.choice(TLD)
s = requests.Session()

Expand All @@ -26,4 +26,4 @@
print(colored ('[>] Running...' ,'green'))
query = key
for gamma in search(query, tld=beta, num=30 , stop=90 , pause=2):
print("" + gamma)
print("" + gamma)

0 comments on commit 9b08f6d

Please sign in to comment.