--- Hjkhttpd ---
By |CyRaX| <cyrax@pkcrew.org>
Member of Packet Knights Crew - www.pkcrew.org

hjkhttpd is a very tiny http server that runs over hijacking. 
What does this mean ? Well.. for example you can tell hjkhttpd to automatically
hijack any connection to www.sex.com and show the pages that are located in 
a directory of yours.

To run hjkhttpd just type:
hjkhttpd <interface> [config_file]

If you don't specify the config_file by default hjkhttpd opens
/etc/hjkhhtpd.conf.

The syntax is very simple:
here is an example:
---
start www.sex.com
# start a new section for www.sex.com
dirname /tmp/sex
# pages are located in /tmp/sex
cgidir cgi-bin
# cgi are located in /tmp/sex/cgi-bin 
# CGI ARE NOT CURRENTLY SUPPORTED
404 404.html
# if a page is not found then show /tmp/sex/404.html
end
#end of www.sex.com

---

Hjkhttpd is actually very buggy.. It also have problem with showing images
I don't have more time to dedicate to it.. I just hope that new hackers will
join the hjksuite project and help me with it.
