Skip to content

Commit

Permalink
chore: update authors
Browse files Browse the repository at this point in the history
Update the authors list for the agent and mythic code
  • Loading branch information
MEhrn00 committed Aug 31, 2024
1 parent 5eaa053 commit 8774889
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Payload_Type/thanatos/thanatos/agent_code/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "thanatos"
version = "0.1.9"
authors = ["Matt Ehrnschwender", "Max Harley"]
authors = ["Matt Ehrnschwender (@M_alphaaa)"]
edition = "2021"


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
class Thanatos(PayloadType):
name = "thanatos" # Name of the payload
file_extension = "exe" # default file extension to use when creating payloads
author = "@M_alphaaa, 0xdab0" # authors
author = "@M_alphaaa" # authors

# Platforms that thanatos supports
supported_os = [
Expand Down

0 comments on commit 8774889

Please sign in to comment.