Skip to content

Commit

Permalink
Fixes #3: First traffic collection on the web (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
baltpeter authored Sep 30, 2024
1 parent a901551 commit 4d00eba
Show file tree
Hide file tree
Showing 9 changed files with 10,923 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ monkey-july-2023/data/results-ios
monkey-july-2023/data/monkey-july-2023.db
monkey-april-2024/data/monkey-april-2024.db
monkey-april-2024/data/results-android
web-monkey-september-2024/data/results
web-monkey-september-2024/data/web-monkey-september-2024.db

# Created by https://www.toptal.com/developers/gitignore/api/linux,macos,windows,visualstudiocode,jetbrains+all,sublimetext,node
# Edit at https://www.toptal.com/developers/gitignore?templates=linux,macos,windows,visualstudiocode,jetbrains+all,sublimetext,node
Expand Down
8 changes: 8 additions & 0 deletions web-monkey-september-2024/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Generic web no-interaction and monkey traffic collection September 2024

Issue thread: https://github.com/tweaselORG/experiments/issues/3

Scripts:

* `run.ts`: Run an analysis. Traffic is stored in `*.har`, additional metadata in `*-meta.json`.
* `export-to-database.ts`: Export the results to an SQLite database for data.tweasel.org.
Loading

0 comments on commit 4d00eba

Please sign in to comment.