Skip to content

Commit

Permalink
wip dnsbrute mutations
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechromancer committed Apr 24, 2024
1 parent 2aea9b1 commit 6fd5271
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bbot/core/helpers/dns/brute.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ async def _massdns(self, module, domain, subdomains, rdtype):
hosts_yielded = set()
async with self._dnsbrute_lock:
async for line in module.run_process_live(*command, stderr=subprocess.DEVNULL, input=subdomains):
self.log.critical(line)
try:
j = json.loads(line)
except json.decoder.JSONDecodeError:
Expand Down

0 comments on commit 6fd5271

Please sign in to comment.