mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-09 08:00:36 +03:00
Potential fix for an Issue #843
This commit is contained in:
parent
45122582cf
commit
2de12ef4a2
|
@ -34,7 +34,7 @@ BANNER = """\033[01;33m _
|
||||||
___ ___| |_____ ___ ___ \033[01;37m{\033[01;%dm%s\033[01;37m}\033[01;33m
|
___ ___| |_____ ___ ___ \033[01;37m{\033[01;%dm%s\033[01;37m}\033[01;33m
|
||||||
|_ -| . | | | .'| . |
|
|_ -| . | | | .'| . |
|
||||||
|___|_ |_|_|_|_|__,| _|
|
|___|_ |_|_|_|_|__,| _|
|
||||||
|_| |_| \033[0m\033[4m%s\033[0m\n
|
|_| |_| \033[0m\033[4;37m%s\033[0m\n
|
||||||
""" % ((31 + hash(REVISION) % 6) if REVISION else 30, VERSION_STRING.split('/')[-1], SITE)
|
""" % ((31 + hash(REVISION) % 6) if REVISION else 30, VERSION_STRING.split('/')[-1], SITE)
|
||||||
|
|
||||||
# Minimum distance of ratio from kb.matchRatio to result in True
|
# Minimum distance of ratio from kb.matchRatio to result in True
|
||||||
|
|
Loading…
Reference in New Issue
Block a user