romaricp / TELNETUnit

TELNETUnit is a programmer-oriented testing server openings for network guys. It's just a script to test the access to an address list with the associated port.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TELNETUnit

TELNETUnit is a programmer-oriented testing server openings for network guys. It's just a script to test the access to an address list with the associated port.

TELNETUnit in action

Installation and using

git clone git@github.com:romaricp/TELNETUnit.git .
cd telenetunit
chmod +x telenetunit.sh

Or click here to download the .zip (v1.0) to deposit it on your web server.

Default mode

If you want to use it with the default list :

./telenetunit.sh

The default list is :

  • github.com 22
  • github.com 443

But you can check the ./profiles/default.conf file and see all address I'm using for each Symfony's project :

#Use Github           => github.com 443
#Use NPM              => npmjs.org 443
#Use NPM              => registry.npmjs.org 443
#Use Packagist        => packagist.org 443
#Use Google's API     => googleapis.com 443

Custom mode

If you want to use a custom list to check :

cp ./profiles/default.conf my.conf
echo "my_registry.domain.com port_number" >> ./ressources/my.conf

And launch :

./telenetunit.sh my

Or if you want to get the complete profile list

./telenetunit.sh

Profiles list

❤️ Use, contribute and enjoy it ! 👊

About

TELNETUnit is a programmer-oriented testing server openings for network guys. It's just a script to test the access to an address list with the associated port.


Languages

Language:Shell 100.0%