A program used to submit bogus data to phishing links
787
A program used to flood phishing links with bogus data in order to try to protect the real information from actual victims.
Copy config.example.json and update the configuration accordingly.
You can refer to config.ts for the type definitions of the configuration file.
| Key | Type | Description |
|---|---|---|
count | number | Number of requests to send. Set to 0 to run forever |
interval | number | The time to wait between requests |
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
Content type
Image
Digest
Size
45.4 MB
Last updated
over 7 years ago
docker pull samerziadeh/phishing-flooder