Combining scanning multiple payloads and multiple endpoints #5738
Unanswered
TimMaasGeesteranus
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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