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.
- Host: GitHub
- URL: https://github.com/px86/fisherman
- Owner: px86
- License: mit
- Created: 2022-02-12T12:57:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-12T17:00:29.000Z (over 4 years ago)
- Last Synced: 2024-11-27T11:18:05.279Z (over 1 year ago)
- Topics: educational-software, phishing
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
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