Removed unused variables & imports.

This commit is contained in:
Michael Madden 2016-10-14 10:35:35 -05:00
parent cab552215e
commit 0f714a9d09
1 changed files with 0 additions and 5 deletions

View File

@ -20,7 +20,6 @@ import socket
import functools
from subbrute import subbrute
from collections import Counter
from Queue import Queue
#In case you cannot install some of the required development packages, there's also an option to disable the SSL warning:
try:
@ -196,7 +195,6 @@ class enumratorBase(object):
flag = True
page_no = 0
prev_links = []
prev_subdomains = []
retries = 0
while flag:
@ -1008,9 +1006,6 @@ def main():
threads = args.threads
savefile = args.output
ports = args.ports
google_list = []
bing_list = []
baidu_list = []
bruteforce_list = set()
search_list = set()