modzero / mod0BurpUploadScanner

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

Redownloading not applied to all files #69

Open Hipapheralkus opened 4 years ago

Hipapheralkus commented 4 years ago

I set up Macros (to parse 1-time CSRF token), and static URL for download of the file. In the Logger++ I can see that macros are run properly, CSRF token is updated, and everything should be ok. However, I rarely see the file to be re-downloaded. It seems, that at the beginning it was being redownloaded (many times with 500: Internal server error as a response to redownload request) . However, towards the end, for a few thousands of requests, there was not even a single redownload request. I can see that the Upload Scanner was still uploading different files (based on Logger++ request payloads), but not downloading them.