All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class benno.progs.PortScanner

java.lang.Object
   |
   +----benno.progs.PortScanner

public class PortScanner
extends Object
This is a TCP port scanner. It takes as its sole argument a hostname and attempts to open connections in sequence to all TCP ports on that host between 1 and 1024 (where servers usually lurk).


Method Index

 o main(String[])

Methods

 o main
 public static void main(String args[]) throws Exception

All Packages  Class Hierarchy  This Package  Previous  Next  Index