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.
Merge pull request EricZimmerman#774 from Beercow/master
Microsoft Office Backstage
- Loading branch information
Showing
2 changed files
with
33 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,19 @@ | ||
Description: BackstageParser | ||
Category: FileKnowledge | ||
Author: Brian Maloney | ||
Version: 1.0 | ||
Id: 5bc7c7b9-36c2-4eb9-8e1e-376962496765 | ||
BinaryUrl: https://github.com/Beercow/BackstageParser/releases/latest | ||
ExportFormat: csv | ||
Processors: | ||
- | ||
Executable: BackstageParser.exe | ||
CommandLine: -d %sourceDirectory%\C\Users\ -oc -o %destinationDirectory%\Backstage.csv | ||
ExportFormat: csv | ||
- | ||
Executable: BackstageParser.exe | ||
CommandLine: -d %sourceDirectory%\C\Users\ -oj -o %destinationDirectory%\Backstage.json | ||
ExportFormat: json | ||
|
||
# Documentation | ||
# https://github.com/ArsenalRecon/BackstageParser |
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,14 @@ | ||
Description: Microsoft Office Backstage | ||
Author: Brian Maloney | ||
Version: 1.0 | ||
Id: 43e3486e-1a21-4f8f-a493-499d6fdc9eb7 | ||
RecreateDirectories: true | ||
Targets: | ||
- | ||
Name: Microsoft Office Backstage | ||
Category: FileKnowledge | ||
Path: C:\Users\%user%\AppData\Local\Microsoft\Office\*\BackstageinAppNavCache\ | ||
Recursive: true | ||
|
||
# Documentation | ||
# https://www.hecfblog.com/2018/10/daily-blog-510-office-2016-backstage.html |