A script to download the latest Project Sonar dataset. Some configuration required.
-
Install dependencies.
-
Clone this repo.
git clone --depth=1 https://github.com/int0x80/getsonar.git cd getsonar
-
Configure the
API_KEY
andOUTPUT_DIR
. -
Run
./getsonar.sh
Installing dependencies with apt
.
apt install -y ca-certificates curl jq lftp
Configure the API_KEY
and OUTPUT_DIR
variables as desired.
API_KEY
is a free key granted by Project Sonar in a uuid format (example:a3f2a134-901f-4d55-a674-298324773933
).OUTPUT_DIR
is a filesystem directory where you'd like results saved.
Parse Project Sonar datasets with inetdata-parsers by HD Moore.