From 64d5e75045ddf21a2c2ffbf4433674a7b920c402 Mon Sep 17 00:00:00 2001 From: overcuriousity Date: Sun, 13 Jul 2025 22:18:53 +0200 Subject: [PATCH] progress --- .eleventy.js | 1 + framework.md | 47 +++++++++++++++++++++++++++ src/_layouts/base.njk | 72 +++++++++++++++++++++++++++++++++++------- src/about/index.njk | 40 ++++++++++++----------- src/css/main.css | 36 +++++++++++---------- src/data/services.yaml | 1 + src/data/tools.yaml | 1 + src/index.njk | 7 ++-- src/js/modal.js | 1 + src/js/search.js | 1 + src/js/status.js | 1 + src/js/theme.js | 1 + src/privacy/index.njk | 62 ++++++++++++++++++------------------ src/status/index.njk | 13 +++----- 14 files changed, 195 insertions(+), 89 deletions(-) create mode 100644 framework.md diff --git a/.eleventy.js b/.eleventy.js index f7999af..d988783 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -1,3 +1,4 @@ +// File: ./eleventy.js const yaml = require('js-yaml'); const fs = require('fs'); diff --git a/framework.md b/framework.md new file mode 100644 index 0000000..02dd0c2 --- /dev/null +++ b/framework.md @@ -0,0 +1,47 @@ +Proposed Framework Categories (Y-axis): +1. Storage & File System Artifacts + +Static file system analysis (encrypted/unencrypted) +Registry analysis +Database forensics + +2. Memory & Runtime Artifacts + +Memory forensics of live systems +Process analysis +Virtualization forensics + +3. Network & Communication Artifacts + +Webserver log analysis +System log analysis +PKI examination +Radio signal analysis +VoIP forensics +Network packet analysis (PCAP) + +4. Application & Code Artifacts + +Malware analysis +Darknet website source code analysis +Browser forensics +Email forensics + +5. Multimedia & Content Artifacts + +Video/image/audio authenticity analysis +Steganography detection +Content recovery + +6. Transaction & Financial Artifacts + +Blockchain payment analysis +Cryptocurrency exchange analysis +Financial transaction forensics + +7. Platform & Infrastructure Artifacts + +Mobile forensics +Cloud forensics +IoT device forensics +Social media/OSINT analysis \ No newline at end of file diff --git a/src/_layouts/base.njk b/src/_layouts/base.njk index 88b281f..a657263 100644 --- a/src/_layouts/base.njk +++ b/src/_layouts/base.njk @@ -1,3 +1,5 @@ + + @@ -28,20 +30,21 @@ - + + -
- {{ content | safe }} +
+
+ {{ content | safe }} +
+ +
+
+
+ +
+

DFIR Tools Hub

+

+ Self-hosted directory for Digital Forensics and Incident Response tools. Built for academic and lab environments. +

+
+ + +
+

Quick Links

+ +
+
+ +
+

+ © 2025 DFIR Lab. Open source under MIT License. +

+
+
+
+