bebiksior / EvenBetter

EvenBetter is a frontend Caido plugin that makes the Caido experience even better 😎
124 stars 6 forks source link

A requester framework akin to Burp's turbo intruder. #24

Open Riddle1001 opened 5 months ago

Riddle1001 commented 5 months ago

Burp Suite has Turbo Intruder which personally I find very valuable and is the only thing that makes me still open burp from time to time. It allows you to easily and programmatically create very customized requests. It'd be nice to have it in EvenBetter. My thoughts is basically the same UI as Turbo Intruder and a abstracted version of Caido's requester class for the user to easily use.

Some core things:

I know Turbo Intruder has some techniques for race conditions, and to my knowledge atm, Caido can't do the single packet http 2 technique yet, nonetheless I still use this often without wanting to do race condition stuff.

Screenshots: image image

bebiksior commented 5 months ago

I love this idea. Will see what's possible after EvenBetter v2.3 release :D Added to the EvenBetter TODO list