From 1fec1f3b49aea3382d347713df7be3a3e8d0a81d Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Wed, 16 Dec 2020 10:59:43 -0500 Subject: [PATCH] added 'sudo' for SET install --- tools/phising_attack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/phising_attack.py b/tools/phising_attack.py index c7846ff..246f3c8 100644 --- a/tools/phising_attack.py +++ b/tools/phising_attack.py @@ -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"