masc is A malware (web) scanner developed during CyperCamp.
Features:
+ Scan any website for malware using OWASP WebMalwareScanner checksum, YARA rules databases and ClamAV engine (if available)
+ Perform some cleaning operations to improve website protection
+ Monitor the website for changes. Details are written in a log file
+ Scan your site to know if it has been infected with some malware
+ List your local backups
+ Logging support
+ Backup your site
+ Restore website
+ Scan for suspect files and compare with a clean installation (for WordPress and Drupal)
+ Clean up your site to avoid giving extra information to attackers (only available for WordPress)
Requirements:
+ Python >= 3
+ Some Python libraries
++ python-magic
++ yara-python
++ watchdog
++ termcolor
++ pypandoc
Notice
masc is developed under Linux and it has not been tested under any other Operating System.
Use and Download:
install dependencies: pip3 install python-magic yara-python watchdog termcolor pypandoc progress git clone https://github.com/sfaci/masc && cd masc python3 masc -h
Source: https://github.com/sfaci