mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-06-17 19:43:16 +03:00
adding AGAINST full-text search boundaries
This commit is contained in:
parent
ccbd93cc2e
commit
bbb7e1562d
|
@ -543,6 +543,16 @@ Formats:
|
||||||
</boundary>
|
</boundary>
|
||||||
<!-- End of INSERT/UPDATE generic boundaries -->
|
<!-- End of INSERT/UPDATE generic boundaries -->
|
||||||
|
|
||||||
|
<!-- AGAINST boolean full-text search boundaries (http://dev.mysql.com/doc/refman/5.5/en/fulltext-boolean.html) -->
|
||||||
|
<boundary>
|
||||||
|
<level>4</level>
|
||||||
|
<clause>1</clause>
|
||||||
|
<where>1</where>
|
||||||
|
<ptype>2</ptype>
|
||||||
|
<prefix>' IN BOOLEAN MODE)</prefix>
|
||||||
|
<suffix>#</suffix>
|
||||||
|
</boundary>
|
||||||
|
<!-- End of AGAINST boolean full-text search boundaries -->
|
||||||
|
|
||||||
<!-- Boolean-based blind tests - WHERE/HAVING clause -->
|
<!-- Boolean-based blind tests - WHERE/HAVING clause -->
|
||||||
<test>
|
<test>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user