mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-25 06:53:05 +08:00
Update dnsdumpster.py
Got rid of unused variables.
This commit is contained in:
parent
7b319da472
commit
bb655f3b0a
1 changed files with 1 additions and 3 deletions
|
@ -10,8 +10,6 @@ def __init__(self, word):
|
|||
self.results = ""
|
||||
self.totalresults = ""
|
||||
self.server = 'dnsdumpster.com'
|
||||
self.quantity = '100'
|
||||
self.counter = 0
|
||||
|
||||
def do_search(self):
|
||||
try:
|
||||
|
@ -42,4 +40,4 @@ def get_hostnames(self):
|
|||
return rawres.hostnames()
|
||||
|
||||
def process(self):
|
||||
self.do_search() # Only need to do it once.
|
||||
self.do_search() # Only need to do it once.
|
||||
|
|
Loading…
Reference in a new issue