wordfence-cli icon indicating copy to clipboard operation
wordfence-cli copied to clipboard

Wordfence malware and vulnerability scanner command line utility.

Results 32 wordfence-cli issues
Sort by recently updated
recently updated
newest added

**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`...

bug
dev-complete
qa-passed

Allow optionally using vectorscan instead of PCRE for malware scanning when available. https://github.com/VectorCamp/vectorscan

enhancement
dev-complete
qa-ready

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...

enhancement

**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...

enhancement

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...

enhancement
subcommand:vuln-scan
subcommand:malware-scan

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...

enhancement
subcommand:vuln-scan

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...

enhancement
subcommand:configure

**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...

bug

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: ```...

documentation

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...