08 November 2007 | 3,852 views

untidy – XML Fuzzer

Want to Learn Penetration Testing

Seen as though untidy was mentioned again fairly recent, it sparked my memory that I have a fairly old draft regarding untidy the XML Fuzzer.

Fuzzing is definitely becoming an important part of Pen Testing and especially application security – we’ve published about quite a few and I’m sure there are more in development.

Anyway, back to topic.

I’m glad to release the second beta version of untidy; untidy is general purpose XML Fuzzer. It takes a string representation of a XML as input and generates a set of modified, potentially invalid, XMLs based on the input. It’s released under GPL v2 and written in python.

It’s currently in it’s second release (Beta 2).

There are no prerequisites for running untidy, you will have to change it slightly though as it will output a LOT of XML to the screen, you’ll need to find the “print i” and change it to something more appropriate (sending to the server you want to test or outputing to a file with a newline for each iteration).

You can download untidy here:

untidy-beta2.tgz

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 Hacking Tools:
- Arachni v0.4 Released – High-Performance (Open Source) Web Application Security Scanner Framework
- Patator – Multi Purpose Brute Forcing Tool
- MySQLPasswordAuditor – Free MySQL Audit/Password Recovery & Cracking Tool

Related Posts:
- Browser Fuzzer 3 (bf3) – Comprehensive Web Browser Fuzzing Tool
- IOCTL Fuzzer v1.2 – Fuzzing Tool For Windows Kernel Drivers
- fm-fsf – Freakin’ Simple Fuzzer – Cross Platform Fuzzing Tool

Most Read in Hacking Tools:
- Top 15 Security/Hacking Tools & Utilities - 1,630,716 views
- Brutus Password Cracker – Download brutus-aet2.zip AET2 - 899,109 views
- wwwhack 1.9 – Download wwwhack19.zip Web Hacking Tool - 505,242 views

Advertise on Darknet


2 Responses to “untidy – XML Fuzzer”

  1. dirty 8 November 2007 at 4:10 pm Permalink

    “as it will output a LOT of XML to the screen”
    Wow, you werent kidding! jk LOL
    Neat tool though

  2. Reticent 12 November 2007 at 10:22 pm Permalink

    Just a FYI for those that arent so familar with the term, ‘fuzzing’ – http://en.wikipedia.org/wiki/Fuzz_testing – Seems to be a bit of a buzz word at the moment.