BurpIntruderDownloader
BurpIntruderDownloader copied to clipboard
Removed the Beatiful Soup dependency and improved the script
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 thexml
library ; - I used a regex to find the filename in the response HTTP headers.
Cheers