Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/OG-Sadpanda/SharpSword

Read the contents of MS Word Documents using Cobalt Strike's Execute-Assembly
https://github.com/OG-Sadpanda/SharpSword

Last synced: 21 days ago
JSON representation

Read the contents of MS Word Documents using Cobalt Strike's Execute-Assembly

Awesome Lists containing this project

README

        

# SharpSword
Developed By: @sadpanda_sec & @C0mmand3rOps3c

Description:
- Read Contents of Word Documents using MS Office Interop (Standalone or with CobaltStrike Execute Assembly)

Usage:
- SharpSword.exe C:\\Some\\Path\\To\\Document.(doc/docm/docx/etc...) [-checkPassword] -[password \]

Examples:

- SharpSword.exe test.docx : read the contents of a word doc
- SharpSword.exe test.docx -checkPassword : checks if the document is password protected
- SharpSword.exe test.docx -password \ : decrypts the password protected document and reads contents in memory