11 May 2009 | 5,870 views

Durzosploit v0.1 – JavaScript Exploit Generation Framework

Want to Learn Penetration Testing

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.

Post to Twitter Post to Facebook Post to Google Buzz Post to Delicious Post to Digg Post to Reddit Post to StumbleUpon






Recent in Exploits/Vulnerabilities:
- No BEAST Fix From Microsoft In December Patch Tuesday – But They Fixed Duqu Bug
- Apple Bans Security Researcher Charlie Miller For Exposing iOS Exploit
- Rec Studio 4 – Reverse Engineering Compiler & Decompiler

Related Posts:
- Browser Rider – Web Browser Exploitation Framework
- Exploit Next Generation SQL Fingerprint (ESF) – MS-SQL Server Fingerprinting Tool
- Websecurify – Web Security Testing Framework

Most Read in Exploits/Vulnerabilities:
- Learn to use Metasploit – Tutorials, Docs & Videos - 190,523 views
- AJAX: Is your application secure enough? - 115,528 views
- eEye Launches 0-Day Exploit Tracker - 80,785 views

Advertise on Darknet


One Response to “Durzosploit v0.1 – JavaScript Exploit Generation Framework”

  1. Rob Reid 13 May 2009 at 3:53 am Permalink

    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.