Loading tools/phising_attack.py +2 −2 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
tools/phising_attack.py +2 −2 Original line number Diff line number Diff line Loading @@ -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" Loading