Skip to content

Commit

Permalink
feat: sync with origin/main
Browse files Browse the repository at this point in the history
  • Loading branch information
KarelZe committed Jan 8, 2024
2 parents cfff8f3 + 2e529d5 commit 30a83ff
Show file tree
Hide file tree
Showing 22 changed files with 6 additions and 4,030 deletions.
6 changes: 0 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
[submodule ".\\utils\\ccl_chrome_indexeddb"]
path = .\\utils\\ccl_chrome_indexeddb
url = https://github.com/cclgroupltd/ccl_chrome_indexeddb/
[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
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,19 +102,6 @@ pyinstaller "main.spec"

# Utility Scripts for handling LevelDB databases:

## Forensics.im LevelDB Scout
This repository includes a script called `scout_leveldb.py`, which allows to search and browse a *LevelDB* in a very
basic manner. This script can come in handy, if you are trying to see if a certain entry exists in the database or want
to perform some manual data analysis. To open a database within the GUI, simply click on File -> Open LevelDB. Loading
the database can take a seconds, so please be patient, as there is currently no progress bar implemented.

![Autopsy Module](img/leveldb_scout.PNG)

You can run the script like this:
```
python scout_leveldb.db
```

## dump_leveldb.py
This script allows dumping a *Microsoft Teams LevelDB* to a json file, without processing it further. The usage is
as following. Simply specify the path to the database and where you want to output the JSON file.
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
beautifulsoup4~=4.9.3
chardet~=4.0.0
click~=8.0.1
chromedb @ git+https://github.com/karelze/ccl_chrome_indexeddb@master
colorama~=0.4.4
pause~=0.3
pyautogui~=0.9.54
Expand Down
141 changes: 0 additions & 141 deletions utils/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion utils/ccl_chrome_indexeddb/.gitignore

This file was deleted.

119 changes: 0 additions & 119 deletions utils/ccl_chrome_indexeddb/Chromium_dump_local_storage.py

This file was deleted.

Loading

0 comments on commit 30a83ff

Please sign in to comment.