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

Wget fails if its through a proxy #4

Closed arvinddoraiswamy closed 10 years ago

arvinddoraiswamy commented 10 years ago

Add no-check-certificate switch to code. Also check why wget doesn't run at all and download files even if its HTTP.

arvinddoraiswamy commented 10 years ago

Fixed. Added switches to ignore the certificate and download the JS file.