Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2da56ea

Browse files
committed
fix of a language bug
1 parent 9331abb commit 2da56ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@
347347
# Reference: http://dev.mysql.com/doc/refman/5.1/en/function-resolution.html
348348
IGNORE_SPACE_AFFECTED_KEYWORDS = ("CAST", "COUNT", "EXTRACT", "GROUP_CONCAT", "MAX", "MID", "MIN", "SESSION_USER", "SUBSTR", "SUBSTRING", "SUM", "SYSTEM_USER", "TRIM")
349349

350-
LEGAL_DISCLAIMER = "usage of sqlmap for attacking targets without prior mutual is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws. Authors assume no liability and are not responsible for any misuse or damage caused by this program"
350+
LEGAL_DISCLAIMER = "usage of sqlmap for attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws. Authors assume no liability and are not responsible for any misuse or damage caused by this program"
351351

352352
# After this number of misses reflective removal mechanism is turned off (for speed up reasons)
353353
REFLECTIVE_MISS_THRESHOLD = 20

0 commit comments

Comments
 (0)