BurpIntruderDownloader icon indicating copy to clipboard operation
BurpIntruderDownloader copied to clipboard

Removed the Beatiful Soup dependency and improved the script

Open HopHouse opened this issue 2 years ago • 0 comments

Hello,

Thank you for your work and the script. Unfortunately, I had some trouble with Beautiful Soup to extract the items. So I recoded the script.

I made 2 major modifications :

  • I replaced Beautiful Soup with the xml library ;
  • I used a regex to find the filename in the response HTTP headers.

Cheers

HopHouse avatar Dec 19 '22 18:12 HopHouse