-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
22 lines (17 loc) · 912 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
John Moran ([email protected])
ParseRS can be used extract browsing information from Automatic Crash
Recovery files created by Internet Explorer.
Requires Python 3 and OleFileIO_PL library.
Options:
-d, --directory <directory> Read the contents of all recovery
store files and their associated
tab data files in a directory
OR
-r, --recovery <file> Read a single recovery store file
and its associated tab data files
OR
-t, --tab <file> Read a single tab data file
-v, --verbose Display all strings for each page
(These may include referrers, links
user names, passwords and more)
-h, --help Show help