Hey everyone at Raymond.cc Forum.

I had recently finished coded a JAVA software which is capable of
-- Open TCP Port
-- Open UDP Port
-- Close TCP Port
-- Close UDP Port

Closing down un-use ports is very important to prevent a malicous hacker scanning for open ports and doing a service fingerprinting.

The best way to prevent is to close down ports that are not needed and open it back when needed.

This is the screenshot of the program:

[url=http://f.imagehost.org/view/0344/1_64]

This is the download link:

http://www.rapidspread.com/file.jsp?id=eqwthxhxas

Feel free to give me some feedbacks.

Thanks.