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

Skip to content

Commit 6c372a0

Browse files
committed
Minor update
1 parent 171cf6f commit 6c372a0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/core/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from lib.core.revision import getRevisionNumber
2121

2222
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
23-
VERSION = "1.0.10.5"
23+
VERSION = "1.0.10.6"
2424
REVISION = getRevisionNumber()
2525
TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable"
2626
TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34}
@@ -230,7 +230,7 @@
230230
INFORMIX_SYSTEM_DBS = ("sysmaster", "sysutils", "sysuser", "sysadmin")
231231

232232
MSSQL_ALIASES = ("microsoft sql server", "mssqlserver", "mssql", "ms")
233-
MYSQL_ALIASES = ("mysql", "my")
233+
MYSQL_ALIASES = ("mysql", "my", "mariadb", "maria")
234234
PGSQL_ALIASES = ("postgresql", "postgres", "pgsql", "psql", "pg")
235235
ORACLE_ALIASES = ("oracle", "orcl", "ora", "or")
236236
SQLITE_ALIASES = ("sqlite", "sqlite3")

txt/checksum.md5

Lines changed: 1 addition & 1 deletion
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-
75efd02715ae44c031cbcde727fd0420 lib/core/settings.py
48+
4e78d64048b5907b598c0a4fd4ea9c32 lib/core/settings.py
4949
7af83e4f18cab6dff5e67840eb65be80 lib/core/shell.py
5050
23657cd7d924e3c6d225719865855827 lib/core/subprocessng.py
5151
c3ace7874a536d801f308cf1fd03df99 lib/core/target.py

0 commit comments

Comments
 (0)