Giter Club home page Giter Club logo

checkurl's Introduction

Check URL

Check if your urls are working in a a single step!

How the magic happens

You create file with a list of URLs and this program will check them for you.

How to use it

You have to create a CSV file with a URLs for line in one of theese following two formats:

Simple site

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

ID;IP;PORT_RANGE_BEGIN:PORT_RANGE_END

Ex: 1;google.com;80:86

O programa irá ler os números 80:86 como um range e testar cada um deles.

checkurl's People

Contributors

edumco avatar

Stargazers

Victor Ferraz avatar David Alves avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.