[BUG] Missing failed event for non accessible host #5556
Labels
Type: Bug
Inconsistencies or issues which will cause an issue or problem for users or implementors.
Milestone
Is there an existing issue for this?
Current Behavior
-ms
option doesn't generate failed event for the cases when host is not accesisble, take host down is most common for addressing takeover related templates but it doesn't get detected upon retest after issue got resovled because of this issue. cc @ShubhamRasalExpected Behavior
$ nuclei -u trust_me_bro.real -id tech-detect -matcher-status -j | jq . { "template": "http/technologies/tech-detect.yaml", "template-url": "https://cloud.projectdiscovery.io/public/tech-detect", "template-id": "tech-detect", "template-path": "/Users/geekboy/nuclei-templates/http/technologies/tech-detect.yaml", "info": { "name": "Wappalyzer Technology Detection", "author": [ "hakluke", "righettod" ], "tags": [ "tech" ], "severity": "info", "metadata": { "max-request": 1 } }, "type": "http", "host": "example.com", "port": "443", + "error": "no address found for host", "url": "https://example.com", "timestamp": "2024-08-22T21:16:53.150038+05:30", "matcher-status": false }
Steps To Reproduce
Relevant log output
No response
Environment
Anything else?
elog
option.The text was updated successfully, but these errors were encountered: