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_ExcelDocuments.tkape
- Loading branch information
1 parent
5b9cf0e
commit 9442e7a
Showing
1 changed file
with
24 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,24 @@ | ||
Description: Find Excel and Excel alternative documents | ||
Author: Andrew Rathbun | ||
Version: 1.0 | ||
Id: 010e7a3b-2c62-4d6c-8fa0-34cdc6e32524 | ||
RecreateDirectories: true | ||
Targets: | ||
- | ||
Name: Excel and Excel-like Documents | ||
Category: Documents | ||
Path: C:\ | ||
FileMask: regex:*.+\.(xls|xlsx|csv|tsv|xlt|xlm|xlsm|xltx|xltm|xlsb|xla|xlam|xll|xlw|ods|fodp|qpw) | ||
Recursive: true | ||
Comment: Covers all document file formats for Excel, 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/Comparison_of_spreadsheet_software | ||
# https://en.wikipedia.org/wiki/OpenDocument | ||
# https://en.wikipedia.org/wiki/WordPerfect#WordPerfect_Office | ||
# https://en.wikipedia.org/wiki/PlanMaker | ||
# 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 | ||
# https://en.wikipedia.org/wiki/Quattro_Pro#Characteristics |