Converted indentation from spaces to tabs universally across the whole script
This commit is contained in:
parent
7f786398ea
commit
7c4dddce73
|
|
@ -94,6 +94,7 @@ def banner():
|
|||
|
||||
# Based on Sublist3r by Ahmed Aboul-Ela - @aboul3la
|
||||
# Forked by Carl Pearson - github.com/fleetcaptain
|
||||
# v1.0
|
||||
""" % (R, W, Y))
|
||||
|
||||
|
||||
|
|
@ -298,8 +299,7 @@ class GoogleEnum(enumratorBaseThreaded):
|
|||
self.engine_name = "Google"
|
||||
self.MAX_DOMAINS = 11
|
||||
self.MAX_PAGES = 200
|
||||
super(GoogleEnum, self).__init__(base_url, self.engine_name, domain, subdomains, q=q, silent=silent,
|
||||
verbose=verbose)
|
||||
super(GoogleEnum, self).__init__(base_url, self.engine_name, domain, subdomains, q=q, silent=silent,verbose=verbose)
|
||||
self.q = q
|
||||
return
|
||||
|
||||
|
|
@ -1139,8 +1139,7 @@ if __name__ == "__main__":
|
|||
res = f.readlines()
|
||||
f.close()
|
||||
else:
|
||||
res = main(domain, threads, savefile, ports, silent=False, verbose=verbose, enable_bruteforce=enable_bruteforce,
|
||||
engines=engines)
|
||||
res = main(domain, threads, savefile, ports, silent=False, verbose=verbose, enable_bruteforce=enable_bruteforce,engines=engines)
|
||||
|
||||
# Code added here
|
||||
if (analyze):
|
||||
|
|
|
|||
Loading…
Reference in New Issue