I'm thinking about several useful features I could add in future releases.
Please, feel free to suggest you own enhancement in the dedicated forum ([discussion:enhancement]) or ask for one of those:
- This tool is written with Eclipse RCP so there should a way to install the various features of this tool in a standard Eclipse installed. I have not tested that yet.
- Add an highly customizable HTTP client: ability to construct your own requests, import and customize requests copied from the proxy
- Add a network capture tool, certainly based on Jpcap for portability sake. This is a very powerful tool I used in the past to write an end-user applet to help debugging applications from across the world.
- Improve the FTP client:
- Add session management
- Allow remote edition of files
- Allow dropping remote files in OS applications (not easy at all)
- Add SFTP/FTPS support (given the time it took me to implement simple FTP, this is certainly not the next features I'm going to implement ^_^)
- Improve the port scanner to allow users to set the sleep time (possibly random) between 2 successive scanned ports
- Read-only TFTP server
- Deliver a simple bind LDAP listener
- Deliver most servers as standalone servers not embedded in a graphical application so that they can be easily deployed and used on servers
- Fix the bugs :)