Replies: 2 comments 5 replies
-
|
@isacaya Currently, it's not possible. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@isacaya noir -b ./spec/functional_test/fixtures/crystal/kemal \
--send-proxy http://localhost:8070 \
--use-filters "POST" \
-u https://www.hahwul.com
# noir -b ./source --send-proxy http://localhost:8080 --use-filters "GET:/admin"Release: https://github.com/owasp-noir/noir/releases/tag/v0.23.1 |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Is there currently a way to filter endpoints by their HTTP methods (e.g., GET, POST, DELETE, PATCH) when using the Deliver feature to send endpoints to DAST tools?
I just thought that if noir could exclude certain unsafe methods like DELETE or PATCH from requests, it would allow us to avoid unintended side effects in sensitive environments during testing (e.g., accidentally deleting existing data), while still passing safer methods like GET or HEAD.
Beta Was this translation helpful? Give feedback.
All reactions