Skip to content

Kurama250/Alert_directory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Directory | files scanner detector (Nginx)

(Programming Language - Node.js | Shell)

Tutorial to install the bot ! For LINUX (VPS or Dedicated Server)

1 - on Terminal

A) Auto installer
  • Run command :
bash <(curl -s https://raw.githubusercontent.com/Alert_directory/main/setup.sh)
B) Manual installer
apt update && apt upgrade -y
apt install npm nodejs git -y
curl -fsSL https://deb.nodesource.com/setup_20.x | bash - &&\
apt-get install -y nodejs
git clone https://github.com/Kurama250/Alert_directory.git
cd Alert_directory/
npm install axios tail
npm install pm2 -g

2 - on Terminal

nano config.json
  • And you also change this line :
  "discordWebhookURL": "YOUR_WEBHOOK",
  • After doing this, press CTRL + X and you press Y and ENTER then you do the following commands !

3 - on Terminal

pm2 start main.js --watch
  • Demo :

alt text

If you like this repository don't hesitate to give it a star ⭐ !

Then it's the end you have started the bot have fun !

About

This script is used to detect directory scanners on your web server !

Topics

Resources

License

Stars

Watchers

Forks