Skip to content

sonofescobar1337/server-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

server-scanner

Server Scanner detect rootkit and backdoor

Setup

Setup ✅

$ curl -sL https://deb.nodesource.com/setup_12.x | sudo bash -
$ sudo apt-get -y install nodejs
$ git clone https://github.com/sonofescobar1337/server-scanner
$ cd server-scanner
$ configure your path first on line 4 in index.js
$ npm install
$ node index.js

Setup Your path

const rootPath = 'YOUR PATH '; //EXAMPLE /var/www/html
const configFile = 'list.json';

Run with CLI

$ node bin/cli.js --help # show help

$ node bin/cli.js -p <path> -c <config>

$ node bin/cli.js -p /var/www/html -c list.json

Supported features

Feature Status
Detect Shell Backdoor
Detect Rootkit like CVE-2021-4034 and ETC
Send Log to log.txt
No auto delete,at least you can check the file first

Donate

Saweria
[Bitcoin] 1AeC5uQRzj8stw6zpgYctK7hSpKUZ3754a
[Ethereum and bnb] 0x03aa92f7abee133c1ee10e573757a6fdc2f544b2
[Tron TRC-20] TEXwAYqTMb5F7hDj7QnawNVYLqfyv8oNWe

Screenshots

Screenshots 1