Skip to content

Commit

Permalink
refactor: sync with origin/main
Browse files Browse the repository at this point in the history
  • Loading branch information
KarelZe committed Jan 7, 2024
2 parents 996b0a9 + 9dead97 commit 8ec80e6
Show file tree
Hide file tree
Showing 22 changed files with 15 additions and 171 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand All @@ -17,6 +19,8 @@ jobs:
- name: Build binary 🔢
run: pyinstaller "main.spec"
- name: Run conversion ↩️
run: .\dist\ms_teams_parser.exe -f ".\testdata\John Doe\IndexedDB\https_teams.microsoft.com_0.indexeddb.leveldb" -o "current_output.json"
run: |
.\dist\ms_teams_parser.exe -f ".\forensicsim-data\jane_doe_old_teams\IndexedDB\https_teams.microsoft.com_0.indexeddb.leveldb" -o "jane_doe.json"
.\dist\ms_teams_parser.exe -f ".\forensicsim-data\john_doe_old_teams\IndexedDB\https_teams.microsoft.com_0.indexeddb.leveldb" -o "john_doe.json"
# - name: Calculate diff 👽
# run: git diff --no-index --word-diff expected_output/john_doe.json current_output.json
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
[submodule "utils\\ccl_chrome_indexeddb"]
path = utils\\ccl_chrome_indexeddb
url = https://github.com/cclgroupltd/ccl_chrome_indexeddb/
[submodule "forensicsim-data"]
path = forensicsim-data
url = https://github.com/KarelZe/forensicsim-data.git
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ either be processed by the Autopsy Plugin or in another application.
The main parser script can be used like this:

```bash
.\dist\ms_teams_parser.exe -f ".\testdata\John Doe\IndexedDB\https_teams.microsoft.com_0.indexeddb.leveldb" -o "C:\Temp\John Doe.json"
.\dist\ms_teams_parser.exe -f ".\forensicsim-data\john_doe_old_teams\IndexedDB\https_teams.microsoft.com_0.indexeddb.leveldb" -o "john_doe.json"
```

Feel free to use the LevelDB files provided in this repository.
Expand Down
1 change: 1 addition & 0 deletions forensicsim-data
Submodule forensicsim-data added at 68a144
20 changes: 5 additions & 15 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
altgraph==0.17.4
beautifulsoup4==4.9.3
chardet==4.0.0
click==8.0.4
colorama==0.4.6
dataclasses-json==0.6.3
marshmallow==3.20.1
mypy-extensions==1.0.0
packaging==23.2
pyfiglet==1.0.2
pyinstaller==6.3.0
pyinstaller-hooks-contrib==2023.12
soupsieve==2.5
typing-inspect==0.9.0
typing_extensions==4.9.0
chardet~=4.0.0
pyfiglet~=0.8.post1
colorama~=0.4.4
beautifulsoup4~=4.9.3
click~=8.0.1
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Empty file.

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Empty file.

This file was deleted.

This file was deleted.

Binary file not shown.
39 changes: 0 additions & 39 deletions utils/test.py

This file was deleted.

0 comments on commit 8ec80e6

Please sign in to comment.