mirror of
https://github.com/kalprajsolutions/wp-hack-fix.git
synced 2025-10-03 13:51:44 +08:00
Update README.md
This commit is contained in:
parent
5510d1a2e0
commit
bf07bc9ac9
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ curl -sSL https://raw.githubusercontent.com/kalprajsolutions/wp-hack-fix/main/wp
|
|||
### 🔧 Features
|
||||
|
||||
* **Process shutdown**: Stops all processes owned by the current user to halt running malware.
|
||||
* **Selective cleanup**: Deletes everything except `wp-config.php` and `wp-content/` in each WP install.
|
||||
* TODO: **Selective cleanup**: Deletes everything except `wp-config.php` and `wp-content/` in each WP install.
|
||||
* **ELF binary removal**: Scans for and removes ELF payloads commonly dropped by attackers.
|
||||
* **Suspicious code scan**: Flags any PHP files containing `eval(` or `base64_decode(` for manual review.
|
||||
* **Core restoration**: Re-downloads a clean WordPress core via WP‑CLI (`wp core download --skip-content --force`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue