From a4f2807dfb3c1ef45ab783ab1c142ca2ff6c1378 Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Sat, 19 Dec 2020 13:26:41 -0500 Subject: [PATCH] updated syntax error on my part --- 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 319318d..9b30a6c 100644 --- a/tools/phising_attack.py +++ b/tools/phising_attack.py @@ -19,7 +19,7 @@ class Setoolkit(HackingTool): class SocialFish(HackingTool): TITLE = "SocialFish" - DESCRIPTION = "Automated Phishing Tool & Information Collector NOTE: username is "root" and password is "pass"" + DESCRIPTION = "Automated Phishing Tool & Information Collector NOTE: username is 'root' and password is 'pass'" INSTALL_COMMANDS = [ "sudo git clone https://github.com/UndeadSec/SocialFish.git && sudo apt-get install python3 python3-pip python3-dev -y", "cd SocialFish && sudo python3 -m pip install -r requirements.txt"