arvinddoraiswamy / mywebappscripts

A collection of all the lists, scripts and techniques I use while doing web application penetration tests.
MIT License
168 stars 80 forks source link

Duplicate JS files #11

Closed arvinddoraiswamy closed 10 years ago

arvinddoraiswamy commented 10 years ago

The download JS files extension dumps duplicate files into the selected directory. Check for existence of files before dumping.

arvinddoraiswamy commented 10 years ago

Automatically fixed once I switched to curl instead of wget. Curl overwrites files in the directory while wget makes copies.