You've already forked hackingtool
mirror of
https://github.com/Z4nzu/hackingtool.git
synced 2025-06-20 06:15:54 +02:00
added socialfish password
This commit is contained in:
@ -19,7 +19,7 @@ class Setoolkit(HackingTool):
|
|||||||
|
|
||||||
class SocialFish(HackingTool):
|
class SocialFish(HackingTool):
|
||||||
TITLE = "SocialFish"
|
TITLE = "SocialFish"
|
||||||
DESCRIPTION = "Automated Phishing Tool & Information Collector"
|
DESCRIPTION = "Automated Phishing Tool & Information Collector NOTE: username is "root" and password is "pass""
|
||||||
INSTALL_COMMANDS = [
|
INSTALL_COMMANDS = [
|
||||||
"sudo git clone https://github.com/UndeadSec/SocialFish.git && sudo apt-get install python3 python3-pip python3-dev -y",
|
"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"
|
"cd SocialFish && sudo python3 -m pip install -r requirements.txt"
|
||||||
|
Reference in New Issue
Block a user