Skip to content

Commit

Permalink
fix: link netstat command to browser script
Browse files Browse the repository at this point in the history
  • Loading branch information
MEhrn00 committed Dec 19, 2024
1 parent 2d3a03f commit 7ef0969
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from mythic_container.MythicCommandBase import (
BrowserScript,
TaskArguments,
CommandBase,
CommandAttributes,
Expand Down Expand Up @@ -27,6 +28,9 @@ class NetstatCommand(CommandBase):
author = "@maclarel"
argument_class = NetstatArguments
attackmapping = ["T1049"]
browser_script = BrowserScript(
script_name="netstat", author="@M_alphaaa", for_new_ui=True
)
attributes = CommandAttributes(
supported_os=[SupportedOS.Linux, SupportedOS.Windows],
)
Expand Down

0 comments on commit 7ef0969

Please sign in to comment.