https://github.com/kurama250/alert_directory_v2
This script is used to detect directory scanners on your web server !
https://github.com/kurama250/alert_directory_v2
detection directory-scanner linux nginx nodejs
Last synced: 2 months ago
JSON representation
This script is used to detect directory scanners on your web server !
- Host: GitHub
- URL: https://github.com/kurama250/alert_directory_v2
- Owner: Kurama250
- License: other
- Created: 2024-02-16T15:04:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-06T00:39:19.000Z (about 1 year ago)
- Last Synced: 2025-06-27T11:52:49.968Z (12 months ago)
- Topics: detection, directory-scanner, linux, nginx, nodejs
- Language: JavaScript
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
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 :
```shell script
bash <(curl -s https://raw.githubusercontent.com/Alert_directory_V2/main/setup.sh)
```
B) Manual installer
```shell script
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
```
```shell script
git clone https://github.com/Kurama250/Alert_directory_V2.git
cd Alert_directory_V2/
npm install fs axios tail ua-parser-js useragent systeminformation
npm install pm2 -g
```
## 2 - on Terminal
```shell script
nano config.json
```
- And you also change this line :
```json
"discordWebhookURL": "YOUR_WEBHOOK",
```
- After doing this, press CTRL + X and you press Y and ENTER then you do the following commands !
## 3 - on Terminal
```shell script
pm2 start main.js
```
- Demo :

Support on Discord : Discord Link - Create a Ticket with bot for help3>
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 !