I am in an intermediate Java class at school at we have to come up with an end of the semester project that combines everything we have learned thus far (threads, networking, i/o, etc). My interest really lies with network security so I was thinking I could do some kind of app along those lines.
My initial idea was a simple honeypot. Listen on some common ports and record the incoming requests, possibly spoof banners of older software versions (if thats possible).
As you can probably tell I don't have much experience designing larger apps and have a ~2 months to complete this with a partner.
Anyone have any suggestions that I could execute in Java and hopefully produce something cool in a reasonable amount of time given my experience?
Thanks for any help!!