You've already forked hackingtool
mirror of
https://github.com/Z4nzu/hackingtool.git
synced 2025-06-20 06:15:54 +02:00
added 'sudo' for SET install
This commit is contained in:
@ -11,7 +11,7 @@ class Setoolkit(HackingTool):
|
|||||||
"testing framework designed for social engineering"
|
"testing framework designed for social engineering"
|
||||||
INSTALL_COMMANDS = [
|
INSTALL_COMMANDS = [
|
||||||
"git clone https://github.com/trustedsec/social-engineer-toolkit/",
|
"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"]
|
RUN_COMMANDS = ["sudo setoolkit"]
|
||||||
PROJECT_URL = "https://github.com/trustedsec/social-engineer-toolkit"
|
PROJECT_URL = "https://github.com/trustedsec/social-engineer-toolkit"
|
||||||
|
Reference in New Issue
Block a user