Skip to content

Commit ad3b766

Browse files
committed
Adding in-table name boundaries
1 parent 074fbbc commit ad3b766

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from lib.core.revision import getRevisionNumber
2121

2222
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
23-
VERSION = "1.0.3.8"
23+
VERSION = "1.0.3.9"
2424
REVISION = getRevisionNumber()
2525
STABLE = VERSION.count('.') <= 2
2626
VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")

xml/boundaries.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,24 @@ Formats:
529529
<prefix>) AS [RANDSTR] WHERE [RANDNUM]=[RANDNUM]</prefix>
530530
<suffix>-- </suffix>
531531
</boundary>
532+
533+
<boundary>
534+
<level>4</level>
535+
<clause>1</clause>
536+
<where>1</where>
537+
<ptype>1</ptype>
538+
<prefix>` WHERE [RANDNUM]=[RANDNUM]</prefix>
539+
<suffix>-- </suffix>
540+
</boundary>
541+
542+
<boundary>
543+
<level>5</level>
544+
<clause>1</clause>
545+
<where>1</where>
546+
<ptype>1</ptype>
547+
<prefix>`) WHERE [RANDNUM]=[RANDNUM]</prefix>
548+
<suffix>-- </suffix>
549+
</boundary>
532550
<!-- End of pre-WHERE derived table boundaries -->
533551

534552
<!-- INSERT/UPDATE generic boundaries (e.g. "INSERT INTO table VALUES ('$_REQUEST["name"]',...)"-->

0 commit comments

Comments
 (0)