mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-16 19:40:37 +03:00
Minor cleanup
This commit is contained in:
parent
cd08d13647
commit
245c5e64e9
|
@ -19,7 +19,7 @@ from lib.core.enums import DBMS_DIRECTORY_NAME
|
|||
from lib.core.enums import OS
|
||||
|
||||
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
|
||||
VERSION = "1.2.9.31"
|
||||
VERSION = "1.2.9.32"
|
||||
TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable"
|
||||
TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34}
|
||||
VERSION_STRING = "sqlmap/%s#%s" % ('.'.join(VERSION.split('.')[:-1]) if VERSION.count('.') > 2 and VERSION.split('.')[-1] == '0' else VERSION, TYPE)
|
||||
|
|
|
@ -50,7 +50,7 @@ c8c386d644d57c659d74542f5f57f632 lib/core/patch.py
|
|||
0c3eef46bdbf87e29a3f95f90240d192 lib/core/replication.py
|
||||
a7db43859b61569b601b97f187dd31c5 lib/core/revision.py
|
||||
fcb74fcc9577523524659ec49e2e964b lib/core/session.py
|
||||
fa8c27b009a20b604ce2959e7f7d0696 lib/core/settings.py
|
||||
efef2534b513cac460d62a2709dad5b5 lib/core/settings.py
|
||||
dd68a9d02fccb4fa1428b20e15b0db5d lib/core/shell.py
|
||||
a7edc9250d13af36ac0108f259859c19 lib/core/subprocessng.py
|
||||
248bd121e0565318e1efaff54aa427bc lib/core/target.py
|
||||
|
@ -474,7 +474,7 @@ d989813ee377252bca2103cea524c06b xml/banner/sharepoint.xml
|
|||
3059d50cf0cd17a403c17833f0bcd4df xml/boundaries.xml
|
||||
6cffc395cd0280f5c1a84542da6642e5 xml/errors.xml
|
||||
a279656ea3fcb85c727249b02f828383 xml/livetests.xml
|
||||
4db0392af190e27f9e2af56a3249c5cb xml/payloads/boolean_blind.xml
|
||||
11547289b99eaced5b55185a3230529a xml/payloads/boolean_blind.xml
|
||||
0656ba4132cd02477be90e65a7ddf6ce xml/payloads/error_based.xml
|
||||
06b1a210b190d52477a9d492443725b5 xml/payloads/inline_query.xml
|
||||
82c65823a0af3fccbecf37f1c75f0b29 xml/payloads/stacked_queries.xml
|
||||
|
|
|
@ -204,7 +204,7 @@ Tag: <test>
|
|||
</test>
|
||||
|
||||
<test>
|
||||
<title>AND boolean-based blind - WHERE or HAVING clause (subquery) (Generic comment)</title>
|
||||
<title>AND boolean-based blind - WHERE or HAVING clause (subquery - comment)</title>
|
||||
<stype>1</stype>
|
||||
<level>2</level>
|
||||
<risk>1</risk>
|
||||
|
@ -221,7 +221,7 @@ Tag: <test>
|
|||
</test>
|
||||
|
||||
<test>
|
||||
<title>OR boolean-based blind - WHERE or HAVING clause (subquery) (Generic comment)</title>
|
||||
<title>OR boolean-based blind - WHERE or HAVING clause (subquery - comment)</title>
|
||||
<stype>1</stype>
|
||||
<level>2</level>
|
||||
<risk>3</risk>
|
||||
|
@ -238,7 +238,7 @@ Tag: <test>
|
|||
</test>
|
||||
|
||||
<test>
|
||||
<title>AND boolean-based blind - WHERE or HAVING clause (Generic comment)</title>
|
||||
<title>AND boolean-based blind - WHERE or HAVING clause (comment)</title>
|
||||
<stype>1</stype>
|
||||
<level>2</level>
|
||||
<risk>1</risk>
|
||||
|
@ -255,7 +255,7 @@ Tag: <test>
|
|||
</test>
|
||||
|
||||
<test>
|
||||
<title>OR boolean-based blind - WHERE or HAVING clause (Generic comment)</title>
|
||||
<title>OR boolean-based blind - WHERE or HAVING clause (comment)</title>
|
||||
<stype>1</stype>
|
||||
<level>2</level>
|
||||
<risk>3</risk>
|
||||
|
@ -272,7 +272,7 @@ Tag: <test>
|
|||
</test>
|
||||
|
||||
<test>
|
||||
<title>OR boolean-based blind - WHERE or HAVING clause (Generic comment) (NOT)</title>
|
||||
<title>OR boolean-based blind - WHERE or HAVING clause (NOT - comment)</title>
|
||||
<stype>1</stype>
|
||||
<level>4</level>
|
||||
<risk>3</risk>
|
||||
|
@ -329,7 +329,7 @@ Tag: <test>
|
|||
</test>
|
||||
|
||||
<test>
|
||||
<title>OR boolean-based blind - WHERE or HAVING clause (MySQL comment) (NOT)</title>
|
||||
<title>OR boolean-based blind - WHERE or HAVING clause (NOT - MySQL comment)</title>
|
||||
<stype>1</stype>
|
||||
<level>3</level>
|
||||
<risk>3</risk>
|
||||
|
@ -981,7 +981,7 @@ Tag: <test>
|
|||
</test>
|
||||
|
||||
<test>
|
||||
<title>Boolean-based blind - Parameter replace (DUAL) (original value)</title>
|
||||
<title>Boolean-based blind - Parameter replace (DUAL - original value)</title>
|
||||
<stype>1</stype>
|
||||
<level>3</level>
|
||||
<risk>1</risk>
|
||||
|
@ -1015,7 +1015,7 @@ Tag: <test>
|
|||
</test>
|
||||
|
||||
<test>
|
||||
<title>Boolean-based blind - Parameter replace (CASE) (original value)</title>
|
||||
<title>Boolean-based blind - Parameter replace (CASE - original value)</title>
|
||||
<stype>1</stype>
|
||||
<level>3</level>
|
||||
<risk>1</risk>
|
||||
|
|
Loading…
Reference in New Issue
Block a user