Removed code that was leading to program not working properly.

This commit is contained in:
NotoriousRebel 2018-10-25 19:55:52 -04:00
parent 03c2e35457
commit befb9e502a

View file

@ -360,13 +360,6 @@ def start(argv):
all_emails.extend(emails)
#Clean up email list, sort and uniq
all_emails=sorted(set(all_emails))
else:
# if engine not in ("baidu", "bing", "crtsh","bingapi","dogpile","google", "googleCSE","virustotal","threatcrowd", "googleplus", "google-profiles","linkedin", "pgp", "twitter", "vhost", "yahoo","netcraft","all"):
usage()
print "Invalid search engine, try with: baidu, bing, bingapi, crtsh, dogpile, google, googleCSE, virustotal, netcraft, googleplus, google-profiles, linkedin, pgp, twitter, vhost, yahoo, all"
sys.exit()
# else:
# pass
#Results############################################################
print("\n\033[1;32;40m Harvesting results")