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

Skip to content

Commit b1ef5d5

Browse files
committed
Minor update
1 parent 8cd257c commit b1ef5d5

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

lib/core/optiondict.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@
192192
},
193193

194194
"General": {
195-
# "xmlFile": "string",
196195
"trafficFile": "string",
197196
"batch": "boolean",
198197
"binaryFields": "string",
@@ -211,6 +210,7 @@
211210
"hexConvert": "boolean",
212211
"outputDir": "string",
213212
"parseErrors": "boolean",
213+
"preprocess": "string",
214214
"repair": "boolean",
215215
"saveConfig": "string",
216216
"scope": "string",

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.3.3.2"
22+
VERSION = "1.3.3.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)

sqlmap.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -725,6 +725,9 @@ outputDir =
725725
# Valid: True or False
726726
parseErrors = False
727727

728+
# Use given script(s) for preprocessing of response data.
729+
preprocess =
730+
728731
# Redump entries having unknown character marker (?).
729732
# Valid: True or False
730733
repair = False

txt/checksum.md5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ abcb1121eb56d3401839d14e8ed06b6e lib/core/data.py
4242
84ef8f32e4582fcc294dc14e1997131d lib/core/exception.py
4343
fb6be55d21a70765e35549af2484f762 lib/core/__init__.py
4444
18c896b157b03af716542e5fe9233ef9 lib/core/log.py
45-
151136142a14bee82cb02a9ca64c741d lib/core/optiondict.py
45+
947f41084e551ff3b7ef7dda2f25ef20 lib/core/optiondict.py
4646
5d21cede75bd8043a0b9f2605047ea07 lib/core/option.py
4747
fe370021c6bc99daf44b2bfc0d1effb3 lib/core/patch.py
4848
4b12aa67fbf6c973d12e54cf9cb54ea0 lib/core/profiling.py
4949
d5ef43fe3cdd6c2602d7db45651f9ceb lib/core/readlineng.py
5050
7d8a22c582ad201f65b73225e4456170 lib/core/replication.py
5151
3179d34f371e0295dd4604568fb30bcd lib/core/revision.py
5252
d6269c55789f78cf707e09a0f5b45443 lib/core/session.py
53-
177d5fddb467b206530dacbc8618928d lib/core/settings.py
53+
430c1a61f8acb571e755a3ddab1c1591 lib/core/settings.py
5454
4483b4a5b601d8f1c4281071dff21ecc lib/core/shell.py
5555
10fd19b0716ed261e6d04f311f6f527c lib/core/subprocessng.py
5656
43772ea73e9e3d446f782af591cb4eda lib/core/target.py

0 commit comments

Comments
 (0)