mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2026-01-31 15:53:10 +08:00
Adding support for nmhe (#3219)
* adding support for nmhe * updating docs
This commit is contained in:
@@ -89,9 +89,6 @@ func (c *Cache) normalizeCacheValue(value string) string {
|
||||
// - host type
|
||||
func (c *Cache) Check(value string) bool {
|
||||
finalValue := c.normalizeCacheValue(value)
|
||||
if !c.failedTargets.Has(finalValue) {
|
||||
return false
|
||||
}
|
||||
|
||||
existingCacheItem, err := c.failedTargets.GetIFPresent(finalValue)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user