home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Exec 3 / CD_Magazyn_EXEC_nr_3.iso / Recent / comm / tcp / tcpscanner.readme < prev    next >
Text File  |  2000-07-23  |  1KB  |  42 lines

  1. Short:    TCP-UDP-PortScanner with nmap servicetable
  2. Author:   cyborg@eanet.de
  3. Version:  0.32
  4. Type:     comm/tcp
  5. Replaces: tcpscanner.lha
  6.  
  7. Usage: TCPScanner {Options} host_to_scan
  8. Options: -f Fast-UDP-scan (50 ports a time)
  9.          -l logfile
  10.          -p from-to port
  11.          -s known services only
  12.          -t timeout in ticks ( 1/50 secs ) for UDPScan
  13.          -u UDP-scan 
  14.          -U UDP-scan but no TCP-scan
  15.          -v more output
  16.          -w wait-ticks between two tcpconnects
  17.          -hls hostlistfilename
  18.          -n only hosts with a nameserverentry
  19.          -a from-to hosts       d.c.b.x i.e. -a 100-120 d.c.b.100-120
  20.          -b from-to subnets     d.c.x.a i.e. -b 10-20 d.c.10-20.a
  21.  
  22. example: tcpscanner -n -b 1-100 -a 1-10 23.25.0.0
  23.  
  24. scan subnets 1-100 and in these subnets hosts 1-10 in NET 23.25.x.x
  25. A N D scan only hosts with valid nameserver entries.
  26.  
  27. example: tcpscanner -p 1-10 www.amiga.kr
  28.  
  29. this will scan the not existing host www.amiga.kr from ports 1 to 10.
  30.  
  31. example: tcpsanner -v -u -f -t 10 -p 1-10 www.amiga.kr
  32.  
  33. scans TCP&UDP ( 10 ticks timeout ) with massive paralell UDP packets
  34.  
  35. If you just want a quick scan enter: tcpscanner www.amiga.kr
  36. By default tcpscanner scan only from port 1 to port 1024.
  37.  
  38.  
  39. If used the nmap-service-file, because its the greatest i have found.
  40.  
  41.                                                 Cyborg
  42.