mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-24 01:18:39 +00:00
fixed syntax error on my part
This commit is contained in:
parent
c154698de9
commit
a53d3af4bb
1 changed files with 2 additions and 2 deletions
|
|
@ -30,8 +30,8 @@ class Multitor(HackingTool):
|
||||||
"sudo git clone https://github.com/trimstray/multitor.git",
|
"sudo git clone https://github.com/trimstray/multitor.git",
|
||||||
"cd multitor;sudo bash setup.sh install"
|
"cd multitor;sudo bash setup.sh install"
|
||||||
]
|
]
|
||||||
RUN_COMMANDS = ["multitor --init 2 --user debian-tor --socks-port 9000 --control-port 9900 --proxy privoxy --haproxy"]
|
RUN_COMMANDS = ["multitor --init 2 --user debian-tor --socks-port 9000 --control-port 9900 --proxy privoxy --haproxy"]
|
||||||
PROJECT_URL = "https://github.com/trimstray/multitor"
|
PROJECT_URL = "https://github.com/trimstray/multitor"
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super(Multitor, self).__init__(runnable = False)
|
super(Multitor, self).__init__(runnable = False)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue