You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Noir is a tool specialized in finding endpoints. It seems that it could also provide information useful for security testing, such as parameters and tokens frequently used in XSS, SSRF, and other vulnerabilities. Providing information with tags or similar methods might be a good idea.
Like..
GET /archives.html
○ tags: static-page
GET /links.html
○ tags: static-page
GET /upload?sign=
○ headers: X_FORWARDED_FOR: X_REAL_IP:
○ tags: ssrf, open-redirect
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Noir is a tool specialized in finding endpoints. It seems that it could also provide information useful for security testing, such as parameters and tokens frequently used in XSS, SSRF, and other vulnerabilities. Providing information with tags or similar methods might be a good idea.
Like..
Beta Was this translation helpful? Give feedback.
All reactions