From e79da6fc249bd5aa7e681fb92c8492cbd757223d Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Wed, 16 Dec 2020 10:53:59 -0500 Subject: [PATCH] Update phising_attack.py --- tools/phising_attack.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/phising_attack.py b/tools/phising_attack.py index ae545a9..73e8476 100644 --- a/tools/phising_attack.py +++ b/tools/phising_attack.py @@ -10,8 +10,8 @@ class Setoolkit(HackingTool): DESCRIPTION = "The Social-Engineer Toolkit is an open-source penetration\n" \ "testing framework designed for social engineering" INSTALL_COMMANDS = [ - "git clone https://github.com/trustedsec/social-engineer-toolkit.git", - "sudo python social-engineer-toolkit/setup.py" + "git clone https://github.com/trustedsec/social-engineer-toolkit/ setoolkit/", + "cd setoolkit && pip3 install -r requirements.txt && python setup.py" ] RUN_COMMANDS = ["sudo setoolkit"] PROJECT_URL = "https://github.com/trustedsec/social-engineer-toolkit"