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 798798nick
799799number
800800nummer
801+ passhash
801802pass_hash
803+ password_hash
802804passwordsalt
803805personal_key
804806phone
@@ -2726,3 +2728,4 @@ confidential
27262728# Misc
27272729
27282730u_pass
2731+ hashedPw
Original file line number Diff line number Diff line change @@ -1825,6 +1825,7 @@ jos_comprofiler_members
18251825jos_joomblog_users
18261826jos_moschat_users
18271827knews_lostpass
1828+ korisnik
18281829korisnici
18291830kpro_adminlogs
18301831kpro_user
@@ -2215,6 +2216,7 @@ admin_pwd
22152216admin_pass
22162217adminpassword
22172218admin_password
2219+ admin_passwords
22182220usrpass
22192221usr_pass
22202222pass
Original file line number Diff line number Diff line change 1818from 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 "
2222TYPE = "dev" if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] != '0' else "stable"
2323TYPE_COLORS = {"dev" : 33 , "stable" : 90 , "pip" : 34 }
2424VERSION_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