Converted indentation from spaces to tabs universally across the whole script

This commit is contained in:
fleetcaptain 2019-03-16 19:15:21 -07:00
parent 7f786398ea
commit 7c4dddce73
1 changed files with 934 additions and 935 deletions

View File

@ -94,6 +94,7 @@ def banner():
# Based on Sublist3r by Ahmed Aboul-Ela - @aboul3la # Based on Sublist3r by Ahmed Aboul-Ela - @aboul3la
# Forked by Carl Pearson - github.com/fleetcaptain # Forked by Carl Pearson - github.com/fleetcaptain
# v1.0
""" % (R, W, Y)) """ % (R, W, Y))
@ -298,8 +299,7 @@ class GoogleEnum(enumratorBaseThreaded):
self.engine_name = "Google" self.engine_name = "Google"
self.MAX_DOMAINS = 11 self.MAX_DOMAINS = 11
self.MAX_PAGES = 200 self.MAX_PAGES = 200
super(GoogleEnum, self).__init__(base_url, self.engine_name, domain, subdomains, q=q, silent=silent, super(GoogleEnum, self).__init__(base_url, self.engine_name, domain, subdomains, q=q, silent=silent,verbose=verbose)
verbose=verbose)
self.q = q self.q = q
return return
@ -1139,8 +1139,7 @@ if __name__ == "__main__":
res = f.readlines() res = f.readlines()
f.close() f.close()
else: else:
res = main(domain, threads, savefile, ports, silent=False, verbose=verbose, enable_bruteforce=enable_bruteforce, res = main(domain, threads, savefile, ports, silent=False, verbose=verbose, enable_bruteforce=enable_bruteforce,engines=engines)
engines=engines)
# Code added here # Code added here
if (analyze): if (analyze):