Durzosploit is a JavaScript exploit generation framework that works through the console. This goal of that project is to quickly and easily generate working exploits for cross-site scripting vulnerabilities in popular web applications or web sites.
Please note that Durzosploit does not find browser vulnerabilities, it only is an framework containing exploits you can use.
At present there aren’t many exploits:
- twitter.com/update_status – Updates a target’s status
- twitter.com/update_settings – Updates your target’s settings
- facebook.com/what_is_on_your_mind – Write your message in your target’s mind
- drupal/edit_user_profile – Drupal 6.x – edit the profile of the user
- drupal/logout – Drupal 6.x – makes target logout
So far the author’s focus has been on the framework itself; allowing people to quickly write their exploits and adding some automated obfuscators.
Durzosploit provides some obfuscators to automatically pack/minify your generated exploit.
You can download the latest version from the Durzosploit SVN here:
svn co svn://www.engineeringforfun.com/svn/durzosploit/trunk
Or read more here.
Stored in: Exploits/Vulnerabilities, Hacking Tools, Web Hacking
Related Posts:
- Browser Rider – Web Browser Exploitation Framework
- Websecurify – Web Security Testing Framework
- Metasploit 2.7 Released – Automated Hacking
- w3af Fifth BETA for Download – Automated Web Auditing and Exploitation Framework
- Metasploit 3.0 Beta 3 Released
- MSF eXploit Builder – Free Win32 Exploit Development Platform
| 2,984 views |



Cool code but if you ever need to unpack an obfuscated piece of Javascript you can use this tool to reverse engineer it.
http://www.strictly-software.com/unpacker.asp
One click and its done.