From f96f33a9841a70a178a1858a4816e525b8e1c858 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Thu, 8 Jan 2015 22:15:04 +0100 Subject: [PATCH] Fix for an Issue #1100 --- lib/utils/hash.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/hash.py b/lib/utils/hash.py index bf3312c89..bc3f06f2a 100644 --- a/lib/utils/hash.py +++ b/lib/utils/hash.py @@ -957,7 +957,7 @@ def dictionaryAttack(attack_dict): if len(hash_regexes) == 0: warnMsg = "unknown hash format. " - warnMsg += "Please report by e-mail to %s" % ML + warnMsg += "Please report by e-mail to 'dev@sqlmap.org'" logger.warn(warnMsg) if len(results) == 0: