Typo on Line 9 of phishing-documents.md

should be which instead of with
This commit is contained in:
Rodney Kahane 2021-06-07 16:12:50 -04:00 committed by GitHub
parent b3aa4031d2
commit aecd5a1949
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"