TCP Socket Connection
============================================================================================
How to use it?
use :
perl ping.pl IP PORT PROTOCOL
Example:
perl ping.pl 1.1.1.1 80 TCP
It is a simple n Basic Perl tool that helps you check the activity of a remote Host making a connection through TCP to the port you want, checking if it is ok & the response time... Made for educational purposes, This can be util to check if ur Firewall Rules are made correctly or to check ur Port Forwading!
Perl
TCP Socket Connection
============================================================================================
How to use it?
use :
perl ping.pl IP PORT PROTOCOL
Example:
perl ping.pl 1.1.1.1 80 TCP