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
http_request:
`url`: URL to which the request is made.
`type`: The http request type (GET, POST, PUT, PATCH, DELETE).
`headers`: The http request headers, `field` and `value`.
`parameters`: The http request parameters, `name` and `value`.
`body`: String for request body data.
`proxy`: The http proxy to use for requests
`regex`: Regular expression, if specified return only matching string.
`response`: Shell variable name to store request's response.
Basic Example
see above
Drawbacks
It is an additional action type, and a potentially complex one at that. This seems very useful for automating kill chains with many http requests.
Unresolved questions
No response
The text was updated successfully, but these errors were encountered:
d0n601
added
the
question
Clarification and/or additional information required to move forward
label
Feb 27, 2025
Implementation PR
No response
Reference Issues
No response
Summary
We should have a step/action type called
http_request
that works like this:GET
POST
The fields shouldhave the following meaning:
Basic Example
see above
Drawbacks
It is an additional action type, and a potentially complex one at that. This seems very useful for automating kill chains with many http requests.
Unresolved questions
No response
The text was updated successfully, but these errors were encountered: