Skip to content

Commit d813d24

Browse files
committed
Minor update
1 parent e347d90 commit d813d24

3 files changed

Lines changed: 3 additions & 3 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.2.7"
22+
VERSION = "1.2.2.8"
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)

shell/backdoors/backdoor.jsp_

-1 Bytes
Binary file not shown.

txt/checksum.md5

Lines changed: 2 additions & 2 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-
77b3fc93b10a517a0dde172b13f480c9 lib/core/settings.py
49+
a333cf1cf7e533c13bf1aec774c82938 lib/core/settings.py
5050
d0adc28a38e43a787df4471f7f027413 lib/core/shell.py
5151
63491be462c515a1a3880c27c2acc4a2 lib/core/subprocessng.py
5252
505aaa61e1bba3c3d4567c3e667699e3 lib/core/target.py
@@ -217,7 +217,7 @@ e522c294676ede15bee751107e9bb449 plugins/generic/takeover.py
217217
1e5532ede194ac9c083891c2f02bca93 plugins/__init__.py
218218
b04db3e861edde1f9dd0a3850d5b96c8 shell/backdoors/backdoor.asp_
219219
158bfa168128393dde8d6ed11fe9a1b8 shell/backdoors/backdoor.aspx_
220-
1add5a9a67539e7fd1999c8c20a69d15 shell/backdoors/backdoor.jsp_
220+
595f711adf1ecb5f3b9a64532b04d8b9 shell/backdoors/backdoor.jsp_
221221
09fc3ed6543f4d1885e338b271e5e97a shell/backdoors/backdoor.php_
222222
0e7aba05423c272f051f31165b0e416d shell/stagers/stager.asp_
223223
c3cc8b7727161e64ab59f312c33b541a shell/stagers/stager.aspx_

0 commit comments

Comments
 (0)