HTTP GET Flood using module Axios in Nodejs
apt update && apt upgrade -y
apt install git nodejs -y
git clone https://github.com/ZeltNamizake/AXFlood
cd AXFlood
node axflood
git clone https://github.com/ZeltNamizake/AXFlood
cd AXFlood
node axflood
You also need to install Nodejs first before running AXFlood
You can make changes in the file axflood.js
//UserAgent
var UserAgent = [""] //String User-Agent
//Change to 3000 to set and adjust the speed
setInterval(getflood, 3000)