modzero / mod0BurpUploadScanner

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

Feature request: sortable STATUS column in DONE UPLOADS #9

Open eur0pa opened 6 years ago

eur0pa commented 6 years ago

Hi, and congrats for the amazing extension. As the subject implies, that would be immensely useful. Thanks again!

floyd-fuh commented 6 years ago

Thanks, good to hear you like the extension. I know that a super feature rich "Done Uploads" tabs would be good, but then at one point we would land somewhere where Logger++ is. So whenever I need more control/better overview, I simply changed to Logger++ and filter for extender traffic only, where it should be easy to spot the Upload Scanner traffic.

I'm afraid I do not want to spend any more time with Swing/UI in Jython at the moment. If you can send me a pull request or point me into direction of a good Python class that implements Burp UI with Logger++ features for what we need here I'll have a look.

eur0pa commented 6 years ago

I was more referring to the possibility of clicking the column header and sorting in an ascending/descending fashion to better check out HTTP errors : ) I'll see if I can send a PR, never worked with Swing myself