LittleBizzy

Dominate local SEO with a regional SlickStack cloud server for just $39/month!  Order Now

is it possible to check for malware infections using WP-CLI only?

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #41646
    Daniel
    Guest

    Sorry if this is not your focus, I’m looking into using CLI tools for checking if any malware infections and the only think I found is checksum tools for WP CLI and the Ubuntu packages are not very good for WordPress.

    #41647
    Russell
    Guest

    checksum tools, you mean like this?

    How to Run a Quick Security Check Using WP-CLI

    #41648
    Sarah
    Guest

    For WordPress Core:

    wp core verify-checksums --version=$(wp core version)

    For Plugins:

    wp plugin verify-checksums --all

    #41653
    Linda
    Guest

    I never knew about this, very useful 👍🏻

    #41656
    Carl
    Guest

    it would be nice to have something like the Wordfence malware library but only via CLI, the plugin is so bloated

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: is it possible to check for malware infections using WP-CLI only?