Rootless WPCLI Vulnerability Scanner Installer is a Installer of wpcli-vulnerability-scanner without root privilege.
Rootless WPCLI Vulnerability Scanner Installer is a Installer of wpcli-vulnerability-scanner without root privilege.
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)
└── rootless-wpcli-vulnerability-scanner-installer/
├── .github
│ └── workflows
│ └── ci.yaml
└── rootless-wp-vuln-scan-installer.sh
.
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 |
Requirements
Ensure you have the following dependencies installed on your system:
- Shell:
version 5.x.x
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
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
- 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