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

Skip to content

Commit 365fa5a

Browse files
committed
Fixes #2923
1 parent faaae2b commit 365fa5a

9 files changed

Lines changed: 20 additions & 9 deletions

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.2.9"
22+
VERSION = "1.2.2.10"
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/appendnullbyte.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
See the file 'LICENSE' for copying permission
66
"""
77

8+
import os
9+
810
from lib.core.common import singleTimeWarnMessage
911
from lib.core.enums import DBMS
1012
from lib.core.enums import PRIORITY

tamper/commalesslimit.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
See the file 'LICENSE' for copying permission
66
"""
77

8+
import os
89
import re
910

1011
from lib.core.common import singleTimeWarnMessage

tamper/concat2concatws.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
See the file 'LICENSE' for copying permission
66
"""
77

8+
import os
9+
810
from lib.core.common import singleTimeWarnMessage
911
from lib.core.enums import DBMS
1012
from lib.core.enums import PRIORITY

tamper/modsecurityversioned.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
See the file 'LICENSE' for copying permission
66
"""
77

8+
import os
9+
810
from lib.core.common import randomInt
911
from lib.core.common import singleTimeWarnMessage
1012
from lib.core.enums import DBMS

tamper/modsecurityzeroversioned.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
See the file 'LICENSE' for copying permission
66
"""
77

8+
import os
9+
810
from lib.core.common import singleTimeWarnMessage
911
from lib.core.enums import DBMS
1012
from lib.core.enums import PRIORITY

tamper/plus2concat.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
See the file 'LICENSE' for copying permission
66
"""
77

8+
import os
89
import re
910

1011
from lib.core.common import singleTimeWarnMessage

tamper/plus2fnconcat.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
See the file 'LICENSE' for copying permission
66
"""
77

8+
import os
89
import re
910

1011
from lib.core.common import singleTimeWarnMessage

txt/checksum.md5

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ffa5f01f39b17c8d73423acca6cfe86a lib/core/readlineng.py
4646
0c3eef46bdbf87e29a3f95f90240d192 lib/core/replication.py
4747
a7db43859b61569b601b97f187dd31c5 lib/core/revision.py
4848
fcb74fcc9577523524659ec49e2e964b lib/core/session.py
49-
d4f192e51b660e59391dee667f79c652 lib/core/settings.py
49+
659fe726d16a8b4557d96d82181ace88 lib/core/settings.py
5050
d0adc28a38e43a787df4471f7f027413 lib/core/shell.py
5151
63491be462c515a1a3880c27c2acc4a2 lib/core/subprocessng.py
5252
505aaa61e1bba3c3d4567c3e667699e3 lib/core/target.py
@@ -227,18 +227,18 @@ ec2ba8c757ac96425dcd2b97970edd3a shell/stagers/stager.asp_
227227
3e2e790c370442c3d98eaa88a3523b15 sqlmap.py
228228
4c3b8a7daa4bff52e01d4168be0eedbe tamper/apostrophemask.py
229229
4115a55b8aba464723d645b7d3156b6e tamper/apostrophenullencode.py
230-
5be6e24825d34437512b9021f35ee026 tamper/appendnullbyte.py
230+
d7e9a979eff4d7315d804a181e66fc93 tamper/appendnullbyte.py
231231
0298d81e9dfac7ff18a5236c0f1d84b6 tamper/base64encode.py
232232
55e9fbe57967e57a05a8ca77c312dc70 tamper/between.py
233233
e1d2329adc6ca89828a2eaec2951806c tamper/bluecoat.py
234234
e3cdf13caedb4682bee3ff8fac103606 tamper/chardoubleencode.py
235235
3b2f68476fbcf8223199e8dd4ec14b64 tamper/charencode.py
236236
b502023ac6c48e49e652ba524b8e18cc tamper/charunicodeencode.py
237237
2c2b38974dc773568de7e7d771d7042c tamper/charunicodeescape.py
238-
763aa317d43909a51dd4c2f36834718d tamper/commalesslimit.py
238+
6a395de07b60f47d9474ace0a98c160f tamper/commalesslimit.py
239239
211bb8fa36a6ecb42b719c951c362851 tamper/commalessmid.py
240240
19acfde79c9a2d8458e15182f5b73d71 tamper/commentbeforeparentheses.py
241-
61f895acaaf3dea78e237bdf5fe30a81 tamper/concat2concatws.py
241+
334e4a2485b3a1bbc1734823b93ea694 tamper/concat2concatws.py
242242
dcdc433fe946f1b9005bcd427a951dd6 tamper/equaltolike.py
243243
06df880df5d8749963f5562f60fd1637 tamper/escapequotes.py
244244
4393cc5220d2e39c5c9c5a9af4e2635d tamper/greatest.py
@@ -250,15 +250,15 @@ e2c2b6a67546b36983a72f129a817ec0 tamper/ifnull2ifisnull.py
250250
1e5532ede194ac9c083891c2f02bca93 tamper/__init__.py
251251
2dc49bcd6c55f4e2322b07fa92685356 tamper/least.py
252252
1834b5409c449d2ea1b70a5038fed9eb tamper/lowercase.py
253-
b7e892fc185927c7eb4a604f87b8b6c1 tamper/modsecurityversioned.py
254-
a15ae5a795661fe992bb476346d54794 tamper/modsecurityzeroversioned.py
253+
de4c83d33968a0cbf00cdfd8d35deddc tamper/modsecurityversioned.py
254+
39981d5d6cb84aca950458739102bb07 tamper/modsecurityzeroversioned.py
255255
b4cadf2ddcdc0598c9a3bf24521a2fa1 tamper/multiplespaces.py
256256
be757e4c9a6fb36af7b9a8c444fddb05 tamper/nonrecursivereplacement.py
257257
e298e486c06bb39d81f10d61a5c4ceec tamper/overlongutf8more.py
258258
b9f698556f8333d9fa6eadaab44a77ab tamper/overlongutf8.py
259259
bc0363e4fc04240c9f7b81e4ecce0714 tamper/percentage.py
260-
b30240804cce482b6ab77714508de89c tamper/plus2concat.py
261-
a8f4a85be6e98b53060b066cd18eed15 tamper/plus2fnconcat.py
260+
91272e566ceb4644254cd6abd613db21 tamper/plus2concat.py
261+
265314f4b3b921f4c0d470ddaa6506e4 tamper/plus2fnconcat.py
262262
e94a1c7e4dc7450ac224436269d823bb tamper/randomcase.py
263263
6368a971a80b1acbbbc6b76616bd96b9 tamper/randomcomments.py
264264
48228322d40d97016b05e408c5234634 tamper/securesphere.py

0 commit comments

Comments
 (0)