Skip to content

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.

Notifications You must be signed in to change notification settings

mirkoviviano/FYP-Fuck-You-Phisher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FYP - Fuck You Phisher

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.

Getting Started

These instructions will get you a copy of the project up and running on your local machine.

Prerequisites

You will need Python > 3.5.x and these modules

  • requests
  • glob
  • itertools
  • random
  • string

Installing

Clone the repository by typing

git clone https://github.com/mirkoviviano/FYP-Fuck-You-Phisher.git

or downloading the ZIP.

Execution

Type

python FYP.py

and it will ask you for parameters.

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.

Built With

Contributing and support

Feel free to contribute and give me tips. I am here to learn.

Support me on ko-fi or Patreon

Authors

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages