Short:        Fast tcp ports scan macro
Author:       alfier@iol.it (Alfonso Ranieri)
Uploader:     alfier iol it (Alfonso Ranieri)
Type:         comm/tcp
Requires:     rxsocket.library/3.01 - rmh.library/2.8 - rxwiz.library
Architecture: m68k-amigaos

Name: ps.rexx

Version: 2.1

Author: Alfonso Ranieri - alfie - <alfier@iol.it>

Installation: copy ps.rexx and ps.wizard to REXX:
              if you want to use ps int Amirc add a alias
              ps /rx rexx:ps.rexx %p PUBSCREEN <YOUR_AMIRC_PUBSCREEN_NAME>

Description: fast shell and Amirc tcp scan port Arexx macro

Requires: rxsocket.library/3.01 - rmh.library/2.8 - rxwiz.library

Template: HOST/A,FROMPORT=FP/A/N,TOPORT=TP/N,TIMEOUT/K/N,VERBOSE=VER/S,PUBSCREEN/K

Mask: <HOST> <FROMPORT=FP/N> <TOPORT=TP/N> [TIMEOUT/K/N] [VERBOSE/S] [PUBSCREEN/K]

Arguments:	- HOST      the host inet addr to scan
            - FP        the low port to scan
            - TP        the high port to scan
            - TIMEOUT   timeout in seconds for each group scan - default: 120 secs
            - VERBOSE   verbose mode
            - PUBSCREEN if given, open a break-wizard-GUI in that pubscreen

GUI: the gui is opened setting a pubscreen name. It has just one gadget to stop the
     whole scanning.

Note: scan isa made for group of 128 ports.

Warning: scanning is legal, but it can be annoying and interpreted as a
         nuke attempt.