Skip to content

Commit e9407cf

Browse files
committed
Cleaning some garbage boundaries (it doesn't make any sense to use %00 as prefix)
1 parent 0175acd commit e9407cf

2 files changed

Lines changed: 1 addition & 37 deletions

File tree

lib/core/settings.py

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

2121
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22-
VERSION = "1.0.6.52"
22+
VERSION = "1.0.6.53"
2323
REVISION = getRevisionNumber()
2424
STABLE = VERSION.count('.') <= 2
2525
VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")

xml/boundaries.xml

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -365,42 +365,6 @@ Formats:
365365
<suffix> AND "%"="</suffix>
366366
</boundary>
367367

368-
<boundary>
369-
<level>5</level>
370-
<clause>1</clause>
371-
<where>1,2</where>
372-
<ptype>2</ptype>
373-
<prefix>%00')</prefix>
374-
<suffix> AND ('[RANDSTR]'='[RANDSTR]</suffix>
375-
</boundary>
376-
377-
<boundary>
378-
<level>5</level>
379-
<clause>1</clause>
380-
<where>1,2</where>
381-
<ptype>2</ptype>
382-
<prefix>%00'))</prefix>
383-
<suffix> AND (('[RANDSTR]'='[RANDSTR]</suffix>
384-
</boundary>
385-
386-
<boundary>
387-
<level>5</level>
388-
<clause>1</clause>
389-
<where>1,2</where>
390-
<ptype>2</ptype>
391-
<prefix>%00')))</prefix>
392-
<suffix> AND ((('[RANDSTR]'='[RANDSTR]</suffix>
393-
</boundary>
394-
395-
<boundary>
396-
<level>4</level>
397-
<clause>1</clause>
398-
<where>1,2</where>
399-
<ptype>2</ptype>
400-
<prefix>%00'</prefix>
401-
<suffix> AND '[RANDSTR]'='[RANDSTR]</suffix>
402-
</boundary>
403-
404368
<boundary>
405369
<level>1</level>
406370
<clause>1</clause>

0 commit comments

Comments
 (0)