CommandSpecs & Tests

* CommandSpecs

* CommandSpecs

* feat(command-specs): add simple module specs

* listModule

* AssemblyExec

* AssemblyExecTests

* Minor

* Inject

* InjectTests

* Spec modules

* Folder layout

* upload & download

* Chisel Minidump Powershell & Script

* CoffLoader DotnetExec /KerberosUseTicket PsExec PwSh ScreenShot

* add artifact_filters

* Minor

* stabilisation

* Fixes

* manual test

* manual test

* manual test

* manual test

* manual test

* manual test

* manual test

* manual test

* ScreenShot png

* socks5 hostname

* Maj for AI

* minor
This commit is contained in:
Maxime dcb
2026-05-10 21:28:40 +02:00
committed by GitHub
parent a01e162a00
commit 108a370807
103 changed files with 4210 additions and 732 deletions
+3 -2
View File
@@ -185,9 +185,10 @@ std::string Script::getInfo()
std::string info;
#ifdef BUILD_TEAMSERVER
info += "script:\n";
info += "Launch the script on the victim machine\n";
info += "Launch a TeamServer-managed script artifact on the victim machine.\n";
info += "Scripts are resolved from Scripts/<platform> or Scripts/Any.\n";
info += "exemple:\n";
info += " - script /tmp/toto.sh\n";
info += " - script collect.sh\n";
#endif
return info;
}