Phishing is a form of digital scam. The word “phishing” is derived from the English word “fishing” (angling or fishing). Fraudsters mislead you with targeted fake emails.
The e-mails resemble mail from well-known, and often reliable, organizations. Such as government agencies and banks. For example, the criminals try to find out your login details, credit card information, pin code or other personal information. In addition to e-mail, criminals also use text messages or apps for phishing.
With SocialFish you can carry out phishing attacks on your own organisation to test and audit the security awareness and security solutions which are in place.
CLONE
$ git clone https://github.com/UndeadSec/SocialFish.git
SETUP PYTHON3 & PIP3
$ sudo apt-get install python3 python3-pip python3-dev -y
Read more about Python 3: https://www.python.org
Read more about Python Package Installer(PIP): https://pip.pypa.io/en/stable/
SETUP PYTHON3 REQUIREMENTS
$ cd SocialFish $ python3 -m pip install -r requirements.txt
CHANGE APP SECRET KEY
File: SocialFish/core/config.py
APP_SECRET_KEY = '<CHANGE ME SF>' PREREQUISITES Python 3.6 or > pip3 PYTHON 3 PREREQUISITES flask colorama sqlite3 flask_login shutil re os secrets python-nmap smtplib email pylatex qrcode
Download
https://github.com/UndeadSec/SocialFish