diff --git a/lib/parse/cmdline.py b/lib/parse/cmdline.py index af4e76174..f3caae1c7 100644 --- a/lib/parse/cmdline.py +++ b/lib/parse/cmdline.py @@ -529,7 +529,7 @@ def cmdLineParser(): general.add_option("--tor", dest="tor", action="store_true", - help="Use default Tor (Vidalia/Privoxy/Polipo) proxy address") + help="Use default Tor SOCKS5 proxy address") general.add_option("--update", dest="updateAll", action="store_true", diff --git a/sqlmap.conf b/sqlmap.conf index 5fb15404b..4d198a0e5 100644 --- a/sqlmap.conf +++ b/sqlmap.conf @@ -571,7 +571,7 @@ parseErrors = False # Valid: True or False replicate = False -# Use default Tor (Vidalia/Privoxy/Polipo) proxy address. +# Use default Tor SOCKS5 proxy address. # Valid: True or False tor = False