caido-community / ideas

🚀 Caido Plugin Ideas
1 stars 0 forks source link

PoC generator #4

Open bebiksior opened 2 months ago

bebiksior commented 2 months ago

Community Note

Description

Interactive UI similar to workflows that allows you to create python PoC scripts.

Example:

  1. Send GET /getToken HTTP request
  2. Extract accessToken from JSON response and save it to accessToken variable
  3. Send /getUsers with header Authorization: $accessToken and print response

Features:

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.