modzero / mod0BurpUploadScanner

HTTP file upload scanner for Burp Proxy
Other
483 stars 138 forks source link

Combine with Intruder #49

Open JunquerGJ opened 5 years ago

JunquerGJ commented 5 years ago

Hello Excuse me if it is a silly question, but I do not know nothing about Burp extensions and their code.

I like the tests that the extension do, but due to how some web applications work, I have found some limitations. For example, I have found one file upload request where one of the parameters it is a unique id, so the same request does not work twice.

How complicated would be to add an option to create a Intruder-like functionality that for each request, besides the file upload test, it modifies some parameter, so this unique id is different for each request?

I could try to code it, but to be honest, I would need some guidance or it would take me a while.

Thanks