owasp-noir / noir

Attack surface detector that identifies endpoints by static analysis
https://owasp.org/www-project-noir/
MIT License
602 stars 46 forks source link

Consider adding a `--show-status` flag to display HTTP status codes for discovered endpoints when using the URL option #397

Closed ksg97031 closed 1 month ago

ksg97031 commented 1 month ago

Suggestion:

When using the URL option, introduce a --show-status flag that outputs the HTTP status codes of the discovered endpoints. This enhancement will help users quickly identify the status of endpoints and make decisions based on the response codes.

Detailed Explanation:

Benefits:

hahwul commented 1 month ago

@ksg97031 Great idea! It's not a difficult task, so let's get started quickly.