Skip to content

Commit dbefd77

Browse files
authored
Update execute-assembly.py
fixed spelling
1 parent ba862fd commit dbefd77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Payload_Type/athena/athena/mythic/agent_functions/execute-assembly.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class ExecuteAssemblyCommand(CommandBase):
3939
cmd = "execute-assembly"
4040
needs_admin = False
4141
help_cmd = "execute-assembly"
42-
description = "Load an arbitrary .NET assembly via Assembly.Load and track the assembly FullName to call for execution with the runassembly command. If assembly is loaded through Apfell's services -> host file, then operators can simply specify the filename from the uploaded file"
42+
description = "Load an arbitrary .NET assembly via Assembly.Load and track the assembly FullName to call for execution with the runassembly command.
4343
version = 1
4444
author = ""
4545
argument_class = ExecuteAssemblyArguments

0 commit comments

Comments
 (0)