Beacon TTL

This commit is contained in:
kali
2023-10-16 12:34:52 +02:00
parent 6ecbee7c10
commit 736a61dce7
6 changed files with 33 additions and 12 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ std::string AssemblyExec::getInfo()
{
std::string info;
info += "assemblyExec:\n";
info += "Execute shellcode in a process (notepade.exe), wait for the end of execution or a timeout (120 sec). Retrieve the output.\n";
info += "Execute shellcode in a process (notepad.exe), wait for the end of execution or a timeout (120 sec). Retrieve the output.\n";
info += "Use -r to use a shellcode file.\n";
info += "If -e or -d are given, use donut to create the shellcode.\n";
info += "exemple:\n";