|
|
@ -24,17 +24,21 @@ before sharing.
|
|
|
|
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
|
|
|
|
The following command will build the necessary docker image, then run it
|
|
|
|
First build the docker container for the tool
|
|
|
|
against the signal config directory you point it to, and dump the output to
|
|
|
|
|
|
|
|
./output/table.csv:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$ ./run.sh -c ~/.config/Signal
|
|
|
|
$ ./build.sh
|
|
|
|
|
|
|
|
Sending build context to Docker daemon 716.3kB
|
|
|
|
Sending build context to Docker daemon 380.4kB
|
|
|
|
|
|
|
|
Step 1/12 : FROM archlinux:base-20241110.0.278197
|
|
|
|
Step 1/12 : FROM archlinux:base-20241110.0.278197
|
|
|
|
---> 8f94599caa7b
|
|
|
|
---> 8f94599caa7b
|
|
|
|
...
|
|
|
|
[...]
|
|
|
|
|
|
|
|
Successfully built 1c3e3a1b45f5
|
|
|
|
Successfully tagged sigint:latest
|
|
|
|
Successfully tagged sigint:latest
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The following command will run the analysis against the signal config directory
|
|
|
|
|
|
|
|
you point it to, and dump the output to ./output/table.csv:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$ ./run.sh -c ~/.config/Signal
|
|
|
|
|
|
|
|
|
|
|
|
INFO:main:writing message count table to /output/table.csv
|
|
|
|
INFO:main:writing message count table to /output/table.csv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|