added 'sudo' for SET install

This commit is contained in:
Greatest125 2020-12-16 10:59:43 -05:00 committed by GitHub
parent aac981946a
commit 1fec1f3b49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"