Merge branch 'master' of github.com:sqlmapproject/sqlmap

This commit is contained in:
Miroslav Stampar 2013-01-25 10:29:36 +01:00
commit ac6c9a808a

View File

@ -1040,12 +1040,12 @@
<item value="r'Database: Firebird_masterdb.+Table: USERS.+5 entries.+luther.+nameisnull.+'"/> <item value="r'Database: Firebird_masterdb.+Table: USERS.+5 entries.+luther.+nameisnull.+'"/>
</parse> </parse>
</case> </case>
<!-- TODO: this test case fails because of a bug whereby partial UNION is no longer detected on Firebird -->
<case name="Firebird partial UNION query multi-threaded enumeration - all entries"> <case name="Firebird partial UNION query multi-threaded enumeration - all entries">
<switches> <switches>
<url value="http://debiandev/sqlmap/firebird/get_int_partialunion.php?id=1"/> <url value="http://debiandev/sqlmap/firebird/get_int_partialunion.php?id=1"/>
<threads value="4"/> <threads value="4"/>
<tech value="U"/> <tech value="U"/>
<dbms value="Firebird"/>
<extensiveFp value="True"/> <extensiveFp value="True"/>
<getBanner value="True"/> <getBanner value="True"/>
<getCurrentUser value="True"/> <getCurrentUser value="True"/>