An open API service indexing awesome lists of open source software.

https://github.com/px86/fisherman

Client script for my phishing tool called fisherman.
https://github.com/px86/fisherman

educational-software phishing

Last synced: about 1 year ago
JSON representation

Client script for my phishing tool called fisherman.

Awesome Lists containing this project

README

          

#+TITLE: Fisherman Client Script
#+AUTHOR: Pushkar Raj
#+AUTHOR: px86@protonmail.com

Client script for the =fisherman= phishing tool.

* Usage

#+begin_src shell
git clone https://github.com/px86/fisherman.git
cd fisherman
pipenv install
pipenv run python3 fisherman.py
#+end_src

If =python3= is not recognized, try =python= instead.

If =pipenv= is not installed on your system,

#+begin_src shell
pip install pipenv
#+end_src