owasp-noir / noir

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

Prevent duplicate URL printing in output #461

Closed hahwul closed 1 week ago

hahwul commented 1 week ago

Prevent the output of duplicate URLs when printing endpoints by tracking printed URLs in a set.

Signed-off-by: HAHWUL hahwul@gmail.com