mirror of
https://github.com/carlospolop/hacktricks
synced 2025-02-16 22:18:27 +00:00
Merge pull request #129 from rodneykahane/patch-2
Typo on Line 9 of phishing-documents.md
This commit is contained in:
commit
292db4671f
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ Usually Word files containing macros uses the `.docm` extension. However, it's p
|
|||
For example, an RTF file does not support macros, by design, but a DOCM file renamed to RTF will be handled by Microsoft Word and will be capable of macro execution.
|
||||
The same internals and mechanisms apply to all software of the Microsoft Office Suite \(Excel, PowerPoint etc.\).
|
||||
|
||||
You can use the following command to check with extensions are going to be executed by some Office programs:
|
||||
You can use the following command to check which extensions are going to be executed by some Office programs:
|
||||
|
||||
```bash
|
||||
assoc | findstr /i "word excel powerp"
|
||||
|
|
Loading…
Add table
Reference in a new issue