Nobody.
a quick portscan program in java (to make sure you don't have any loose ports on your computer).
import java.net.*;
public class Portscan{
public static void main(String args[]){
Socket socket;
int port;
boolean listen;
System.out.println( "Scanning all ports" );
for( int i = 109; i<65535; i++){
try{
socket = new Socket( "localhost" , i );
System.out.println( "Port " + socket.getPort() + " is NOT
secure.");
socket.close();
}catch( Exception e){
System.out.println( "Port " + i + " is secure." );
}
}
}
}
GUYS WITH HONOR | MY FIRST TABLE | ||
|---|---|---|
| APPENDAGES | DIGITS | OTHER |
| legs | toes | head |
| arms | fingers | ummm |
| I | Attachment | Action | Size | Date | Who | Comment |
|---|---|---|---|---|---|---|
| |
ToLinux.java | manage | 1.0 K | 2002-04-01 - 08:23 | NathanPoiro | |
| |
comp37.gif | manage | 6.9 K | 2002-04-18 - 20:19 | NathanPoiro | |
| |
jscript.html | manage | 0.2 K | 2002-05-02 - 18:07 | NathanPoiro |