diff --git a/docs/canarytokens/actions.md b/docs/canarytokens/actions.md index 17bebef..2fe988f 100644 --- a/docs/canarytokens/actions.md +++ b/docs/canarytokens/actions.md @@ -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 @@ -1195,4 +1201,4 @@ print(r.json()) ::::: - \ No newline at end of file + diff --git a/docs/canarytokens/factory.md b/docs/canarytokens/factory.md index 1fce03d..4b09cc2 100644 --- a/docs/canarytokens/factory.md +++ b/docs/canarytokens/factory.md @@ -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