Check if your urls are working in a a single step!
You create file with a list of URLs and this program will check them for you.
You have to create a CSV file with a URLs for line in one of theese following two formats:
For a simple site check like www.mysite.com
you should add at least an simple id so you can organize the results.
Ex.: 1;192.168.16.52;
Esse será convertido em http://192.168.16.52:8080 e testado usando HTTP e telnet e o resultado será no formato
1;http://192.168.16.52:8080;false;false
No final os dois booleanos são o resultado da conexão HTTP e telnet respectivamente
Funciona com hosts que possuam nome
1;google.com;80 --> 1;http://google.com:80;true;true
Ex: 1;google.com;80:86
O programa irá ler os números 80:86 como um range e testar cada um deles.