diff --git a/tools/phising_attack.py b/tools/phising_attack.py index 246f3c8..d2aa700 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" + 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"