-
Notifications
You must be signed in to change notification settings - Fork 197
/
Copy pathNirSoft_BrowsingHistoryView.mkape
25 lines (24 loc) · 1.31 KB
/
NirSoft_BrowsingHistoryView.mkape
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Description: 'Browsing History View - Nirsoft'
Category: WebBrowsers
Author: Mike Cary
Version: 1.1
Id: 53d5bea2-b3d3-4a60-8844-be898390adc1
BinaryUrl: https://www.nirsoft.net/utils/browsinghistoryview-x64.zip
ExportFormat: csv
Processors:
-
Executable: browsinghistoryview.exe
CommandLine: /HistorySource 3 /HistorySourceFolder %sourceDirectory%\Users /VisitTimeFilterType 1 /ShowTimeInGMT 1 /scomma %destinationDirectory%\BrowsingHistory.csv
ExportFormat: csv
ExportFile: NirSoftBrowsingHistoryViewConsoleOutput.txt
-
Executable: browsinghistoryview.exe
CommandLine: /HistorySource 3 /HistorySourceFolder %sourceDirectory%\Users /VisitTimeFilterType 1 /ShowTimeInGMT 1 /sverhtml %destinationDirectory%\BrowsingHistory.html
ExportFormat: html
ExportFile: NirSoftBrowsingHistoryViewConsoleOutput.txt
# Documentation
# Uses Nirsoft's BrowsingHistoryView to export browsing history for all users to CSV
# https://www.nirsoft.net/utils/browsing_history_view.html
# ***Must set msource to users directory of triage to be parsed***
# Example: .\kape.exe --msource G:\Kape_TEST\C\Users --mdest D:\Kape_moduleOut --module BrowsingHistoryView
# Example: .\kape.exe --msource G:\Kape_TEST\VSS21\Users --mdest D:\Kape_moduleOut --module BrowsingHistoryView