burp-filefuzzer
burp-filefuzzer copied to clipboard
Is it possible to include more file types?
Hi Jon, First of all, great work with this extension. It's very easy to use and it has saved me a heap of time with testing. There's already a good lineup of file types, but I'm wondering if it could be extended to include the following file types: .js .aspx .bat .html .perl .py Or is it easy enough to add them to my version? Thanks, Tom
Hey Tom,
Sorry, just seeing this, been busy with new job. Thanks for the feedback. You can add extra file types by adding them into this file https://github.com/JonCooperWorks/burp-filefuzzer/blob/master/src/main/java/FileTypes.kt. I'll look into making it easier to add custom file types from the UI.