shell - Compile a list of sites using SSLv2 through TLS 1.2 using wget -


i trying use wget command large input file determine urls use sslv2 or sslv3. script interpret wget results , output separate logfile simple list. example: sslv2: 5,000, sslv3 10,000.

my wget command looks this:

wget -i /~/test.txt --spider -s --secure-protocol=sslv2 -o /~/testout.txt

what missing?

the test.txt file long list of urls compiled alexa database. also, not sure begin script. can use applescript testout.txt file or should using bash shell within wget command?


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -