From fb47720d74539b25f8a6bad00327ce3f7bc7de52 Mon Sep 17 00:00:00 2001 From: Ahzek Date: Tue, 15 Apr 2025 16:07:50 +0200 Subject: [PATCH] Initial structure set up --- .idea/.gitignore | 8 ++++ .idea/DIF_Team_13.iml | 8 ++++ .idea/inspectionProfiles/Project_Default.xml | 44 +++++++++++++++++++ .../inspectionProfiles/profiles_settings.xml | 6 +++ .idea/misc.xml | 7 +++ .idea/modules.xml | 8 ++++ .idea/vcs.xml | 6 +++ README.md | 22 +++++++--- uebung_02/.gitkeep | 0 9 files changed, 103 insertions(+), 6 deletions(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/DIF_Team_13.iml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 uebung_02/.gitkeep diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/DIF_Team_13.iml b/.idea/DIF_Team_13.iml new file mode 100644 index 0000000..f571432 --- /dev/null +++ b/.idea/DIF_Team_13.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..85e24af --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,44 @@ + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..db8786c --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..1f117f7 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index 5f629e2..7aae959 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,17 @@ -# DIF_Team_13 - +# DIF_Team_13 + Das hier ist das Repository von Team 13: -Eric Lehmann -Markus Winklhofer -Yodkhatha Bick -Niklas Heringer \ No newline at end of file +Eric Lehmann, +Markus Winklhofer, +Yodkhatha Bick, +Niklas Heringer + +## Allgemeine Übungsstruktur: +Datei/Ordner | Inhalt +📄 logbuch.md | Chronologische Dokumentation der Arbeitsschritte, Beobachtungen, Fazit +📄 tools.md | Verwendete Tools und Befehle, inklusive Versionen +📄 ergebnisse.md | Wichtige Funde, kurze Auswertung +📄 hashes.txt | Prüfsummen der gesicherten Dateien +📁 evidenz/ | Forensische Daten: Dumps, Kopien, Bilder etc. +📁 screenshots/ | Relevante Screenshots mit kurzer Beschreibung im Dateinamen +📁 exporte/ | Ausgaben von Tools wie Volatility, Autopsy, etc. \ No newline at end of file diff --git a/uebung_02/.gitkeep b/uebung_02/.gitkeep new file mode 100644 index 0000000..e69de29