The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

    portscan.pl - POE::Component::Client::TCPMulti proof of concept.

SYNPOSIS

 ./portscan.pl [ -vdS ] [ -t <sockets> ] [ -p <port-range> ] 
               [ -s <Address> ] [ -x <timeout> ]  

INTRODUCTION

portscan.pl is simply a primitave port scanner. It sequentially opens up all of the ports in the optionally specified range, on the optionally speicified address, and closes them on success. Once it finishes, and all ports have either been opened, timed out, or errored it creates a list of all of the ports of which the connection was successful, and thier correlated service as listed in /etc/services.