Replies: 1 comment
-
I'm not sure I understand what you're looking for here - for the request to overlap in parallel or be run in sequence serially. You may want to look at Nuclei workflows as a solution here, but I'm not 100% sure on that. |
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
-
Good afternoon,
I've a question regarding how it works (or run) attacks with payloads when you have more than 1 request. This is the scenario:
#REQ1
|
GET /miapp/home HTTP/1.1
<some_headers>
#REQ2
|
POST /miapp/j_security_check HTTP/1.1
<some_headers>
Cookie: §cookiesSESSION§
username=admin&password={{payload}}
payloads:
pass: passDictionary.txt
attack: sniper
With this scenario, I was waiting to see in my proxy
...
But I get this
...
Seems that the attack is applied request by request independently and not like a one set of request.
What I'm doing bad? Or what is the way to run one attack over a set of request??
Beta Was this translation helpful? Give feedback.
All reactions