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.
npm i- Copy the .env.sample file and remove sample extension
- Enter scammer endpoint url, e.g.
https://no1scammer.com/big.php node app.js {{ iterations }} {{ concurrentRequests }}e.g.node app.js 1000 100which will sends 100000 fake forms in total
