Combining scanning multiple payloads and multiple endpoints #5738
Replies: 1 comment
-
|
This discussion closed automatically due to inactivity. Feel free to reopen or start new if still relevant. |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Let's say I want to scan for SLQ injections on mywebsite.com.
I have a list of 2 endpoints in endpoints.txt:
I have a list of 3 sql injection payloads in payloads.txt:
Is it possible make a template such that nuclei will automatically scan 6 times? (2 endpoints * 3 payloads = 6 scans). The requests should look like this:
I have not been able to create this using the Nuclei payload and variable options, but maybe I'm overlooking something. The results should be scalable, so the amount of endpoints, parameters and payloads shouldn't matter
Beta Was this translation helpful? Give feedback.
All reactions