mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-06-08 23:23:12 +03:00
Minor update
This commit is contained in:
parent
b039c35f2b
commit
31c597f9e6
|
@ -798,7 +798,9 @@ news
|
||||||
nick
|
nick
|
||||||
number
|
number
|
||||||
nummer
|
nummer
|
||||||
|
passhash
|
||||||
pass_hash
|
pass_hash
|
||||||
|
password_hash
|
||||||
passwordsalt
|
passwordsalt
|
||||||
personal_key
|
personal_key
|
||||||
phone
|
phone
|
||||||
|
@ -2726,3 +2728,4 @@ confidential
|
||||||
# Misc
|
# Misc
|
||||||
|
|
||||||
u_pass
|
u_pass
|
||||||
|
hashedPw
|
||||||
|
|
|
@ -1825,6 +1825,7 @@ jos_comprofiler_members
|
||||||
jos_joomblog_users
|
jos_joomblog_users
|
||||||
jos_moschat_users
|
jos_moschat_users
|
||||||
knews_lostpass
|
knews_lostpass
|
||||||
|
korisnik
|
||||||
korisnici
|
korisnici
|
||||||
kpro_adminlogs
|
kpro_adminlogs
|
||||||
kpro_user
|
kpro_user
|
||||||
|
@ -2215,6 +2216,7 @@ admin_pwd
|
||||||
admin_pass
|
admin_pass
|
||||||
adminpassword
|
adminpassword
|
||||||
admin_password
|
admin_password
|
||||||
|
admin_passwords
|
||||||
usrpass
|
usrpass
|
||||||
usr_pass
|
usr_pass
|
||||||
pass
|
pass
|
||||||
|
|
|
@ -18,7 +18,7 @@ from lib.core.enums import OS
|
||||||
from thirdparty.six import unichr as _unichr
|
from thirdparty.six import unichr as _unichr
|
||||||
|
|
||||||
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
|
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
|
||||||
VERSION = "1.4.12.30"
|
VERSION = "1.4.12.31"
|
||||||
TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable"
|
TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable"
|
||||||
TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34}
|
TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34}
|
||||||
VERSION_STRING = "sqlmap/%s#%s" % ('.'.join(VERSION.split('.')[:-1]) if VERSION.count('.') > 2 and VERSION.split('.')[-1] == '0' else VERSION, TYPE)
|
VERSION_STRING = "sqlmap/%s#%s" % ('.'.join(VERSION.split('.')[:-1]) if VERSION.count('.') > 2 and VERSION.split('.')[-1] == '0' else VERSION, TYPE)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user