burpa icon indicating copy to clipboard operation
burpa copied to clipboard

Scan POST requests

Open c0rv4x opened this issue 3 years ago • 5 comments

Hey!

Is there an option to scan POST requests? Couldn't find it in the docs

Thanks!

c0rv4x avatar Jun 14 '21 19:06 c0rv4x

Hi @c0rv4x ,

I assume you mean scanning a form URL with the Burp Suite Intruder ? I don't think that's part of the APIs.

Burpa is only a wrapper around existing Burp Suite APIs.

Currently, burpa uses the official REST API to launch the scan, the API help looks like that:

Screen Shot 2021-06-15 at 3 13 54 PM

So if you think there is something to do, please be more specific regarding what exactly :)

Thanks,

tristanlatr avatar Jun 15 '21 20:06 tristanlatr

From what I remember you can do this by:

  • Proxying the POST request into burp
  • Issue a scan for that URL; since it's in the proxy history/sitemap it should be picked up and scanned

Regala avatar Jun 21 '21 16:06 Regala

@tristanlatr yeah dude, their api doesn't support that. I was hoping you found a nice workarount @Regala wow. that would be great. Will try it. Thanks!

c0rv4x avatar Jun 21 '21 20:06 c0rv4x

np lemme know if you confirm that works so I can start using this project too :P

On Mon, Jun 21, 2021 at 9:38 PM Anatoly @.***> wrote:

@tristanlatr https://github.com/tristanlatr yeah dude, their api doesn't support that. I was hoping you found a nice workarount @Regala https://github.com/Regala wow. that would be great. Will try it. Thanks!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/tristanlatr/burpa/issues/3#issuecomment-865328386, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKRBL6J7B7CBOA6LHFKET3TT6PKNANCNFSM46VZWJLQ .

Regala avatar Jun 21 '21 20:06 Regala

I am not planning to use burpa at the moment as we have our own implementation of this thing, but it seems that your method doesn't really work. I have added POST request and started scanning that URL and the POST request is not active scanned :(

c0rv4x avatar Jun 21 '21 21:06 c0rv4x