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

Skip to content

Commit 3c439c3

Browse files
committed
Known cause of majority of false-positives (Issue #3176)
1 parent 5cc36a5 commit 3c439c3

3 files changed

Lines changed: 3 additions & 75 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.enums import OS
2020

2121
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22-
VERSION = "1.2.7.13"
22+
VERSION = "1.2.7.14"
2323
TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable"
2424
TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34}
2525
VERSION_STRING = "sqlmap/%s#%s" % ('.'.join(VERSION.split('.')[:-1]) if VERSION.count('.') > 2 and VERSION.split('.')[-1] == '0' else VERSION, TYPE)

txt/checksum.md5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ c8c386d644d57c659d74542f5f57f632 lib/core/patch.py
4848
0c3eef46bdbf87e29a3f95f90240d192 lib/core/replication.py
4949
a7db43859b61569b601b97f187dd31c5 lib/core/revision.py
5050
fcb74fcc9577523524659ec49e2e964b lib/core/session.py
51-
2f2c4fe68780abcae94f5b4ea7650387 lib/core/settings.py
51+
2c474df57ac9d142f8747701b70082a5 lib/core/settings.py
5252
dd68a9d02fccb4fa1428b20e15b0db5d lib/core/shell.py
5353
a7edc9250d13af36ac0108f259859c19 lib/core/subprocessng.py
5454
95f04c1c1d8c3998d86e1bdf0e12771c lib/core/target.py
@@ -465,7 +465,7 @@ d48c971769c6131e35bd52d2315a8d58 xml/banner/servlet-engine.xml
465465
d989813ee377252bca2103cea524c06b xml/banner/sharepoint.xml
466466
350605448f049cd982554123a75f11e1 xml/banner/x-aspnet-version.xml
467467
817078783e1edaa492773d3b34d8eef0 xml/banner/x-powered-by.xml
468-
fb93505ef0ab3b4a20900f3e5625260d xml/boundaries.xml
468+
201b8bb7888f500294a9831bb47ce7a7 xml/boundaries.xml
469469
0d0d4bd0e06c99dd8eb4f92acc25caf3 xml/errors.xml
470470
a279656ea3fcb85c727249b02f828383 xml/livetests.xml
471471
3318571fac8df058f19ea85780606643 xml/payloads/boolean_blind.xml

xml/boundaries.xml

Lines changed: 0 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -293,78 +293,6 @@ Formats:
293293
<suffix> AND "[RANDSTR]" LIKE "[RANDSTR]</suffix>
294294
</boundary>
295295

296-
<boundary>
297-
<level>2</level>
298-
<clause>1</clause>
299-
<where>1,2</where>
300-
<ptype>2</ptype>
301-
<prefix>%')</prefix>
302-
<suffix> AND ('%'='</suffix>
303-
</boundary>
304-
305-
<boundary>
306-
<level>3</level>
307-
<clause>1</clause>
308-
<where>1,2</where>
309-
<ptype>2</ptype>
310-
<prefix>%'))</prefix>
311-
<suffix> AND (('%'='</suffix>
312-
</boundary>
313-
314-
<boundary>
315-
<level>4</level>
316-
<clause>1</clause>
317-
<where>1,2</where>
318-
<ptype>2</ptype>
319-
<prefix>%')))</prefix>
320-
<suffix> AND ((('%'='</suffix>
321-
</boundary>
322-
323-
<boundary>
324-
<level>1</level>
325-
<clause>1</clause>
326-
<where>1,2</where>
327-
<ptype>2</ptype>
328-
<prefix>%'</prefix>
329-
<suffix> AND '%'='</suffix>
330-
</boundary>
331-
332-
<boundary>
333-
<level>4</level>
334-
<clause>1</clause>
335-
<where>1,2</where>
336-
<ptype>2</ptype>
337-
<prefix>%")</prefix>
338-
<suffix> AND ("%"="</suffix>
339-
</boundary>
340-
341-
<boundary>
342-
<level>5</level>
343-
<clause>1</clause>
344-
<where>1,2</where>
345-
<ptype>2</ptype>
346-
<prefix>%"))</prefix>
347-
<suffix> AND (("%"="</suffix>
348-
</boundary>
349-
350-
<boundary>
351-
<level>5</level>
352-
<clause>1</clause>
353-
<where>1,2</where>
354-
<ptype>2</ptype>
355-
<prefix>%")))</prefix>
356-
<suffix> AND ((("%"="</suffix>
357-
</boundary>
358-
359-
<boundary>
360-
<level>3</level>
361-
<clause>1</clause>
362-
<where>1,2</where>
363-
<ptype>2</ptype>
364-
<prefix>%"</prefix>
365-
<suffix> AND "%"="</suffix>
366-
</boundary>
367-
368296
<boundary>
369297
<level>1</level>
370298
<clause>1</clause>

0 commit comments

Comments
 (0)