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

Skip to content

Commit a8a7dee

Browse files
committed
Fixes #3239
1 parent 35d9ed8 commit a8a7dee

3 files changed

Lines changed: 4 additions & 4 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.9.23"
22+
VERSION = "1.2.9.24"
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/xforwardedfor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ def tamper(payload, **kwargs):
2525

2626
headers = kwargs.get("headers", {})
2727
headers["X-Forwarded-For"] = randomIP()
28-
headers["X-Clinet-Ip"] = randomIP()
28+
headers["X-Client-Ip"] = randomIP()
2929
headers["X-Real-Ip"] = randomIP()
3030
return payload

txt/checksum.md5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ c8c386d644d57c659d74542f5f57f632 lib/core/patch.py
5050
0c3eef46bdbf87e29a3f95f90240d192 lib/core/replication.py
5151
a7db43859b61569b601b97f187dd31c5 lib/core/revision.py
5252
fcb74fcc9577523524659ec49e2e964b lib/core/session.py
53-
4991b844fe999aba86dfd13a672c95b7 lib/core/settings.py
53+
018e7c47d53529bd5a3eab2e3405436c lib/core/settings.py
5454
dd68a9d02fccb4fa1428b20e15b0db5d lib/core/shell.py
5555
a7edc9250d13af36ac0108f259859c19 lib/core/subprocessng.py
5656
248bd121e0565318e1efaff54aa427bc lib/core/target.py
@@ -286,7 +286,7 @@ cc212839f55692d422beef3a8e22a8d4 tamper/uppercase.py
286286
f2b9eac52d346315f5705f71beeda791 tamper/varnish.py
287287
0e40966a51d1eb5d42a2159d2015a8a4 tamper/versionedkeywords.py
288288
0fba004bf1be6edbefbda89f23f4e518 tamper/versionedmorekeywords.py
289-
23d845e9f937f2a31c43767b8a8fcff6 tamper/xforwardedfor.py
289+
bb87c2c0ec66927015c9709aaaf93561 tamper/xforwardedfor.py
290290
1ebf563bb2cb18b68ea952418bba0ec5 thirdparty/ansistrm/ansistrm.py
291291
d41d8cd98f00b204e9800998ecf8427e thirdparty/ansistrm/__init__.py
292292
8e775c25bc9e84891ad6fcb4f0005c23 thirdparty/beautifulsoup/beautifulsoup.py

0 commit comments

Comments
 (0)