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

Skip to content

Commit 245c5e6

Browse files
committed
Minor cleanup
1 parent cd08d13 commit 245c5e6

3 files changed

Lines changed: 11 additions & 11 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.31"
22+
VERSION = "1.2.9.32"
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)

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-
fa8c27b009a20b604ce2959e7f7d0696 lib/core/settings.py
53+
efef2534b513cac460d62a2709dad5b5 lib/core/settings.py
5454
dd68a9d02fccb4fa1428b20e15b0db5d lib/core/shell.py
5555
a7edc9250d13af36ac0108f259859c19 lib/core/subprocessng.py
5656
248bd121e0565318e1efaff54aa427bc lib/core/target.py
@@ -474,7 +474,7 @@ d989813ee377252bca2103cea524c06b xml/banner/sharepoint.xml
474474
3059d50cf0cd17a403c17833f0bcd4df xml/boundaries.xml
475475
6cffc395cd0280f5c1a84542da6642e5 xml/errors.xml
476476
a279656ea3fcb85c727249b02f828383 xml/livetests.xml
477-
4db0392af190e27f9e2af56a3249c5cb xml/payloads/boolean_blind.xml
477+
11547289b99eaced5b55185a3230529a xml/payloads/boolean_blind.xml
478478
0656ba4132cd02477be90e65a7ddf6ce xml/payloads/error_based.xml
479479
06b1a210b190d52477a9d492443725b5 xml/payloads/inline_query.xml
480480
82c65823a0af3fccbecf37f1c75f0b29 xml/payloads/stacked_queries.xml

xml/payloads/boolean_blind.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ Tag: <test>
204204
</test>
205205

206206
<test>
207-
<title>AND boolean-based blind - WHERE or HAVING clause (subquery) (Generic comment)</title>
207+
<title>AND boolean-based blind - WHERE or HAVING clause (subquery - comment)</title>
208208
<stype>1</stype>
209209
<level>2</level>
210210
<risk>1</risk>
@@ -221,7 +221,7 @@ Tag: <test>
221221
</test>
222222

223223
<test>
224-
<title>OR boolean-based blind - WHERE or HAVING clause (subquery) (Generic comment)</title>
224+
<title>OR boolean-based blind - WHERE or HAVING clause (subquery - comment)</title>
225225
<stype>1</stype>
226226
<level>2</level>
227227
<risk>3</risk>
@@ -238,7 +238,7 @@ Tag: <test>
238238
</test>
239239

240240
<test>
241-
<title>AND boolean-based blind - WHERE or HAVING clause (Generic comment)</title>
241+
<title>AND boolean-based blind - WHERE or HAVING clause (comment)</title>
242242
<stype>1</stype>
243243
<level>2</level>
244244
<risk>1</risk>
@@ -255,7 +255,7 @@ Tag: <test>
255255
</test>
256256

257257
<test>
258-
<title>OR boolean-based blind - WHERE or HAVING clause (Generic comment)</title>
258+
<title>OR boolean-based blind - WHERE or HAVING clause (comment)</title>
259259
<stype>1</stype>
260260
<level>2</level>
261261
<risk>3</risk>
@@ -272,7 +272,7 @@ Tag: <test>
272272
</test>
273273

274274
<test>
275-
<title>OR boolean-based blind - WHERE or HAVING clause (Generic comment) (NOT)</title>
275+
<title>OR boolean-based blind - WHERE or HAVING clause (NOT - comment)</title>
276276
<stype>1</stype>
277277
<level>4</level>
278278
<risk>3</risk>
@@ -329,7 +329,7 @@ Tag: <test>
329329
</test>
330330

331331
<test>
332-
<title>OR boolean-based blind - WHERE or HAVING clause (MySQL comment) (NOT)</title>
332+
<title>OR boolean-based blind - WHERE or HAVING clause (NOT - MySQL comment)</title>
333333
<stype>1</stype>
334334
<level>3</level>
335335
<risk>3</risk>
@@ -981,7 +981,7 @@ Tag: <test>
981981
</test>
982982

983983
<test>
984-
<title>Boolean-based blind - Parameter replace (DUAL) (original value)</title>
984+
<title>Boolean-based blind - Parameter replace (DUAL - original value)</title>
985985
<stype>1</stype>
986986
<level>3</level>
987987
<risk>1</risk>
@@ -1015,7 +1015,7 @@ Tag: <test>
10151015
</test>
10161016

10171017
<test>
1018-
<title>Boolean-based blind - Parameter replace (CASE) (original value)</title>
1018+
<title>Boolean-based blind - Parameter replace (CASE - original value)</title>
10191019
<stype>1</stype>
10201020
<level>3</level>
10211021
<risk>1</risk>

0 commit comments

Comments
 (0)