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

Skip to content

Commit 7da3d8d

Browse files
committed
minor layout adjustment
1 parent 161ece5 commit 7da3d8d

2 files changed

Lines changed: 2 additions & 2 deletions

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 web servers without prior mutual consent can be considered as an illegal activity. it is the final 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 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

sqlmap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def main():
7070
# Store original command line options for possible later restoration
7171
cmdLineOptions.update(cmdLineParser().__dict__)
7272

73-
dataToStdout("[!] Legal Disclaimer: %s\n\n" % LEGAL_DISCLAIMER, forceOutput=True)
73+
dataToStdout("[!] Legal disclaimer: %s\n\n" % LEGAL_DISCLAIMER, forceOutput=True)
7474

7575
dataToStdout("[*] starting at: %s\n\n" % time.strftime("%X"), forceOutput=True)
7676

0 commit comments

Comments
 (0)