Simple TCP port scanner in php using fsockopen
[USAGE]
php filename.php host ports
[EXAMPLES]
php filename.php localhost (scan with default ports)
php filename.php localhost 80 (unique port scan)
php filename localhost 21,22,23,25,80 (custom port scan)
php filename localhost 20-100 (range custom port scan)
[SCREENSHOT]