blacklanternsecurity / bbot

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

Subdomain Enumeration Bugfixes #1317

Closed TheTechromancer closed 3 months ago

TheTechromancer commented 3 months ago

Addresses:

codecov-commenter commented 3 months ago

Codecov Report

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

Project coverage is 92%. Comparing base (bc34982) to head (ea14321).

Files Patch % Lines
bbot/modules/templates/subdomain_enum.py 50% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #1317 +/- ## ===================================== - Coverage 92% 92% -0% ===================================== Files 317 317 Lines 20334 20336 +2 ===================================== - Hits 18693 18692 -1 - Misses 1641 1644 +3 ```

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

TheTechromancer commented 3 months ago

The fixes for these depend on the new bbot 2.0 updates to the target class + subdomain enum template, so I will be implementing them in https://github.com/blacklanternsecurity/bbot/pull/1303.