Skip to content

JBaczuk/go-phish

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Script for sending phishers fake data
Explore the docs »

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License
  5. Contact

About The Project

Product Name Screen Shot

Many people, including me, receive phishing emails trying to get personal data. This script was created in order to prevent the data from being very useful.

Of course, you should also report the domain to the owner and/or registrar, if possible.

This script will continuously generate random email addresses and passwords and submit them to the form. Currently it uses a worker pool and keepalive connections, but could definitely be improved.

(back to top)

Built With

(back to top)

Getting Started

To get the scripts up and running follow these simple example steps.

Installation

  1. Clone the repo
    git clone https://github.com/JBaczuk/go-phish.git
  2. Install NPM packages
    npm i
  3. Rename .env.example
    mv .env.example .env
  4. Enter the phishing URL in .env
    URL=https://example.com/form.php
    
  5. Edit the fields sendData function in send.js with the fields expected by the form.
    data.append("username", email);
    data.append("password", password);

(back to top)

Usage

npm start

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Jordan Baczuk - @jbaczuk

Project Link: https://github.com/JBaczuk/go-phish

(back to top)

About

Script for phishers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published