Please vote on this issue by adding a đź‘Ť reaction to the original issue to help us know what to work on
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
Description
Interactive UI similar to workflows that allows you to create python PoC scripts.
Example:
Send GET /getToken HTTP request
Extract accessToken from JSON response and save it to accessToken variable
Send /getUsers with header Authorization: $accessToken and print response
Features:
Send request from replay/history tab into PoC generator via keyboard shortcut or context menu button
Note
I already have a very basic version, however it's old and needs a refactor. I plan to work on this plugin in the next few months and will leave a comment once I start. If I haven’t started yet, feel free to work on it - just let me know in the comment :D
Use cases
Quickly create PoC scripts for exploits that require to chain 2 or more requests.
Community Note
Description
Interactive UI similar to workflows that allows you to create python PoC scripts.
Example:
accessToken
from JSON response and save it toaccessToken
variableAuthorization: $accessToken
and print responseFeatures:
Note
I already have a very basic version, however it's old and needs a refactor. I plan to work on this plugin in the next few months and will leave a comment once I start. If I haven’t started yet, feel free to work on it - just let me know in the comment :D
Use cases
Quickly create PoC scripts for exploits that require to chain 2 or more requests.