SocialFish is an open-source phishing tool, integrated with another open source tool – Ngrok, which allows you to easily create a phishing page of most popular websites like Facebook/Instagram/Twitter/Github, etc.
Setting Up SocialFish
PREREQUISITES
- Python 3.6 or Greater
- pip3
PYTHON 3 PREREQUISITES
- flask
- colorama
- sqlite3
- flask_login
- shutil
- re
- os
- secrets
- python-nmap
- smtplib
- pylatex
- qrcode
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>'
Clone this wiki locally
Using SocialFish
RUN SF AND SET YOUR WEB LOGIN
$ cd SocialFish
$ python3 SocialFish.py youruser yourpassword