/backphish

Trolling Phishing pages

Primary LanguageGoGNU General Public License v3.0GPL-3.0

PhishPayback: Phising Spammer

The idea is to combat phishing with spam, this is a hacking repo (needless to add "ethical").

Inspired in

Types

  1. Send random data to phishing backends
  2. TODO: Create DDOs attacks for frontends
  3. TODO: Create DDOs attacks for backends

Targets

For safety reasons, no URL will be in this readme, please check source code for details.

And also, for non-safety reasons, Why should I care about any exposed token in this repository? ¯_(ツ)_/¯

  • (Type 1) Daviplata phishing page 1

Usage

Requirements:

  • This repo cloned. All commands here assumes that you are within your cloned copy of this repo
  • Golang installed (For now, perhaps in future i'd upload binaries...)
  • (Optional for development) docker installed (To run a local mockserver)

Init/Install

go get

Build

go build

Run

./backphish

(Miscellaneous)

Local mock server (for development only)

Runs a mock/dummy HTTP server in your local 1080 port - Based in mockserver. With docker:

docker run -it --rm -p 1080:1080 mockserver/mockserver