How many times did I say it ? Why isn't there a "port ping" ? Something
that can tell us simply if a distant or local port is opened ? Instead
of a boring "telnet @IP port_number", which takes years to
answer and often generates awful output.
Pyng does it fast and easy : test it and adopt it !
pyng comes in 2 flavors :
- A standard .exe for ... for ... Windows XP :-(
A .zip file that you unzip to a directory in the path, and pyng.exe is
ready to use !
- A .py script for any O.S. You just need to add something like
#!/usr/bin/python (the way to your favourite interpreter !)
This is the very first version. Tell me if you like !