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

Skip to content

Commit ad11749

Browse files
committed
One more payload (requires usage of --code or similar)
1 parent 75a6424 commit ad11749

3 files changed

Lines changed: 12 additions & 2 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.8.4"
22+
VERSION = "1.2.8.5"
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: 1 addition & 1 deletion
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-
9253fffb810752d130525dde8668c06a lib/core/settings.py
51+
569498929d03e722dbfefaf65c387006 lib/core/settings.py
5252
dd68a9d02fccb4fa1428b20e15b0db5d lib/core/shell.py
5353
a7edc9250d13af36ac0108f259859c19 lib/core/subprocessng.py
5454
12bed9603b6fba3e5ffda11d584bc449 lib/core/target.py

xml/boundaries.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,16 @@ Formats:
310310
<prefix></prefix>
311311
<suffix># [RANDSTR]</suffix>
312312
</boundary>
313+
314+
<!-- e.g. admin' AND [INFERENCE] OR 'foo'='bar' AND password=$password -->
315+
<boundary>
316+
<level>3</level>
317+
<clause>1</clause>
318+
<where>1,2</where>
319+
<ptype>2</ptype>
320+
<prefix>'</prefix>
321+
<suffix> OR '[RANDSTR1]'='[RANDSTR2]</suffix>
322+
</boundary>
313323
<!-- End of WHERE/HAVING clause boundaries -->
314324

315325
<!-- Pre-WHERE generic boundaries (e.g. "UPDATE table SET '$_REQUEST["name"]' WHERE id=1" or "INSERT INTO table VALUES('$_REQUEST["value"]') WHERE id=1)"-->

0 commit comments

Comments
 (0)