Sign inSign up

samerziadeh/phishing-flooder

By samerziadeh

Updated over 7 years ago

A program used to submit bogus data to phishing links

Image
1

787

samerziadeh/phishing-flooder repository overview

Phishing Flooder CircleCI

Summary

A program used to flood phishing links with bogus data in order to try to protect the real information from actual victims.

Source

Running

Config

Copy config.example.json and update the configuration accordingly.

You can refer to config.ts for the type definitions of the configuration file.

Application Config
KeyTypeDescription
countnumberNumber of requests to send. Set to 0 to run forever
intervalnumberThe time to wait between requests
Execution

The easiest way to run this is by using docker-compose. Place your config file created above in the same directory as the docker-compose.yml file:

version: "3.7"

services:
  app:
    image: samerziadeh/phishing-flooder:latest
    environment:
      APP_CONFIG_FILE: /var/app/config.json
    volumes:
      - ./config.json:/var/app/config.json

Tag summary

Content type

Image

Digest

Size

45.4 MB

Last updated

over 7 years ago

docker pull samerziadeh/phishing-flooder