Skip to content

kimusan/wp-ms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wp-ms

WordPress Malware Scanner

Dependencies

  • Python 2.7

  • YARA >= 3.0

apt-get install yara
  • Python-YARA
pip install yara-python

Usage

python scanner.py [-h] [-d] [-f] [--skip [SKIP [SKIP ...]]] [-v] path

WordPress Malware Scanner

positional arguments:
  path                  Path to scan for WordPress installation. Default :
                        None

optional arguments:
  -h, --help            show this help message and exit
  -d, --deep-scan       Deep scan with YARA rules
  -f, --full-path       Show full path of file.
  --skip [SKIP [SKIP ...]]
                        Skip files
  -v, --verbose         Show debug

About

Wordpress Malware Scanner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.0%
  • PHP 8.0%