Fisherman Client Script
Client script for the fisherman
phishing tool.
Usage
git clone https://github.com/px86/fisherman.git
cd fisherman
pipenv install
pipenv run python3 fisherman.py
If python3
is not recognized, try python
instead.
If pipenv
is not installed on your system,
pip install pipenv