--honeypot-threshold (default 0, disabled)This gives users a practical anti-noise control for likely honeypot hosts while keeping default behavior unchanged.
go test ./pkg/output -run 'TestHoneypotThresholdSuppressesHostAfterDistinctTemplateLimit|TestNormalizeResultHostFromURL|TestStandardWriterRequest' -count=1
ok github.com/projectdiscovery/nuclei/v3/pkg/output 0.325s
go test ./cmd/nuclei -run TestNonExistent -count=1
ok github.com/projectdiscovery/nuclei/v3/cmd/nuclei 0.731s [no tests to run]
dev)/claim #6403
New Features
--honeypot-threshold CLI flag and configuration option to filter results from hosts matching multiple distinct templates; set to 0 to disable honeypot detectionTests
tyeungchukong-gmail-com
@tyeungchukong-gmail-com
ProjectDiscovery
@projectdiscovery