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

Payment information shows nothing in one page checkout page magento -

tcpdump - How to check if server received packet (acknowledged) -