Files
wpscan/spec/samples/common/models/wp_theme/vulnerable/themes_vulns.xml
2013-03-26 16:26:03 +01:00

20 lines
467 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<vulnerabilities>
<theme name="not-this-one">
<vulnerability>
<title>I should not appear in the results</title>
<reference>http://some-ref.com</reference>
<type>SQLI</type>
</vulnerability>
</theme>
<theme name="the-oracle">
<vulnerability>
<title>I see you</title>
<reference>http://ref.com</reference>
<type>FPD</type>
</vulnerability>
</theme>
</vulnerabilities>