wordfence-cli
wordfence-cli copied to clipboard
Wordfence malware and vulnerability scanner command line utility.
**Summary:** Depending on if I install via the `pip install` method or just use one of the build binaries when I remediate files I seem to always get a `1`...
Allow optionally using vectorscan instead of PCRE for malware scanning when available. https://github.com/VectorCamp/vectorscan
Has there been any thought to implementing a method to complete a scan on a directory and generate a cache or database fingerprinting the file so that an incremental scan...
**Summary:** I propose we add a status column to each applicable subcommand (remediate already has this) as well as an error column. The purpose is to represent when an error...
If a vuln-scan or malware-scan fail due to IO error, update the error message to make clear the has failed. This is especially pertinent if a scan begins to populate...
As part of the `vuln-scan` ending summary, suggest including the number of sites scanned, similar to the `count-sites` subcommand. . Not sure if this is possible but if debug is...
Currently any custom comments added to the wordfence-cli.ini file are overwritten when a `wordfence configure` command is invoked. Add the ability to preserve comments in the INI files. May want...
**Summary:** Any args passed before a subcommand are ignored. For example in the below command the -c arg (pointing to a custom config.ini file location) would be ignored. `wordfence -c...
With the new Voodoo Child release, the automatic license acquisition logic cannot trigger unless the docker container is launched with -it parameter. Without that parameter, it looks like this: ```...
the verb from 'scan' to malware-scan Installation.md needed to be updated to reflect this. The Docker instruction: ``` $ docker run -v /var/www:/var/www wordfence-cli:latest scan --version The "scan" subcommand has...