From de47d8520d718c049e9a4385c9228f7a26db3b5a Mon Sep 17 00:00:00 2001 From: leesoh Date: Wed, 14 Mar 2018 13:44:05 -0600 Subject: [PATCH] Spaelling fexes --- LinkedInt.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LinkedInt.py b/LinkedInt.py index e08ba63..5faa7b4 100644 --- a/LinkedInt.py +++ b/LinkedInt.py @@ -322,7 +322,7 @@ def authenticate(): if __name__ == '__main__': banner() # 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 outfile = args.output if args.output!=None else raw_input("[*] Enter filename for output (exclude file extension)\n") print @@ -384,7 +384,7 @@ if __name__ == '__main__': break elif prefix == "auto": #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 r = requests.get(url) content = json.loads(r.text)