acquire 3.13.dev4__tar.gz → 3.13.dev6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {acquire-3.13.dev4/acquire.egg-info → acquire-3.13.dev6}/PKG-INFO +1 -1
- {acquire-3.13.dev4 → acquire-3.13.dev6}/acquire/acquire.py +77 -267
- {acquire-3.13.dev4 → acquire-3.13.dev6}/acquire/version.py +2 -2
- {acquire-3.13.dev4 → acquire-3.13.dev6/acquire.egg-info}/PKG-INFO +1 -1
- {acquire-3.13.dev4 → acquire-3.13.dev6}/COPYRIGHT +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/LICENSE +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/MANIFEST.in +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/README.md +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/acquire/__init__.py +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/acquire/collector.py +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/acquire/crypt.py +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/acquire/dynamic/__init__.py +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/acquire/dynamic/windows/__init__.py +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/acquire/dynamic/windows/collect.py +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/acquire/dynamic/windows/exceptions.py +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/acquire/dynamic/windows/handles.py +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/acquire/dynamic/windows/named_objects.py +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/acquire/dynamic/windows/ntdll.py +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/acquire/dynamic/windows/types.py +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/acquire/esxi.py +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/acquire/gui/__init__.py +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/acquire/gui/base.py +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/acquire/gui/win32.py +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/acquire/hashes.py +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/acquire/log.py +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/acquire/outputs/__init__.py +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/acquire/outputs/base.py +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/acquire/outputs/dir.py +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/acquire/outputs/tar.py +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/acquire/outputs/zip.py +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/acquire/tools/__init__.py +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/acquire/tools/decrypter.py +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/acquire/uploaders/__init__.py +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/acquire/uploaders/minio.py +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/acquire/uploaders/plugin.py +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/acquire/uploaders/plugin_registry.py +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/acquire/utils.py +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/acquire/volatilestream.py +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/acquire.egg-info/SOURCES.txt +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/acquire.egg-info/dependency_links.txt +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/acquire.egg-info/entry_points.txt +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/acquire.egg-info/requires.txt +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/acquire.egg-info/top_level.txt +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/pyproject.toml +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/setup.cfg +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/tests/__init__.py +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/tests/conftest.py +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/tests/docs/Makefile +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/tests/docs/conf.py +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/tests/docs/index.rst +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/tests/test_acquire_command.py +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/tests/test_acquire_modules.py +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/tests/test_collector.py +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/tests/test_decryptor_funcs.py +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/tests/test_esxi_memory.py +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/tests/test_file_sorting.py +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/tests/test_minio_uploader.py +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/tests/test_misc_users.py +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/tests/test_outputs_dir.py +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/tests/test_outputs_tar.py +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/tests/test_plugin.py +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/tests/test_utils.py +0 -0
- {acquire-3.13.dev4 → acquire-3.13.dev6}/tox.ini +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: acquire
|
|
3
|
-
Version: 3.13.
|
|
3
|
+
Version: 3.13.dev6
|
|
4
4
|
Summary: A tool to quickly gather forensic artifacts from disk images or a live system into a lightweight container
|
|
5
5
|
Author-email: Dissect Team <dissect@fox-it.com>
|
|
6
6
|
License: Affero General Public License v3
|
|
@@ -13,7 +13,8 @@ import sys
|
|
|
13
13
|
import time
|
|
14
14
|
import urllib.parse
|
|
15
15
|
import urllib.request
|
|
16
|
-
from collections import defaultdict
|
|
16
|
+
from collections import defaultdict, namedtuple
|
|
17
|
+
from itertools import product
|
|
17
18
|
from pathlib import Path
|
|
18
19
|
from typing import Iterator, Optional, Union
|
|
19
20
|
|
|
@@ -1095,281 +1096,78 @@ class QuarantinedFiles(Module):
|
|
|
1095
1096
|
@register_module("--history")
|
|
1096
1097
|
class History(Module):
|
|
1097
1098
|
DESC = "browser history from IE, Edge, Firefox, and Chrome"
|
|
1099
|
+
DIR_COMBINATIONS = namedtuple("DirCombinations", ["root_dirs", "dir_extensions", "history_files"])
|
|
1100
|
+
COMMON_DIR_COMBINATIONS = [
|
|
1101
|
+
DIR_COMBINATIONS(
|
|
1102
|
+
[
|
|
1103
|
+
# Chromium - RHEL/Ubuntu - DNF/apt
|
|
1104
|
+
".config/chromium",
|
|
1105
|
+
# Chrome - RHEL/Ubuntu - DNF
|
|
1106
|
+
".config/google-chrome",
|
|
1107
|
+
# Edge - RHEL/Ubuntu - DNF/apt
|
|
1108
|
+
".config/microsoft-edge",
|
|
1109
|
+
# Chrome - RHEL/Ubuntu - Flatpak
|
|
1110
|
+
".var/app/com.google.Chrome/config/google-chrome",
|
|
1111
|
+
# Edge - RHEL/Ubuntu - Flatpak
|
|
1112
|
+
".var/app/com.microsoft.Edge/config/microsoft-edge",
|
|
1113
|
+
# Chromium - RHEL/Ubuntu - Flatpak
|
|
1114
|
+
".var/app/org.chromium.Chromium/config/chromium",
|
|
1115
|
+
# Chrome
|
|
1116
|
+
"AppData/Local/Google/Chrom*/User Data",
|
|
1117
|
+
# Edge
|
|
1118
|
+
"AppData/Local/Microsoft/Edge/User Data",
|
|
1119
|
+
"Library/Application Support/Microsoft Edge",
|
|
1120
|
+
"Local Settings/Application Data/Microsoft/Edge/User Data",
|
|
1121
|
+
# Chrome - Legacy
|
|
1122
|
+
"Library/Application Support/Chromium",
|
|
1123
|
+
"Library/Application Support/Google/Chrome",
|
|
1124
|
+
"Local Settings/Application Data/Google/Chrom*/User Data",
|
|
1125
|
+
# Chromium - RHEL/Ubuntu - snap
|
|
1126
|
+
"snap/chromium/common/chromium",
|
|
1127
|
+
],
|
|
1128
|
+
["*", "Snapshots/*/*"],
|
|
1129
|
+
[
|
|
1130
|
+
"Archived History",
|
|
1131
|
+
"Bookmarks",
|
|
1132
|
+
"Cookies*",
|
|
1133
|
+
"Current Session",
|
|
1134
|
+
"Current Tabs",
|
|
1135
|
+
"Extension Cookies",
|
|
1136
|
+
"Favicons",
|
|
1137
|
+
"History",
|
|
1138
|
+
"Last Session",
|
|
1139
|
+
"Last Tabs",
|
|
1140
|
+
"Login Data",
|
|
1141
|
+
"Login Data For Account",
|
|
1142
|
+
"Media History",
|
|
1143
|
+
"Shortcuts",
|
|
1144
|
+
"Snapshots",
|
|
1145
|
+
"Top Sites",
|
|
1146
|
+
"Web Data",
|
|
1147
|
+
],
|
|
1148
|
+
),
|
|
1149
|
+
]
|
|
1098
1150
|
|
|
1099
1151
|
SPEC = [
|
|
1100
1152
|
# IE
|
|
1153
|
+
("dir", "AppData/Local/Microsoft/Internet Explorer/Recovery", from_user_home),
|
|
1154
|
+
("dir", "AppData/Local/Microsoft/Windows/INetCookies", from_user_home),
|
|
1155
|
+
("glob", "AppData/Local/Microsoft/Windows/WebCache/*.dat", from_user_home),
|
|
1156
|
+
# IE - index.dat
|
|
1101
1157
|
("file", "Cookies/index.dat", from_user_home),
|
|
1102
1158
|
("file", "Local Settings/History/History.IE5/index.dat", from_user_home),
|
|
1103
1159
|
("glob", "Local Settings/History/History.IE5/MSHist*/index.dat", from_user_home),
|
|
1104
1160
|
("file", "Local Settings/Temporary Internet Files/Content.IE5/index.dat", from_user_home),
|
|
1105
1161
|
("file", "Local Settings/Application Data/Microsoft/Feeds Cache/index.dat", from_user_home),
|
|
1106
|
-
("dir", "AppData/Local/Microsoft/Internet Explorer/Recovery", from_user_home),
|
|
1107
1162
|
("file", "AppData/Local/Microsoft/Windows/History/History.IE5/index.dat", from_user_home),
|
|
1108
|
-
(
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
),
|
|
1113
|
-
(
|
|
1114
|
-
"file",
|
|
1115
|
-
"AppData/Local/Microsoft/Windows/History/Low/History.IE5/index.dat",
|
|
1116
|
-
from_user_home,
|
|
1117
|
-
),
|
|
1118
|
-
(
|
|
1119
|
-
"glob",
|
|
1120
|
-
"AppData/Local/Microsoft/Windows/History/Low/History.IE5/MSHist*/index.dat",
|
|
1121
|
-
from_user_home,
|
|
1122
|
-
),
|
|
1123
|
-
("dir", "AppData/Local/Microsoft/Windows/INetCookies", from_user_home),
|
|
1124
|
-
(
|
|
1125
|
-
"file",
|
|
1126
|
-
"AppData/Local/Microsoft/Windows/Temporary Internet Files/Content.IE5/index.dat",
|
|
1127
|
-
from_user_home,
|
|
1128
|
-
),
|
|
1129
|
-
(
|
|
1130
|
-
"file",
|
|
1131
|
-
"AppData/Local/Microsoft/Windows/Temporary Internet Files/Low/Content.IE5/index.dat",
|
|
1132
|
-
from_user_home,
|
|
1133
|
-
),
|
|
1134
|
-
("glob", "AppData/Local/Microsoft/Windows/WebCache/*.dat", from_user_home),
|
|
1163
|
+
("glob", "AppData/Local/Microsoft/Windows/History/History.IE5/MSHist*/index.dat", from_user_home),
|
|
1164
|
+
("file", "AppData/Local/Microsoft/Windows/History/Low/History.IE5/index.dat", from_user_home),
|
|
1165
|
+
("glob", "AppData/Local/Microsoft/Windows/History/Low/History.IE5/MSHist*/index.dat", from_user_home),
|
|
1166
|
+
("file", "AppData/Local/Microsoft/Windows/Temporary Internet Files/Content.IE5/index.dat", from_user_home),
|
|
1167
|
+
("file", "AppData/Local/Microsoft/Windows/Temporary Internet Files/Low/Content.IE5/index.dat", from_user_home),
|
|
1135
1168
|
("file", "AppData/Roaming/Microsoft/Windows/Cookies/index.dat", from_user_home),
|
|
1136
1169
|
("file", "AppData/Roaming/Microsoft/Windows/Cookies/Low/index.dat", from_user_home),
|
|
1137
1170
|
("file", "AppData/Roaming/Microsoft/Windows/IEDownloadHistory/index.dat", from_user_home),
|
|
1138
|
-
# Chrome
|
|
1139
|
-
("glob", "AppData/Local/Google/Chrom*/User Data/*/Bookmarks", from_user_home),
|
|
1140
|
-
("glob", "AppData/Local/Google/Chrom*/User Data/*/Favicons", from_user_home),
|
|
1141
|
-
("glob", "AppData/Local/Google/Chrom*/User Data/*/History", from_user_home),
|
|
1142
|
-
("glob", "AppData/Local/Google/Chrom*/User Data/*/Login Data", from_user_home),
|
|
1143
|
-
("glob", "AppData/Local/Google/Chrom*/User Data/*/Login Data For Account", from_user_home),
|
|
1144
|
-
("glob", "AppData/Local/Google/Chrom*/User Data/*/Shortcuts", from_user_home),
|
|
1145
|
-
("glob", "AppData/Local/Google/Chrom*/User Data/*/Top Sites", from_user_home),
|
|
1146
|
-
("glob", "AppData/Local/Google/Chrom*/User Data/*/Web Data", from_user_home),
|
|
1147
|
-
# Chrome - Legacy
|
|
1148
|
-
("glob", "AppData/Local/Google/Chrom*/User Data/*/Current Session", from_user_home),
|
|
1149
|
-
("glob", "AppData/Local/Google/Chrom*/User Data/*/Current Tabs", from_user_home),
|
|
1150
|
-
("glob", "AppData/Local/Google/Chrom*/User Data/*/Archived History", from_user_home),
|
|
1151
|
-
("glob", "AppData/Local/Google/Chrom*/User Data/*/Last Session", from_user_home),
|
|
1152
|
-
("glob", "AppData/Local/Google/Chrom*/User Data/*/Last Tabs", from_user_home),
|
|
1153
|
-
(
|
|
1154
|
-
"glob",
|
|
1155
|
-
"Local Settings/Application Data/Google/Chrom*/User Data/*/Bookmarks",
|
|
1156
|
-
from_user_home,
|
|
1157
|
-
),
|
|
1158
|
-
(
|
|
1159
|
-
"glob",
|
|
1160
|
-
"Local Settings/Application Data/Google/Chrom*/User Data/*/Favicons",
|
|
1161
|
-
from_user_home,
|
|
1162
|
-
),
|
|
1163
|
-
(
|
|
1164
|
-
"glob",
|
|
1165
|
-
"Local Settings/Application Data/Google/Chrom*/User Data/*/History",
|
|
1166
|
-
from_user_home,
|
|
1167
|
-
),
|
|
1168
|
-
(
|
|
1169
|
-
"glob",
|
|
1170
|
-
"Local Settings/Application Data/Google/Chrom*/User Data/*/Login Data",
|
|
1171
|
-
from_user_home,
|
|
1172
|
-
),
|
|
1173
|
-
(
|
|
1174
|
-
"glob",
|
|
1175
|
-
"Local Settings/Application Data/Google/Chrom*/User Data/*/Login Data For Account",
|
|
1176
|
-
from_user_home,
|
|
1177
|
-
),
|
|
1178
|
-
(
|
|
1179
|
-
"glob",
|
|
1180
|
-
"Local Settings/Application Data/Google/Chrom*/User Data/*/Shortcuts",
|
|
1181
|
-
from_user_home,
|
|
1182
|
-
),
|
|
1183
|
-
(
|
|
1184
|
-
"glob",
|
|
1185
|
-
"Local Settings/Application Data/Google/Chrom*/User Data/*/Top Sites",
|
|
1186
|
-
from_user_home,
|
|
1187
|
-
),
|
|
1188
|
-
(
|
|
1189
|
-
"glob",
|
|
1190
|
-
"Local Settings/Application Data/Google/Chrom*/User Data/*/Web Data",
|
|
1191
|
-
from_user_home,
|
|
1192
|
-
),
|
|
1193
|
-
# Chrome - Legacy
|
|
1194
|
-
(
|
|
1195
|
-
"glob",
|
|
1196
|
-
"Local Settings/Application Data/Google/Chrom*/User Data/*/Current Session",
|
|
1197
|
-
from_user_home,
|
|
1198
|
-
),
|
|
1199
|
-
(
|
|
1200
|
-
"glob",
|
|
1201
|
-
"Local Settings/Application Data/Google/Chrom*/User Data/*/Current Tabs",
|
|
1202
|
-
from_user_home,
|
|
1203
|
-
),
|
|
1204
|
-
(
|
|
1205
|
-
"glob",
|
|
1206
|
-
"Local Settings/Application Data/Google/Chrom*/User Data/*/Archived History",
|
|
1207
|
-
from_user_home,
|
|
1208
|
-
),
|
|
1209
|
-
(
|
|
1210
|
-
"glob",
|
|
1211
|
-
"Local Settings/Application Data/Google/Chrom*/User Data/*/Last Session",
|
|
1212
|
-
from_user_home,
|
|
1213
|
-
),
|
|
1214
|
-
(
|
|
1215
|
-
"glob",
|
|
1216
|
-
"Local Settings/Application Data/Google/Chrom*/User Data/*/Last Tabs",
|
|
1217
|
-
from_user_home,
|
|
1218
|
-
),
|
|
1219
|
-
("glob", "Library/Application Support/Google/Chrome/*/Bookmarks", from_user_home),
|
|
1220
|
-
("glob", "Library/Application Support/Google/Chrome/*/Favicons", from_user_home),
|
|
1221
|
-
("glob", "Library/Application Support/Google/Chrome/*/History", from_user_home),
|
|
1222
|
-
("glob", "Library/Application Support/Google/Chrome/*/Login Data", from_user_home),
|
|
1223
|
-
("glob", "Library/Application Support/Google/Chrome/*/Login Data For Account", from_user_home),
|
|
1224
|
-
("glob", "Library/Application Support/Google/Chrome/*/Shortcuts", from_user_home),
|
|
1225
|
-
("glob", "Library/Application Support/Google/Chrome/*/Top Sites", from_user_home),
|
|
1226
|
-
("glob", "Library/Application Support/Google/Chrome/*/Web Data", from_user_home),
|
|
1227
|
-
("glob", "Library/Application Support/Chromium/*/Bookmarks", from_user_home),
|
|
1228
|
-
("glob", "Library/Application Support/Chromium/*/Favicons", from_user_home),
|
|
1229
|
-
("glob", "Library/Application Support/Chromium/*/History", from_user_home),
|
|
1230
|
-
("glob", "Library/Application Support/Chromium/*/Login Data", from_user_home),
|
|
1231
|
-
("glob", "Library/Application Support/Chromium/*/Login Data For Account", from_user_home),
|
|
1232
|
-
("glob", "Library/Application Support/Chromium/*/Shortcuts", from_user_home),
|
|
1233
|
-
("glob", "Library/Application Support/Chromium/*/Top Sites", from_user_home),
|
|
1234
|
-
("glob", "Library/Application Support/Chromium/*/Web Data", from_user_home),
|
|
1235
|
-
# Chrome - Legacy
|
|
1236
|
-
("glob", "Library/Application Support/Google/Chrome/*/Current Session", from_user_home),
|
|
1237
|
-
("glob", "Library/Application Support/Google/Chrome/*/Current Tabs", from_user_home),
|
|
1238
|
-
("glob", "Library/Application Support/Google/Chrome/*/Archived History", from_user_home),
|
|
1239
|
-
("glob", "Library/Application Support/Google/Chrome/*/Last Session", from_user_home),
|
|
1240
|
-
("glob", "Library/Application Support/Google/Chrome/*/Last Tabs", from_user_home),
|
|
1241
|
-
("glob", "Library/Application Support/Chromium/*/Current Session", from_user_home),
|
|
1242
|
-
("glob", "Library/Application Support/Chromium/*/Current Tabs", from_user_home),
|
|
1243
|
-
("glob", "Library/Application Support/Chromium/*/Archived History", from_user_home),
|
|
1244
|
-
("glob", "Library/Application Support/Chromium/*/Last Session", from_user_home),
|
|
1245
|
-
("glob", "Library/Application Support/Chromium/*/Last Tabs", from_user_home),
|
|
1246
|
-
# Chrome - RHEL/Ubuntu - DNF
|
|
1247
|
-
("glob", ".config/google-chrome/*/Bookmarks", from_user_home),
|
|
1248
|
-
("glob", ".config/google-chrome/*/Favicons", from_user_home),
|
|
1249
|
-
("glob", ".config/google-chrome/*/History", from_user_home),
|
|
1250
|
-
("glob", ".config/google-chrome/*/Login Data", from_user_home),
|
|
1251
|
-
("glob", ".config/google-chrome/*/Login Data For Account", from_user_home),
|
|
1252
|
-
("glob", ".config/google-chrome/*/Shortcuts", from_user_home),
|
|
1253
|
-
("glob", ".config/google-chrome/*/Top Sites", from_user_home),
|
|
1254
|
-
("glob", ".config/google-chrome/*/Web Data", from_user_home),
|
|
1255
|
-
# Chrome - RHEL/Ubuntu - Flatpak
|
|
1256
|
-
("glob", ".var/app/com.google.Chrome/config/google-chrome/*/Bookmarks", from_user_home),
|
|
1257
|
-
("glob", ".var/app/com.google.Chrome/config/google-chrome/*/Favicons", from_user_home),
|
|
1258
|
-
("glob", ".var/app/com.google.Chrome/config/google-chrome/*/History", from_user_home),
|
|
1259
|
-
("glob", ".var/app/com.google.Chrome/config/google-chrome/*/Login Data", from_user_home),
|
|
1260
|
-
("glob", ".var/app/com.google.Chrome/config/google-chrome/*/Login Data For Account", from_user_home),
|
|
1261
|
-
("glob", ".var/app/com.google.Chrome/config/google-chrome/*/Shortcuts", from_user_home),
|
|
1262
|
-
("glob", ".var/app/com.google.Chrome/config/google-chrome/*/Top Sites", from_user_home),
|
|
1263
|
-
("glob", ".var/app/com.google.Chrome/config/google-chrome/*/Web Data", from_user_home),
|
|
1264
|
-
# Chromium - RHEL/Ubuntu - DNF/apt
|
|
1265
|
-
("glob", ".config/chromium/*/Bookmarks", from_user_home),
|
|
1266
|
-
("glob", ".config/chromium/*/Favicons", from_user_home),
|
|
1267
|
-
("glob", ".config/chromium/*/History", from_user_home),
|
|
1268
|
-
("glob", ".config/chromium/*/Login Data", from_user_home),
|
|
1269
|
-
("glob", ".config/chromium/*/Login Data For Account", from_user_home),
|
|
1270
|
-
("glob", ".config/chromium/*/Shortcuts", from_user_home),
|
|
1271
|
-
("glob", ".config/chromium/*/Top Sites", from_user_home),
|
|
1272
|
-
("glob", ".config/chromium/*/Web Data", from_user_home),
|
|
1273
|
-
# Chromium - RHEL/Ubuntu - Flatpak
|
|
1274
|
-
("glob", ".var/app/org.chromium.Chromium/config/chromium/*/Bookmarks", from_user_home),
|
|
1275
|
-
("glob", ".var/app/org.chromium.Chromium/config/chromium/*/Favicons", from_user_home),
|
|
1276
|
-
("glob", ".var/app/org.chromium.Chromium/config/chromium/*/History", from_user_home),
|
|
1277
|
-
("glob", ".var/app/org.chromium.Chromium/config/chromium/*/Login Data", from_user_home),
|
|
1278
|
-
("glob", ".var/app/org.chromium.Chromium/config/chromium/*/Login Data For Account", from_user_home),
|
|
1279
|
-
("glob", ".var/app/org.chromium.Chromium/config/chromium/*/Shortcuts", from_user_home),
|
|
1280
|
-
("glob", ".var/app/org.chromium.Chromium/config/chromium/*/Top Sites", from_user_home),
|
|
1281
|
-
("glob", ".var/app/org.chromium.Chromium/config/chromium/*/Web Data", from_user_home),
|
|
1282
|
-
# Chromium - RHEL/Ubuntu - snap
|
|
1283
|
-
("glob", "snap/chromium/common/chromium/*/Bookmarks", from_user_home),
|
|
1284
|
-
("glob", "snap/chromium/common/chromium/*/Favicons", from_user_home),
|
|
1285
|
-
("glob", "snap/chromium/common/chromium/*/History", from_user_home),
|
|
1286
|
-
("glob", "snap/chromium/common/chromium/*/Login Data", from_user_home),
|
|
1287
|
-
("glob", "snap/chromium/common/chromium/*/Login Data For Account", from_user_home),
|
|
1288
|
-
("glob", "snap/chromium/common/chromium/*/Shortcuts", from_user_home),
|
|
1289
|
-
("glob", "snap/chromium/common/chromium/*/Top Sites", from_user_home),
|
|
1290
|
-
("glob", "snap/chromium/common/chromium/*/Web Data", from_user_home),
|
|
1291
|
-
# Edge
|
|
1292
|
-
("glob", "AppData/Local/Microsoft/Edge/User Data/*/Bookmarks", from_user_home),
|
|
1293
|
-
("glob", "AppData/Local/Microsoft/Edge/User Data/*/Extension Cookies", from_user_home),
|
|
1294
|
-
("glob", "AppData/Local/Microsoft/Edge/User Data/*/Favicons", from_user_home),
|
|
1295
|
-
("glob", "AppData/Local/Microsoft/Edge/User Data/*/History", from_user_home),
|
|
1296
|
-
("glob", "AppData/Local/Microsoft/Edge/User Data/*/Login Data", from_user_home),
|
|
1297
|
-
("glob", "AppData/Local/Microsoft/Edge/User Data/*/Media History", from_user_home),
|
|
1298
|
-
("glob", "AppData/Local/Microsoft/Edge/User Data/*/Shortcuts", from_user_home),
|
|
1299
|
-
("glob", "AppData/Local/Microsoft/Edge/User Data/*/Top Sites", from_user_home),
|
|
1300
|
-
("glob", "AppData/Local/Microsoft/Edge/User Data/*/Web Data", from_user_home),
|
|
1301
|
-
(
|
|
1302
|
-
"glob",
|
|
1303
|
-
"Local Settings/Application Data/Microsoft/Edge/User Data/*/Bookmarks",
|
|
1304
|
-
from_user_home,
|
|
1305
|
-
),
|
|
1306
|
-
(
|
|
1307
|
-
"glob",
|
|
1308
|
-
"Local Settings/Application Data/Microsoft/Edge/User Data/*/Extension Cookies",
|
|
1309
|
-
from_user_home,
|
|
1310
|
-
),
|
|
1311
|
-
(
|
|
1312
|
-
"glob",
|
|
1313
|
-
"Local Settings/Application Data/Microsoft/Edge/User Data/*/Favicons",
|
|
1314
|
-
from_user_home,
|
|
1315
|
-
),
|
|
1316
|
-
(
|
|
1317
|
-
"glob",
|
|
1318
|
-
"Local Settings/Application Data/Microsoft/Edge/User Data/*/History",
|
|
1319
|
-
from_user_home,
|
|
1320
|
-
),
|
|
1321
|
-
(
|
|
1322
|
-
"glob",
|
|
1323
|
-
"Local Settings/Application Data/Microsoft/Edge/User Data/*/Login Data",
|
|
1324
|
-
from_user_home,
|
|
1325
|
-
),
|
|
1326
|
-
(
|
|
1327
|
-
"glob",
|
|
1328
|
-
"Local Settings/Application Data/Microsoft/Edge/User Data/*/Media History",
|
|
1329
|
-
from_user_home,
|
|
1330
|
-
),
|
|
1331
|
-
(
|
|
1332
|
-
"glob",
|
|
1333
|
-
"Local Settings/Application Data/Microsoft/Edge/User Data/*/Shortcuts",
|
|
1334
|
-
from_user_home,
|
|
1335
|
-
),
|
|
1336
|
-
(
|
|
1337
|
-
"glob",
|
|
1338
|
-
"Local Settings/Application Data/Microsoft/Edge/User Data/*/Top Sites",
|
|
1339
|
-
from_user_home,
|
|
1340
|
-
),
|
|
1341
|
-
(
|
|
1342
|
-
"glob",
|
|
1343
|
-
"Local Settings/Application Data/Microsoft/Edge/User Data/*/Web Data",
|
|
1344
|
-
from_user_home,
|
|
1345
|
-
),
|
|
1346
|
-
("glob", "Library/Application Support/Microsoft Edge/*/Bookmarks", from_user_home),
|
|
1347
|
-
("glob", "Library/Application Support/Microsoft Edge/*/Extension Cookies", from_user_home),
|
|
1348
|
-
("glob", "Library/Application Support/Microsoft Edge/*/Favicons", from_user_home),
|
|
1349
|
-
("glob", "Library/Application Support/Microsoft Edge/*/History", from_user_home),
|
|
1350
|
-
("glob", "Library/Application Support/Microsoft Edge/*/Login Data", from_user_home),
|
|
1351
|
-
("glob", "Library/Application Support/Microsoft Edge/*/Media History", from_user_home),
|
|
1352
|
-
("glob", "Library/Application Support/Microsoft Edge/*/Shortcuts", from_user_home),
|
|
1353
|
-
("glob", "Library/Application Support/Microsoft Edge/*/Top Sites", from_user_home),
|
|
1354
|
-
("glob", "Library/Application Support/Microsoft Edge/*/Web Data", from_user_home),
|
|
1355
|
-
# Edge - RHEL/Ubuntu - DNF/apt
|
|
1356
|
-
("glob", ".config/microsoft-edge/*/Bookmarks", from_user_home),
|
|
1357
|
-
("glob", ".config/microsoft-edge/*/Favicons", from_user_home),
|
|
1358
|
-
("glob", ".config/microsoft-edge/*/History", from_user_home),
|
|
1359
|
-
("glob", ".config/microsoft-edge/*/Login Data", from_user_home),
|
|
1360
|
-
("glob", ".config/microsoft-edge/*/Login Data For Account", from_user_home),
|
|
1361
|
-
("glob", ".config/microsoft-edge/*/Shortcuts", from_user_home),
|
|
1362
|
-
("glob", ".config/microsoft-edge/*/Top Sites", from_user_home),
|
|
1363
|
-
("glob", ".config/microsoft-edge/*/Web Data", from_user_home),
|
|
1364
|
-
# Edge - RHEL/Ubuntu - Flatpak
|
|
1365
|
-
("glob", ".var/app/com.microsoft.Edge/config/microsoft-edge/*/Bookmarks", from_user_home),
|
|
1366
|
-
("glob", ".var/app/com.microsoft.Edge/config/microsoft-edge/*/Favicons", from_user_home),
|
|
1367
|
-
("glob", ".var/app/com.microsoft.Edge/config/microsoft-edge/*/History", from_user_home),
|
|
1368
|
-
("glob", ".var/app/com.microsoft.Edge/config/microsoft-edge/*/Login Data", from_user_home),
|
|
1369
|
-
("glob", ".var/app/com.microsoft.Edge/config/microsoft-edge/*/Login Data For Account", from_user_home),
|
|
1370
|
-
("glob", ".var/app/com.microsoft.Edge/config/microsoft-edge/*/Shortcuts", from_user_home),
|
|
1371
|
-
("glob", ".var/app/com.microsoft.Edge/config/microsoft-edge/*/Top Sites", from_user_home),
|
|
1372
|
-
("glob", ".var/app/com.microsoft.Edge/config/microsoft-edge/*/Web Data", from_user_home),
|
|
1373
1171
|
# Firefox - Windows
|
|
1374
1172
|
("glob", "AppData/Local/Mozilla/Firefox/Profiles/*/*.sqlite*", from_user_home),
|
|
1375
1173
|
("glob", "AppData/Roaming/Mozilla/Firefox/Profiles/*/*.sqlite*", from_user_home),
|
|
@@ -1377,11 +1175,11 @@ class History(Module):
|
|
|
1377
1175
|
# Firefox - macOS
|
|
1378
1176
|
("glob", "/Users/*/Library/Application Support/Firefox/Profiles/*/*.sqlite*"),
|
|
1379
1177
|
# Firefox - RHEL/Ubuntu - Flatpak
|
|
1380
|
-
("glob", ".var/app/org.mozilla.firefox/.mozilla/firefox/*/*.sqlite", from_user_home),
|
|
1178
|
+
("glob", ".var/app/org.mozilla.firefox/.mozilla/firefox/*/*.sqlite*", from_user_home),
|
|
1381
1179
|
# Firefox - RHEL/Ubuntu - DNF/apt
|
|
1382
|
-
("glob", ".mozilla/firefox/*/*.sqlite", from_user_home),
|
|
1180
|
+
("glob", ".mozilla/firefox/*/*.sqlite*", from_user_home),
|
|
1383
1181
|
# Firefox - RHEL/Ubuntu - snap
|
|
1384
|
-
("glob", "snap/firefox/common/.mozilla/firefox/*/*.sqlite", from_user_home),
|
|
1182
|
+
("glob", "snap/firefox/common/.mozilla/firefox/*/*.sqlite*", from_user_home),
|
|
1385
1183
|
# Safari - macOS
|
|
1386
1184
|
("file", "Library/Safari/Bookmarks.plist", from_user_home),
|
|
1387
1185
|
("file", "Library/Safari/Downloads.plist", from_user_home),
|
|
@@ -1391,6 +1189,18 @@ class History(Module):
|
|
|
1391
1189
|
("file", "Library/Caches/com.apple.Safari/Cache.db", from_user_home),
|
|
1392
1190
|
]
|
|
1393
1191
|
|
|
1192
|
+
@classmethod
|
|
1193
|
+
def get_spec_additions(cls, target: Target, cli_args: argparse.Namespace) -> Iterator[tuple]:
|
|
1194
|
+
spec = set()
|
|
1195
|
+
for root_dirs, extension_dirs, history_files in cls.COMMON_DIR_COMBINATIONS:
|
|
1196
|
+
for root_dir, extension_dir, history_file in product(root_dirs, extension_dirs, history_files):
|
|
1197
|
+
full_path = f"{root_dir}/{extension_dir}/{history_file}"
|
|
1198
|
+
search_type = "glob" if "*" in full_path else "file"
|
|
1199
|
+
|
|
1200
|
+
spec.add((search_type, full_path, from_user_home))
|
|
1201
|
+
|
|
1202
|
+
return spec
|
|
1203
|
+
|
|
1394
1204
|
|
|
1395
1205
|
@register_module("--remoteaccess")
|
|
1396
1206
|
class RemoteAccess(Module):
|
|
@@ -12,5 +12,5 @@ __version__: str
|
|
|
12
12
|
__version_tuple__: VERSION_TUPLE
|
|
13
13
|
version_tuple: VERSION_TUPLE
|
|
14
14
|
|
|
15
|
-
__version__ = version = '3.13.
|
|
16
|
-
__version_tuple__ = version_tuple = (3, 13, '
|
|
15
|
+
__version__ = version = '3.13.dev6'
|
|
16
|
+
__version_tuple__ = version_tuple = (3, 13, 'dev6')
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: acquire
|
|
3
|
-
Version: 3.13.
|
|
3
|
+
Version: 3.13.dev6
|
|
4
4
|
Summary: A tool to quickly gather forensic artifacts from disk images or a live system into a lightweight container
|
|
5
5
|
Author-email: Dissect Team <dissect@fox-it.com>
|
|
6
6
|
License: Affero General Public License v3
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|