From 5f876bdbbeb856782bd8bc4ccff1b91409737821 Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Mon, 16 Jul 2012 22:50:29 +0100 Subject: [PATCH] minor adjustments --- doc/COPYING | 2 +- lib/core/settings.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/COPYING b/doc/COPYING index 01a5bacd9..fc6ffe76f 100644 --- a/doc/COPYING +++ b/doc/COPYING @@ -59,7 +59,7 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License v2.0 for more details at -http://www.gnu.org/licenses/gpl-2.0.html , or below +http://www.gnu.org/licenses/gpl-2.0.html, or below **************************************************************************** diff --git a/lib/core/settings.py b/lib/core/settings.py index 5ab4c5281..4fe56136b 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -404,7 +404,7 @@ LOW_TEXT_PERCENT = 20 # Reference: http://dev.mysql.com/doc/refman/5.1/en/function-resolution.html IGNORE_SPACE_AFFECTED_KEYWORDS = ("CAST", "COUNT", "EXTRACT", "GROUP_CONCAT", "MAX", "MID", "MIN", "SESSION_USER", "SUBSTR", "SUBSTRING", "SUM", "SYSTEM_USER", "TRIM") -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" +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. Developers assume no liability and are not responsible for any misuse or damage caused by this program" # After this number of misses reflective removal mechanism is turned off (for speed up reasons) REFLECTIVE_MISS_THRESHOLD = 20