mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-24 09:28:43 +00:00
added socialfish password
This commit is contained in:
parent
1fec1f3b49
commit
0d3d4e6f0b
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue