Some time ago it was announced that milw0rm was not going to be mantained.
Now Offensive Security took over that project and they created a new sucessor.
http://exploits.offensive-security.com
Since we had created the milw0rm search plugin we've now created the Offensive Security Exploit database search plugin.
You can get the plugin at:
We've created a simple Firefox search plugin.
This plugins lets you search on the entire Open Source Vulnerability Database (http://osvdb.org/) inside all text.
You can get it from Firefox addons site
https://addons.mozilla.org/en-US/firefox/addon/45607/
At this moment the addon is in "experimental" mode. It has already been nominated to public, and hopefully in a few days Mozilla moderators will approve it.
Hope you enjoy it!
We all use IDA Python and it kicks ass!
But sometimes opening scripts all the time by hitting ALT+9 is annoying.
So why don't we have an interactive console with all IDA Python features?
I've created an IDA Python script that creates an interactive console based on IPython.
This console lets you run any IDA Python function but interactively.
Since it's based on IPython you can also take advantage of its cool features, like tab autocompletion, magic commands, command history, aliases, etc (http://ipython.scipy.org/doc/manual/html/interactive/tutorial.html).