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

Skip to content

Commit ae465bb

Browse files
committed
Minor revert of leftover
1 parent 1b95dd2 commit ae465bb

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.0.10.27"
22+
VERSION = "1.0.10.28"
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
@@ -45,7 +45,7 @@ e60456db5380840a586654344003d4e6 lib/core/readlineng.py
4545
5ef56abb8671c2ca6ceecb208258e360 lib/core/replication.py
4646
99a2b496b9d5b546b335653ca801153f lib/core/revision.py
4747
7c15dd2777af4dac2c89cab6df17462e lib/core/session.py
48-
df7fb6dc2b304d6e9bb7ef5c68c661a9 lib/core/settings.py
48+
ac827052826f001590f70cde79664861 lib/core/settings.py
4949
7af83e4f18cab6dff5e67840eb65be80 lib/core/shell.py
5050
23657cd7d924e3c6d225719865855827 lib/core/subprocessng.py
5151
c3ace7874a536d801f308cf1fd03df99 lib/core/target.py
@@ -454,4 +454,4 @@ a279656ea3fcb85c727249b02f828383 xml/livetests.xml
454454
3194e2688a7576e1f877d5b137f7c260 xml/payloads/stacked_queries.xml
455455
c2d8dd03db5a663e79eabb4495dd0723 xml/payloads/time_blind.xml
456456
ac649aff0e7db413e4937e446e398736 xml/payloads/union_query.xml
457-
397c1fd44a0e3f9ecaec03739a54f16f xml/queries.xml
457+
1587a02322a96ac48973e782d6fedf73 xml/queries.xml

xml/queries.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
<privileges/>
182182
<roles/>
183183
<dbs>
184-
<inband query="SELECT DISTINCT(name) FROM master..sysdatabases" query2="SELECT DB_NAME(%d)"/>
184+
<inband query="SELECT name FROM master..sysdatabases" query2="SELECT DB_NAME(%d)"/>
185185
<blind query="SELECT TOP 1 name FROM master..sysdatabases WHERE name NOT IN (SELECT TOP %d name FROM master..sysdatabases ORDER BY name) ORDER BY name" count="SELECT LTRIM(STR(COUNT(name))) FROM master..sysdatabases"/>
186186
</dbs>
187187
<tables>

0 commit comments

Comments
 (0)