mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-25 15:03:01 +08:00
Just a little tidy up of rapiddns
This commit is contained in:
parent
1ec215ae76
commit
ca20abc0e2
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ async def do_search(self):
|
||||||
self.total_results.append(f'{subdomain}:{str(cells[1].get_text()).strip()}')
|
self.total_results.append(f'{subdomain}:{str(cells[1].get_text()).strip()}')
|
||||||
self.total_results = list({domain for domain in self.total_results})
|
self.total_results = list({domain for domain in self.total_results})
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print('An exception has occurred: ' + str(e))
|
print(f'An exception has occurred: {str(e)}')
|
||||||
|
|
||||||
async def process(self, proxy=False):
|
async def process(self, proxy=False):
|
||||||
self.proxy = proxy
|
self.proxy = proxy
|
||||||
|
|
Loading…
Reference in a new issue