SharpExec: offensive security C# tool designed to aid with lateral movement
SharpExec
SharpExec is an offensive security C# tool designed to aid with lateral movement.
It currently includes:
-WMIExec – Semi-Interactive shell that runs as the user. Best described as a less mature version of Impacket’s wmiexec.py tool.
-SMBExec – Semi-Interactive shell that runs as NT Authority\System. Best described as a less mature version of Impacket’s smbexec.py tool.
-PSExec (like functionality) – Gives the operator the ability to execute remote commands as NT Authority\System or upload a file and execute it with or without arguments as NT Authority\System.
–WMI – Gives the operator the ability to execute remote commands as the user or upload a file and execute it with or without arguments as the user.