mirror of
https://github.com/EricEsquivel/Inline-EA
synced 2026-06-06 15:34:34 +00:00
fixed havoc example
This commit is contained in:
@@ -63,4 +63,4 @@ def inline_ea( demonID, * param: tuple ):
|
||||
|
||||
return TaskID
|
||||
|
||||
RegisterCommand( inline_ea, "", "inline-ea", "Execute .NET assemblies in the current beacon process. All optional arguments must be at the end of the command.", 0, "/path/to/Assembly.exe [arguments...] [--patchexit] [--amsi] [--etw]", "test")
|
||||
RegisterCommand( inline_ea, "", "inline-ea", "Execute .NET assemblies in the current beacon process. All optional arguments must be at the end of the command.", 0, "/path/to/Assembly.exe [arguments...] [--patchexit] [--amsi] [--etw]", "/opt/SharpTools/NetFramework_4.0_x64/Rubeus.exe triage --amsi --etw --patchexit")
|
||||
Reference in New Issue
Block a user