Skip to content

ZeltNamizake/AXFlood

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AXFLOOD

HTTP GET Flood using module Axios in Nodejs

Install AXFlood in Linux and Unix

apt update && apt upgrade -y
If you don't have Git and Nodejs
apt install git nodejs -y
Clone the Repository
git clone https://github.com/ZeltNamizake/AXFlood
Open Directory AXFlood
cd AXFlood
Run AXFlood
node axflood

Install AXFlood in Windows with Gitbash

Clone the Repository
git clone https://github.com/ZeltNamizake/AXFlood
Open Directory
cd AXFlood
Run AXFlood
node axflood

You also need to install Nodejs first before running AXFlood

Settings

You can make changes in the file axflood.js

Add User-Agent
//UserAgent
var UserAgent = [""] //String User-Agent
Set function speed
//Change to 3000 to set and adjust the speed 
setInterval(getflood, 3000)