From 0726cd219634d4b2f37f8f6e7bba6f18e9302b82 Mon Sep 17 00:00:00 2001 From: 5h31kh <90191914+5h31kh@users.noreply.github.com> Date: Thu, 3 Aug 2023 21:35:39 +0600 Subject: [PATCH 1/2] Update firefoxhistory.py --- firefoxhistory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefoxhistory.py b/firefoxhistory.py index a98b790..5248d19 100644 --- a/firefoxhistory.py +++ b/firefoxhistory.py @@ -35,7 +35,7 @@ import volatility.obj as obj import binascii import sqlite_help -import csv +#import csv from datetime import datetime FORWARD = sqlite_help.FORWARD From 28700e9b41e9d8eaa5a426a642930a34eafeb2d4 Mon Sep 17 00:00:00 2001 From: 5h31kh <90191914+5h31kh@users.noreply.github.com> Date: Thu, 3 Aug 2023 21:36:35 +0600 Subject: [PATCH 2/2] Update chromehistory.py --- chromehistory.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chromehistory.py b/chromehistory.py index e11a6c0..c3d1be5 100644 --- a/chromehistory.py +++ b/chromehistory.py @@ -40,9 +40,9 @@ import volatility.obj as obj import binascii import sqlite_help -import csv +#import csv from Crypto.Cipher import AES -from Crypto.Protocol.KDF import PBKDF2 +#from Crypto.Protocol.KDF import PBKDF2 FORWARD = sqlite_help.FORWARD BACKWARD = sqlite_help.BACKWARD