forensics challs

This commit is contained in:
2026-03-20 23:11:43 +01:00
parent 610ddc4388
commit 2b1546aa4f
51 changed files with 1213 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
[project]
name = "kape-acquisition"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"evtx>=0.11.0",
"lnkparse3>=1.6.0",
"olefile>=0.47",
"python-evtx>=0.8.1",
"python-registry>=1.3.1",
]