Skip to content

Commit

Permalink
refactor: link to ccl_chrome_indexeddb as external dependency⚒️ (#39)
Browse files Browse the repository at this point in the history
* refactor: link to ccl_chrome_indexeddb as submodule

* feat: remove submodule

* feat: link custom version of ccl_chrome_indexeddb

* refactor: import chromedb instead of submodule

* refactor: fix download of git dependency

* refactor: fix download of git dependency
  • Loading branch information
KarelZe authored Jan 8, 2024
1 parent 613d537 commit 2e529d5
Show file tree
Hide file tree
Showing 19 changed files with 6 additions and 3,810 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
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.

100 changes: 0 additions & 100 deletions utils/ccl_chrome_indexeddb/Chromium_dump_session_storage.py

This file was deleted.

Loading

0 comments on commit 2e529d5

Please sign in to comment.