To begin with fresh news I'd like to present my new tool. Ok..., It's not really a new tool, it's another interface to wfuzz,
but it's a new interface concept that I began to study in order to develop new tools with a web-based GUI.
weBreak has a RIA (Rich internet Applicartion) interface based on ExtJS. It's very usefull and is cross-browser, so it
makes my tool more portable and more standard.
I' think that In my opinion the future of app interfaces is merging with web browsers, (eg: metasploit, wmware server, etc.)
It implies a new pattern design and new technologies to familiarize with, but it improves the compatibility, and the app
becomes more standard, moreover you can execute the tool on a computer and use it collaboratively.
Nevertheless, the programmig isn't so comfortable, since you have to code (in my case) in python, and javascript
and connect it properly using a web server (I used cherrypy).
So I've planned to develop a framework to join the three technologies (core+webserver+JavaScript)
In my case (python+cherrypy+extJs), I hope it can be portable to other platforms easily.
Next, some screenshots are shown:

