mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
adding (for now) hidden switch --tor-http (utilizing Tor proxy bundles)
This commit is contained in:
parent
73a500833d
commit
364113441b
4 changed files with 69 additions and 13 deletions
|
|
@ -351,6 +351,9 @@ LOCALHOST = "127.0.0.1"
|
|||
# Default port used by Tor
|
||||
DEFAULT_TOR_SOCKS_PORT = 9050
|
||||
|
||||
# Default ports used in Tor proxy bundles
|
||||
DEFAULT_TOR_HTTP_PORTS = (8123, 8118)
|
||||
|
||||
# Percentage below which comparison engine could have problems
|
||||
LOW_TEXT_PERCENT = 20
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue