modzero / mod0BurpUploadScanner

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

Default parallelism? #59

Open ngregoire opened 4 years ago

ngregoire commented 4 years ago

Hello,

in the extension's config, I see a way to configure a delay between requests (which defaults to 1s) but nothing related to parallelism (i.e number of threads). For a complex scenario where Preflight + ReDownload + macros are needed, I need to have no parallelism, aka use a single thread.

What is the default number of threads? And if it's not mono-threaded by default, hwo can I configure the extension to behave this way? Thanks in advance!