Skip to content

rootless-wpcli-vulnerability-scanner-installer is a repository cointaining bash script installer for wpcli-vulnerability-scanner without root.

License

Notifications You must be signed in to change notification settings

nizarakbarm/rootless-wpcli-vulnerability-scanner-installer

Repository files navigation

ROOTLESS-WPCLI-VULNERABILITY-SCANNER-INSTALLER

Rootless WPCLI Vulnerability Scanner Installer is a Installer of wpcli-vulnerability-scanner without root privilege.

license last-commit repo-top-language repo-language-count


Quick Links


Overview

Rootless WPCLI Vulnerability Scanner Installer is a Installer of wpcli-vulnerability-scanner without root privilege.


Features

This installer has some feature which are:

  • Installing WP CLI for non root

  • Setting WP CLI Completion for Bash

  • Seting Wordpress Vulnerability Threat Intellegence API Provider (By default using Wordfence Intelligence)


Repository Structure

└── rootless-wpcli-vulnerability-scanner-installer/
    ├── .github
    │   └── workflows
    │       └── ci.yaml
    └── rootless-wp-vuln-scan-installer.sh

Modules

.
File Summary
rootless-wp-vuln-scan-installer.sh Bash Script for Instaling wpcli-vulnerability-scanner without root privileges
.github.workflows
File Summary
ci.yaml YAML File for GitHub Action

Getting Started

Requirements

Ensure you have the following dependencies installed on your system:

  • Shell: version 5.x.x

Installation

Install the wp-cli-vulnerability-scanner without root by using this command:

curl -s https://raw.githubusercontent.com/nizarakbarm/rootless-wpcli-vulnerability-scanner-installer/main/rootless-wp-vuln-scan-installer.sh | bash && source $HOME/.bashrc

Running wp-cli-vulnerability-scanner

Use the following command to run wp-cli-vulnerability-scanner:

wp --path=[your-wordpress-directory] vuln status

If you want only to check your core wordpress vulnerbaility status:

wp --path=[your-wordpress-directory] vuln core-status

If you want only to check your theme vulnerbaility status:

wp --path=[your-wordpress-directory] vuln theme-status

If you want only to check your plugin vulnerbaility status:

wp --path=[your-wordpress-directory] vuln plugin-status

Acknowledgments

  • This is an installer of wpcli-vulnerability-sacnner without root, so i will say thanks to 10up for developing this great plugin for wp-cli. See wpcli-vulnerability-scanner for more information

About

rootless-wpcli-vulnerability-scanner-installer is a repository cointaining bash script installer for wpcli-vulnerability-scanner without root.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages