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

Skip to content

Commit a8a5e61

Browse files
committed
minor update
1 parent 3fb22ef commit a8a5e61

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/parse/cmdline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ def cmdLineParser():
529529

530530
general.add_option("--tor", dest="tor",
531531
action="store_true",
532-
help="Use default Tor (Vidalia/Privoxy/Polipo) proxy address")
532+
help="Use default Tor SOCKS5 proxy address")
533533

534534
general.add_option("--update", dest="updateAll",
535535
action="store_true",

sqlmap.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ parseErrors = False
571571
# Valid: True or False
572572
replicate = False
573573

574-
# Use default Tor (Vidalia/Privoxy/Polipo) proxy address.
574+
# Use default Tor SOCKS5 proxy address.
575575
# Valid: True or False
576576
tor = False
577577

0 commit comments

Comments
 (0)