/claim #6403 #6895
PrinceNicco
started this conversation in
Ideas
/claim #6403
#6895
Replies: 1 comment
-
|
Implementation completed and PR submitted. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
This PR introduces a lightweight honeypot detection heuristic to reduce false positives during scans.
Some internet-exposed hosts intentionally respond in a way that matches a large number of unrelated templates, flooding scan output and making results unreliable. The feature tracks match density per host and warns when behavior strongly suggests a honeypot.
What it does
Why this matters
When scanning large ranges, certain hosts are designed to appear vulnerable to everything.
This wastes analyst time and hides real vulnerabilities in noise.
This change provides visibility without breaking existing workflows.
Usage
If threshold is exceeded:
Performance impact
None when disabled.
Documentation included
Compatibility
Fully backward compatible.
No default behavior changes.
Beta Was this translation helpful? Give feedback.
All reactions