changes regarding Feature #160

This commit is contained in:
Miroslav Stampar
2010-09-26 14:02:13 +00:00
parent 99d9f9e624
commit 35f35605df
7 changed files with 100 additions and 27 deletions

View File

@@ -2,12 +2,19 @@
<root>
<global>
<host value="172.16.104.130"/>
<host value="192.168.228.130"/>
</global>
<!-- Oracle -->
<!-- MySQL -->
<case>
<switches>
<url value="http://$host/sqlmap/oracle/get_int.php?id=1"/>
<url value="http://${host}/sqlmap/mysql/get_int.php?id=1"/>
<getBanner value="True"/>
</switches>
</case>
<!-- Oracle
<case>
<switches>
<url value="http://${host}/sqlmap/oracle/get_int.php?id=1"/>
<extensiveFp value="True"/>
<getUsers value="True"/>
</switches>
@@ -20,4 +27,5 @@
<item value="[DBMS][Oracle]"/>
</session>
</case>
-->
</root>