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

Speed up fingerprintx #1505

Closed TheTechromancer closed 4 days ago

TheTechromancer commented 4 days ago

FingerprintX now skips common web ports by default. Usually when we run fingerprintx, we don't care about HTTP/HTTPS; we're looking for weirder and less-common stuff.

Addresses https://github.com/blacklanternsecurity/bbot/issues/770.

codecov[bot] commented 4 days ago

Codecov Report

Attention: Patch coverage is 91.66667% with 1 line in your changes missing coverage. Please review.

Project coverage is 92%. Comparing base (691c0f9) to head (145abce).

Files Patch % Lines
bbot/modules/fingerprintx.py 92% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #1505 +/- ## ===================================== - Coverage 92% 92% -0% ===================================== Files 327 327 Lines 21105 21117 +12 ===================================== + Hits 19370 19378 +8 - Misses 1735 1739 +4 ```

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