This PR introduces a new flag -hd (or -honeypot-detection) to suppress results from targets that trigger an unusually high number of unique template matches in a single session, which is a common characteristic of honeypots.
HoneypotTracker using sync.RWMutex to ensure safe concurrent access during multi-threaded scans.TemplateIDs per host to avoid false positives from noisy single templates.[]) to ensure consistent tracking across different network protocols.go vet.goimports.Write method of StandardWriter to maximize efficiency and prevent unnecessary JSON/text processing for flagged hosts.New Features
Chores
Kevin737866
@Kevin737866
ProjectDiscovery
@projectdiscovery