
	- IP Scanner
		- catalogs scans by IP address'.
	- Catalog browser with search capabilities
		- scans
	IP Scanner that catalogs all information


SCANNER DESIGN BLUE PRINT:


    -   protocol communication.  the scanner needs to know how and when
        to communicate on a specific port to gather as much information 
        as possible.  For example, standard telnet daemons require client
        feedback before sending the banner.
        
    -   Operating System Detection (standard methods: banners, packet
        footprints).

	UPDATE: packet footprints will be the only method of OS detection.
        
    -   STORAGE: seperate file for each IP? 1 large database? How will
        this work 3 copies of prescanic are accessing the database
        at the same time?

	UPDATE: use IP files for now, just build a program that puts IP
	files in single database later.
