Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/canarytokens/actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,12 @@ endpoints:
description: Upload MS Word Document to canarytoken; optionally used with MS Word Document (doc-msword) token. With curl use the following flag
`-F 'doc=@upload-me.docx; type=application/vnd.openxmlformats-officedocument.wordprocessingml.document'`

- name: excel
required: false
type: file
description: Upload MS Excel Document to canarytoken; optionally used with MS Excel Document (doc-msexcel) token. With curl use the following flag
`-F 'excel=@upload-me.xlsx; type=application/vnd.openxmlformats-officedocument.spreadsheethtml.sheet'`

- name: exe
required: false
type: file
Expand Down Expand Up @@ -1195,4 +1201,4 @@ print(r.json())

:::::

</APIDetails>
</APIDetails>
6 changes: 6 additions & 0 deletions docs/canarytokens/factory.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,12 @@ endpoints:
type: file
description: Upload MS Word Document to canarytoken; optionally used with MS Word Document (doc-msword) token. With curl use the following flag
`-F 'doc=@upload-me.docx; type=application/vnd.openxmlformats-officedocument.wordprocessingml.document'`

- name: excel
required: false
type: file
description: Upload MS Excel Document to canarytoken; optionally used with MS Excel Document (doc-msexcel) token. With curl use the following flag
`-F 'excel=@upload-me.xlsx; type=application/vnd.openxmlformats-officedocument.spreadsheethtml.sheet'`
- name: pdf
required: false
type: file
Expand Down