mirror of
https://github.com/Z4nzu/hackingtool
synced 2024-11-14 19:55:19 +00:00
added 'sudo' for SET install
This commit is contained in:
parent
aac981946a
commit
1fec1f3b49
@ -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 New Issue
Block a user