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

Skip to content

Commit 4528cb0

Browse files
committed
Minor just in case patch
1 parent 2c5f976 commit 4528cb0

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.4.6"
22+
VERSION = "1.2.4.7"
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
@@ -46,7 +46,7 @@ b950c8c2f2ae87ad2ec99e1d19b2c03a lib/core/option.py
4646
0c3eef46bdbf87e29a3f95f90240d192 lib/core/replication.py
4747
a7db43859b61569b601b97f187dd31c5 lib/core/revision.py
4848
fcb74fcc9577523524659ec49e2e964b lib/core/session.py
49-
6fd851fdbd1fd040f6212a6eff80bd0b lib/core/settings.py
49+
cc7aa83cd292f28d11782127d891256e lib/core/settings.py
5050
0dfc2ed40adf72e302291f6ecd4406f6 lib/core/shell.py
5151
a7edc9250d13af36ac0108f259859c19 lib/core/subprocessng.py
5252
a35efa7bec9f1e6cedf17c9830a79241 lib/core/target.py
@@ -470,4 +470,4 @@ b5b8b0aebce810e6cdda1b7106c96427 xml/payloads/error_based.xml
470470
3194e2688a7576e1f877d5b137f7c260 xml/payloads/stacked_queries.xml
471471
c2d8dd03db5a663e79eabb4495dd0723 xml/payloads/time_blind.xml
472472
ac649aff0e7db413e4937e446e398736 xml/payloads/union_query.xml
473-
775ed5c7e1340f76f17f6186abbd8c92 xml/queries.xml
473+
186808373a45316a45ad5f6ca8d90ff3 xml/queries.xml

xml/queries.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<limitstring query=" LIMIT "/>
1515
<order query="ORDER BY %s ASC"/>
1616
<count query="COUNT(%s)"/>
17-
<comment query="-- " query2="/*" query3="#"/>
17+
<comment query="-- -" query2="/*" query3="#"/>
1818
<substring query="MID((%s),%d,%d)"/>
1919
<concatenate query="CONCAT(%s,%s)"/>
2020
<case query="SELECT (CASE WHEN (%s) THEN 1 ELSE 0 END)"/>

0 commit comments

Comments
 (0)