forked from EricZimmerman/KapeFiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create DirectoryTraversal_WordDocuments.tkape
- Loading branch information
1 parent
c0fde9a
commit 2bbffd6
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Description: Find Word and Word alternative documents | ||
Author: Andrew Rathbun | ||
Version: 1.0 | ||
Id: 81940872-6efb-4465-af0d-a896758f6bf3 | ||
RecreateDirectories: true | ||
Targets: | ||
- | ||
Name: Word and Word-like Documents | ||
Category: Documents | ||
Path: C:\ | ||
FileMask: regex:*.+\.(doc|docx|docm|dotx|dotm|docb|dot|wbk|odt|fodt|rtf|wp*|tmd) | ||
Recursive: true | ||
Comment: Covers all document file formats for Word, OpenOffice, LibreOffice, Apache OpenOffice, WPS Office, SoftMaker Office, and more | ||
|
||
# Documentation | ||
# https://en.wikipedia.org/wiki/List_of_Microsoft_Office_filename_extensions | ||
# https://en.wikipedia.org/wiki/OpenDocument | ||
# https://en.wikipedia.org/wiki/WordPerfect#WordPerfect_Office | ||
# https://en.wikipedia.org/wiki/TextMaker | ||
# https://en.wikipedia.org/wiki/Apache_OpenOffice#File_formats | ||
# https://en.wikipedia.org/wiki/WPS_Office#File_format | ||
# https://en.wikipedia.org/wiki/OnlyOffice#Desktop_editors |