blacklanternsecurity / bbot

A recursive internet scanner for hackers.
https://www.blacklanternsecurity.com/bbot/
GNU General Public License v3.0
4.1k stars 375 forks source link

Fix subdomain enum duplicate query bug #1373

Closed TheTechromancer closed 1 month ago

TheTechromancer commented 2 months ago

A bug in bbot 2.0 was causing multiple of the same query to be made in the subdomain enum modules. This PR fixes the bug and creates tests for it.

TODO:

codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 85.71429% with 11 lines in your changes are missing coverage. Please review.

Project coverage is 92%. Comparing base (e24f1d5) to head (b16f7d9).

Files Patch % Lines
bbot/modules/base.py 34% 8 Missing :warning:
bbot/modules/templates/subdomain_enum.py 58% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## bbot-2.0 #1373 +/- ## ======================================== + Coverage 92% 92% +1% ======================================== Files 333 334 +1 Lines 22382 22451 +69 ======================================== + Hits 20475 20545 +70 + Misses 1907 1906 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.