Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

bovalonee/webjsflood

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP ExpressJS Floods Traffic

Console

The following is Information in details input

Input Information Details
URL Put with first http://
Delay Delay for Request Attack
Request per IP Whatever what you want put this number
Attack Duration Delay for Long Attack
Upload Proxy Create a file with any name, but with the extension .txt which contains a proxy list
Upload User-Agents Create a file with any name, but with the extension .txt which contains a User-Agents list

Requirements

npm install express cloudscraper ws multer fs path

Installation

git clone https://github.com/bovalonee/webjsflood.git && cd webjsflood

Lets try

node app.js

Ngrok server

Put online scripted for free use ngrok! Register Ngrok.

  • Installation resource ngrok
curl -s https://ngrok-agent.s3.amazonaws.com/ngrok.asc | sudo tee /etc/apt/trusted.gpg.d/ngrok.asc >/dev/null && echo "deb https://ngrok-agent.s3.amazonaws.com buster main" | sudo tee /etc/apt/sources.list.d/ngrok.list && sudo apt update && sudo apt install ngrok
  • Change this <token> with u token ngrok
ngrok config add-authtoken <token>
  • adjust the port u want to use, 3000 has been provided as in the script.
ngrok http 3000

License

Licensed under the MIT License.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published