16 lines
928 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# DCOM Exec
{{#include ../../banners/hacktricks-training.md}}
## SCM
**SCMExec** είναι μια τεχνική για την εκτέλεση εντολών σε απομακρυσμένα συστήματα χρησιμοποιώντας τον Διαχειριστή Ελέγχου Υπηρεσιών (SCM) για να δημιουργήσει μια υπηρεσία που εκτελεί την εντολή. Αυτή η μέθοδος μπορεί να παρακάμψει ορισμένους ελέγχους ασφαλείας, όπως τον Έλεγχο Λογαριασμού Χρήστη (UAC) και τον Windows Defender.
## Tools
- [**https://github.com/0xthirteen/SharpMove**](https://github.com/0xthirteen/SharpMove):
SharpMove.exe action=scm computername=remote.host.local command="C:\windows\temp\payload.exe" servicename=WindowsDebug amsi=true
{{#include ../../banners/hacktricks-training.md}}