enhancement: in fingerprintx, emit URL_UNVERIFIED event upon detecting http protocols#3068
Conversation
…ing http protocols
|
I have read the CLA Document and I hereby sign the CLA 1 out of 2 committers have signed the CLA. |
|
I have read the CLA Document and I hereby sign the CLA |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #3068 +/- ##
=====================================
+ Coverage 91% 91% +1%
=====================================
Files 437 437
Lines 37431 37456 +25
=====================================
+ Hits 33873 33908 +35
+ Misses 3558 3548 -10 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
9de96b6
into
blacklanternsecurity:dev
Minor enhancement to emit unverified URL events for fingerprintx.
Under default settings, this would be redundant due to the
speculatemodule preemptively guessing port 80 and 443. In case of duplication, module ingress should be able to take care of deduplicating URL events.This enhancement shines when those speculate defaults are turned off, or when
fingerprintxdetects the HTTP protocol in non-80/443 ports, which wouldn't be guessed byspeculate.