mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-24 09:28:43 +00:00
added 'sudo' for SET install
This commit is contained in:
parent
aac981946a
commit
1fec1f3b49
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ class Setoolkit(HackingTool):
|
|||
"testing framework designed for social engineering"
|
||||
INSTALL_COMMANDS = [
|
||||
"git clone https://github.com/trustedsec/social-engineer-toolkit/",
|
||||
"cd social-engineer-toolkit && pip3 install -r requirements.txt && python3 setup.py"
|
||||
"cd social-engineer-toolkit && sudo python3 setup.py"
|
||||
]
|
||||
RUN_COMMANDS = ["sudo setoolkit"]
|
||||
PROJECT_URL = "https://github.com/trustedsec/social-engineer-toolkit"
|
||||
|
|
|
|||
Loading…
Reference in a new issue