Alex Kenion
Alex Kenion
Can you try running this again with the `--debug` option and capture the output so we can see where exactly that error is occurring?
I'm not sure switching to UTF-8 is the correct solution. Files scanned could be in any arbitrary encoding and not all possible binary sequences are valid UTF-8 so this introduces...
@giancarlomosso The versioning of the PCRE library is a bit confusing. `libpcre3` is actually the older version (compatible with the original PCRE API) whereas `libpcre2` is a newer version with...
@utibe-ettebong What command are you running? Are you using `apt` (recommended) or `dpkg` to install this? You should be able to install it using: ```sh sudo apt install ./wordfence.deb ```...
@utibe-ettebong Wordfence CLI is not available in the official Ubuntu repos at present, so you'll need to manually download the `.deb` package from GitHub prior to attempting to install it....
@utibe-ettebong Are you installing using `dpkg` or `apt`? I'd recommend using `apt install /path/to/wordfence.deb` as this will automatically install dependencies. If using `dpkg`, you'll need to either manually install the...