mirror of
https://github.com/maxDcb/C2Core
synced 2026-06-08 15:48:01 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user