1
0
mirror of https://github.com/Z4nzu/hackingtool.git synced 2025-06-20 06:15:54 +02:00

Update phising_attack.py

This commit is contained in:
Greatest125
2020-12-16 10:53:59 -05:00
committed by GitHub
parent 2ff8ab9b92
commit e79da6fc24

View File

@ -10,8 +10,8 @@ class Setoolkit(HackingTool):
DESCRIPTION = "The Social-Engineer Toolkit is an open-source penetration\n" \ DESCRIPTION = "The Social-Engineer Toolkit is an open-source penetration\n" \
"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", "git clone https://github.com/trustedsec/social-engineer-toolkit/ setoolkit/",
"sudo python social-engineer-toolkit/setup.py" "cd setoolkit && pip3 install -r requirements.txt && python 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"