I really hate phishing. With this tool you can send multiple fake emails and password to phishers. It executes HTTP POST requests on the web page you are supposed to enter your real credentials.
These instructions will get you a copy of the project up and running on your local machine.
You will need Python > 3.5.x and these modules
- requests
- glob
- itertools
- random
- string
Clone the repository by typing
git clone https://github.com/mirkoviviano/FYP-Fuck-You-Phisher.git
or downloading the ZIP.
Type
python FYP.py
and it will ask you for parameters.
You need the name value of the HTML input on the phisher website. For example:
<input type="text" name="email_address" placeholder="Email"/>
"email_address" is what you are looking for. Do the same with password.
You can find these two paramenters either looking in the HTML or ispecting the Network request.
Feel free to contribute and give me tips. I am here to learn.
- Mirko Viviano - https://github.com/mirkoviviano