Posts

Showing posts with the label Node.js Security Scanner: Web Exploit Detector

Node.js Security Scanner: Web Exploit Detector

Image
Node.js Security Scanner: Web Exploit Detector      The Web Exploit Detector is a Node.js application (and NPM module) used to detect possible infections, malicious code and suspicious files in web hosting environments. This application is intended to be run on web servers hosting one or more websites. Running the application will generate a list of files that are potentially infected together with a description of the infection and references to online resources relating to it. Installation The simplest way to install Web Exploit Detector is as a global NPM module: – npm install -g web_exploit_detector If you are running Linux or another Unix-based OS you might need to run this command as root (e.g. sudo npm install -g web_exploit_detector). Running      If you have installed Web Exploit Detector as an NPM module (see above) then running the scanner is as simple as running the following command, passing in the path to your webroot (location of your website...