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

Skip to content

Commit 03bbfdb

Browse files
committed
Can't work out of the box (too many unknowns)
1 parent 1b6365b commit 03bbfdb

3 files changed

Lines changed: 2 additions & 43 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.10.2"
22+
VERSION = "1.2.10.3"
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)

tamper/nonrecursivereplacement.py

Lines changed: 0 additions & 40 deletions
This file was deleted.

txt/checksum.md5

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ c8c386d644d57c659d74542f5f57f632 lib/core/patch.py
4949
0c3eef46bdbf87e29a3f95f90240d192 lib/core/replication.py
5050
a7db43859b61569b601b97f187dd31c5 lib/core/revision.py
5151
fcb74fcc9577523524659ec49e2e964b lib/core/session.py
52-
501b38eaa341d98935b4fc3cecefaffc lib/core/settings.py
52+
2f0cd79e7e10a6e137f4748a589c4c0b lib/core/settings.py
5353
dd68a9d02fccb4fa1428b20e15b0db5d lib/core/shell.py
5454
a7edc9250d13af36ac0108f259859c19 lib/core/subprocessng.py
5555
62bc180e3e828949ffb342a8f756c183 lib/core/target.py
@@ -257,7 +257,6 @@ ef0639557a79e57b06296c4bc223ebef tamper/htmlencode.py
257257
1c4d622d1c2c77fc3db1f8b3849467ee tamper/modsecurityversioned.py
258258
f177a624c2cd3431c433769c6eb995e7 tamper/modsecurityzeroversioned.py
259259
91b63afdb96b1d51c12a14cbd425d310 tamper/multiplespaces.py
260-
efd1917c6ccc632f044084a30e0e0f98 tamper/nonrecursivereplacement.py
261260
dcf3458f9010ca41bc4b56804f15792c tamper/overlongutf8more.py
262261
a3a3cef042b864c4226b63f89548f939 tamper/overlongutf8.py
263262
89f8753a0ef65d2bb860c8864e9e935a tamper/percentage.py

0 commit comments

Comments
 (0)