aeolusx
v0.0.7
Published
Cyber tool
Downloads
4
Readme
Aeolusx is a web-site malware scanner inspired by the mortal son of Poseidon. The tool has been developed to help system administrators to find malware in websites without a need to install PHP on the server.
Run command: npm install -g aeolusx in your terminal
aeolusx [options] [file/directory]
Options:
Status
Check all files in /var/www/htdocs folder.
$ aeolusx -r /var/www/htdocs
Check only JavaScript in /var/www/htdocs folder and show the list of all checked files.
$ aeolusx -r -v --include .js$ /var/www/htdocs
Add WordPress to whitelist.
$ aeolusx --update-whitelist -w ./whitelist.sqlite -p "WordPress 4.3.1" ./temp/wordpress
Check all files in /var/www/htdocs folder using whitelist.
$ aeolusx -r -w ./whitelist.sqlite /var/www/htdocs
This tool does not have "auto-update function". Please make sure you have the latest NPM package installed.