Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 599ad74

Browse files
committed
typo fix
1 parent a3c7798 commit 599ad74

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

xml/livetests.xml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2010,7 +2010,7 @@
20102010
<search value="True"/>
20112011
<db value="sys"/>
20122012
<tbl value="user,aux,wrong"/>
2013-
<answer value="do you want to dump tables=N,do you want to crack them via a dictionary-based attack=N"/>
2013+
<answers value="do you want to dump tables=N,do you want to crack them via a dictionary-based attack=N"/>
20142014
</switches>
20152015
<parse>
20162016
<item value="r'Database: SYS.+9 tables.+AUX_STATS.+USERS.+AUX_HISTORY'"/>
@@ -2024,7 +2024,7 @@
20242024
<search value="True"/>
20252025
<db value="sys"/>
20262026
<tbl value="user,aux,wrong"/>
2027-
<answer value="do you want to crack them via a dictionary-based attack=N"/>
2027+
<answers value="do you want to crack them via a dictionary-based attack=N"/>
20282028
</switches>
20292029
<parse>
20302030
<item value="r'Database: SYS.+9 tables.+AUX_STATS.+USERS.+AUX_HISTORY'"/>
@@ -2039,7 +2039,7 @@
20392039
<search value="True"/>
20402040
<db value="sys"/>
20412041
<tbl value="user,aux,wrong"/>
2042-
<answer value="do you want to crack them via a dictionary-based attack=N"/>
2042+
<answers value="do you want to crack them via a dictionary-based attack=N"/>
20432043
</switches>
20442044
<parse>
20452045
<item value="r'Database: SYS.+9 tables.+AUX_STATS.+USERS.+AUX_HISTORY'"/>
@@ -2273,7 +2273,7 @@
22732273
<search value="True"/>
22742274
<db value="db2inst1"/>
22752275
<tbl value="user,wrong"/>
2276-
<answer value="do you want to dump tables=N"/>
2276+
<answers value="do you want to dump tables=N"/>
22772277
</switches>
22782278
<parse>
22792279
<item value="r'Database: DB2INST1.+1 table.+USERS'"/>
@@ -3104,4 +3104,12 @@
31043104
</parse>
31053105
</case>
31063106
<!-- End of other switches -->
3107+
3108+
<!-- TODO: add the following test cases:
3109+
* Test against a web service with XML POST data
3110+
* Test against a web application with generic XML POST data
3111+
* Test against a web application with JSON POST data
3112+
* Test against a web application with Multipart POST DATA
3113+
* Test direct connection against all supported DBMSes
3114+
-->
31073115
</root>

0 commit comments

Comments
 (0)