From 02924eb34525bbe1097e6025b4a58a03d60e1450 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Wed, 4 Apr 2012 23:47:06 +0000 Subject: [PATCH] minor update --- lib/core/option.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/option.py b/lib/core/option.py index 1f6e88574..2052d7964 100644 --- a/lib/core/option.py +++ b/lib/core/option.py @@ -1792,7 +1792,7 @@ def __checkTor(): page, _, _ = Request.getPage(url="https://check.torproject.org/", raise404=False) if not page or 'Congratulations' not in page: - errMsg = "it seems that Tor is not properly set" + errMsg = "it seems that Tor is not properly set. Please try using options '--tor-type' and/or '--tor-port'" raise sqlmapConnectionException, errMsg else: infoMsg = "Tor is properly being used"