Skip to content

Random mail recipients #306

Answered by sei-dupdyke
sucremad asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, check out this sample: https://github.com/cmu-sei/GHOSTS/blob/master/src/Ghosts.Client/Sample%20Timelines/Outlook.json#L11 — starting at line 11:

{
  "Command": "create",
  "CommandArgs": [
    "CurrentUser",
    "Random|Other:string ToEmailAddress - comma separate multiples",
    "Random|Other:string CcEmailAddress - comma separate multiples",
    "Random|Other:string BccEmailAddress - comma separate multiples",
    "Random|Other:string Subject",
    "Random|Other:string Body",
    "PlainText|RTF|HTML enum BodyType",
    "string Attachments - comma separate multiples"
  ],
  "DelayAfter": 900000,
  "DelayBefore": 0
},

make it something like:

{
  "Command": "create",
  "CommandArgs":…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sucremad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants