mirror of
https://github.com/vysecurity/LinkedInt.git
synced 2025-12-06 17:02:19 +01:00
Spaelling fexes
This commit is contained in:
parent
4f6f32f89b
commit
de47d8520d
1 changed files with 2 additions and 2 deletions
|
|
@ -322,7 +322,7 @@ def authenticate():
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
banner()
|
banner()
|
||||||
# Prompt user for data variables
|
# Prompt user for data variables
|
||||||
search = args.keywords if args.keywords!=None else raw_input("[*] Enter search Keywords (use quotes for more percise results)\n")
|
search = args.keywords if args.keywords!=None else raw_input("[*] Enter search Keywords (use quotes for more precise results)\n")
|
||||||
print
|
print
|
||||||
outfile = args.output if args.output!=None else raw_input("[*] Enter filename for output (exclude file extension)\n")
|
outfile = args.output if args.output!=None else raw_input("[*] Enter filename for output (exclude file extension)\n")
|
||||||
print
|
print
|
||||||
|
|
@ -384,7 +384,7 @@ if __name__ == '__main__':
|
||||||
break
|
break
|
||||||
elif prefix == "auto":
|
elif prefix == "auto":
|
||||||
#if auto prefix then we want to use hunter IO to find it.
|
#if auto prefix then we want to use hunter IO to find it.
|
||||||
print "[*] Automaticly using Hunter IO to determine best Prefix"
|
print "[*] Automatically using Hunter IO to determine best Prefix"
|
||||||
url = "https://hunter.io/trial/v2/domain-search?offset=0&domain=%s&format=json" % suffix
|
url = "https://hunter.io/trial/v2/domain-search?offset=0&domain=%s&format=json" % suffix
|
||||||
r = requests.get(url)
|
r = requests.get(url)
|
||||||
content = json.loads(r.text)
|
content = json.loads(r.text)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue