File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 798
798
nick
799
799
number
800
800
nummer
801
+ passhash
801
802
pass_hash
803
+ password_hash
802
804
passwordsalt
803
805
personal_key
804
806
phone
@@ -2726,3 +2728,4 @@ confidential
2726
2728
# Misc
2727
2729
2728
2730
u_pass
2731
+ hashedPw
Original file line number Diff line number Diff line change @@ -1825,6 +1825,7 @@ jos_comprofiler_members
1825
1825
jos_joomblog_users
1826
1826
jos_moschat_users
1827
1827
knews_lostpass
1828
+ korisnik
1828
1829
korisnici
1829
1830
kpro_adminlogs
1830
1831
kpro_user
@@ -2215,6 +2216,7 @@ admin_pwd
2215
2216
admin_pass
2216
2217
adminpassword
2217
2218
admin_password
2219
+ admin_passwords
2218
2220
usrpass
2219
2221
usr_pass
2220
2222
pass
Original file line number Diff line number Diff line change 18
18
from thirdparty .six import unichr as _unichr
19
19
20
20
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
21
- VERSION = "1.4.12.30 "
21
+ VERSION = "1.4.12.31 "
22
22
TYPE = "dev" if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] != '0' else "stable"
23
23
TYPE_COLORS = {"dev" : 33 , "stable" : 90 , "pip" : 34 }
24
24
VERSION_STRING = "sqlmap/%s#%s" % ('.' .join (VERSION .split ('.' )[:- 1 ]) if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] == '0' else VERSION , TYPE )
You can’t perform that action at this time.
0 commit comments