Skip to content

Commit 31c597f

Browse files
committed
Minor update
1 parent b039c35 commit 31c597f

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

data/txt/common-columns.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,9 @@ news
798798
nick
799799
number
800800
nummer
801+
passhash
801802
pass_hash
803+
password_hash
802804
passwordsalt
803805
personal_key
804806
phone
@@ -2726,3 +2728,4 @@ confidential
27262728
# Misc
27272729

27282730
u_pass
2731+
hashedPw

data/txt/common-tables.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1825,6 +1825,7 @@ jos_comprofiler_members
18251825
jos_joomblog_users
18261826
jos_moschat_users
18271827
knews_lostpass
1828+
korisnik
18281829
korisnici
18291830
kpro_adminlogs
18301831
kpro_user
@@ -2215,6 +2216,7 @@ admin_pwd
22152216
admin_pass
22162217
adminpassword
22172218
admin_password
2219+
admin_passwords
22182220
usrpass
22192221
usr_pass
22202222
pass

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from thirdparty.six import unichr as _unichr
1919

2020
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
21-
VERSION = "1.4.12.30"
21+
VERSION = "1.4.12.31"
2222
TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable"
2323
TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34}
2424
VERSION_STRING = "sqlmap/%s#%s" % ('.'.join(VERSION.split('.')[:-1]) if VERSION.count('.') > 2 and VERSION.split('.')[-1] == '0' else VERSION, TYPE)

0 commit comments

Comments
 (0)