XmlAnalyzer
The XML Analyzer will consume an XML document or fragment and convert that into a tree structure of XmlElement and XmlAttribute elements. This analyzer can be used from the command line or attached to a data element.
Data Element:
<String analyzer="xml.XmlAnalyzer" />
Command Line:
peach --analyzer=xml.XmlAnalyzer xmlfile=Input.xml out=XmlPit.xml
Peach Fuzzing Platform