Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/OG-Sadpanda/SharpSword
- Owner: OG-Sadpanda
- License: gpl-3.0
- Created: 2021-07-15T14:50:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-22T20:16:28.000Z (over 1 year ago)
- Last Synced: 2024-08-05T17:26:24.290Z (4 months ago)
- Language: C#
- Homepage:
- Size: 2.84 MB
- Stars: 114
- Watchers: 4
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - OG-Sadpanda/SharpSword - Read the contents of MS Word Documents using Cobalt Strike's Execute-Assembly (C# #)
README
# SharpSword
Developed By: @sadpanda_sec & @C0mmand3rOps3cDescription:
- 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