burp-filefuzzer icon indicating copy to clipboard operation
burp-filefuzzer copied to clipboard

Is it possible to include more file types?

Open tomsaway opened this issue 3 years ago • 1 comments

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

tomsaway avatar Oct 18 '22 10:10 tomsaway

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.

JonCooperWorks avatar Apr 10 '23 22:04 JonCooperWorks