|
@ -133,7 +133,7 @@ class bc(object): |
|
|
pass |
|
|
pass |
|
|
latest_subdir = max(all_subdirs, key=os.path.getmtime) |
|
|
latest_subdir = max(all_subdirs, key=os.path.getmtime) |
|
|
osx_profile = os.path.join(f_his_osx, latest_subdir) |
|
|
osx_profile = os.path.join(f_his_osx, latest_subdir) |
|
|
if self.options.browser_history_history: # if exists, extract user browser's history path |
|
|
if self.options.browser_history: # if exists, extract user browser's history path |
|
|
self.browser_history_path = self.options.browser_history |
|
|
self.browser_history_path = self.options.browser_history |
|
|
else: |
|
|
else: |
|
|
self.browser_history_path = os.path.join(osx_profile, 'places.sqlite') |
|
|
self.browser_history_path = os.path.join(osx_profile, 'places.sqlite') |
|
|