Features:
	* random entry support (so server logs wont show AS much as a pattern)
	* statistics (average tries per second, average hits per hour etc)
		+ html output
		+ text output
	* runtime submit method support
	* specifying methods (maybe)
	* multiple hosts (maybe)
		- host at a time
		- round robin
	* configure script (volunteers? please? email me :P)
	* reimplement tilde_expand so we dont need readline

General:
	* replace sleep() with something reasonable

Debugging:
	* get rid of memory leaks reported by dmalloc
	* multiple levels of debugging should be implemented

Further testing:
	* session support
	* error/success codes return by various web servers
	* make sure this is the optimal way to brute force

Documentation:
	* further explain options if needed
