blacklanternsecurity / bbot

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

turning off references baddns module by default #1502

Closed liquidsec closed 5 days ago

liquidsec commented 5 days ago

The references module is particularly resources expensive, so it will now be disabled by default, but can be re-enabled with the enable_references module option.

codecov[bot] commented 5 days ago

Codecov Report

Attention: Patch coverage is 20.00000% with 4 lines in your changes missing coverage. Please review.

Project coverage is 92%. Comparing base (25e86a1) to head (2e01350).

Files Patch % Lines
bbot/modules/baddns.py 20% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## bbot-2.0 #1502 +/- ## ======================================== - Coverage 92% 92% -0% ======================================== Files 346 346 Lines 23977 23984 +7 ======================================== + Hits 22012 22014 +2 - Misses 1965 1970 +5 ```

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