Skip to content

It's simple script just to flood scammers endpoints that try hijack people passwords by phishing.

Notifications You must be signed in to change notification settings

raqso/scammer-flood

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scammer flooder

It's a simple script that just try to flood endpoint of scammers that try hijack people passwords by phishing. It's ussually just a simple php script that recieves form data type with email and password.

By sending a lot of fake forms and flooding their database, we're making finding of real user data, harder.

Image of console

How to use

  1. npm i
  2. Copy the .env.sample file and remove sample extension
  3. Enter scammer endpoint url, e.g. https://no1scammer.com/big.php
  4. node app.js {{ iterations }} {{ concurrentRequests }} e.g. node app.js 1000 100 which will sends 100000 fake forms in total

About

It's simple script just to flood scammers endpoints that try hijack people passwords by phishing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published