Internet Utilities
This is just a random collection of programs which I mashed into one program. It
requires Swing 1.1. Right now it will look up the IP addresses of a text hostname
(www.microsoft.com has nearly 14 different IP addresses assigned!). It will also send
raw HTTP commands to a server and you can see the output (headers and everything!).
The program's newest feature is the HTTP scan, which scans a series of IP addresses
looking for HTTP servers.
This program requires Swing 1.1 or later. To run this program, type java
InetUtils
. To invoke the HTTP scanner from a command line, java
HttpPortScan start_IP end_IP port output_directory
.
Download this program.