/getsonar

Primary LanguageShellDo What The F*ck You Want To Public LicenseWTFPL

getsonar

A script to download the latest Project Sonar dataset. Some configuration required.

Usage

  1. Install dependencies.

  2. Clone this repo.

    git clone --depth=1 https://github.com/int0x80/getsonar.git
    cd getsonar
  3. Configure the API_KEY and OUTPUT_DIR.

  4. Run

    ./getsonar.sh

Dependencies

Installing dependencies with apt.

apt install -y ca-certificates curl jq lftp

Configuration

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.

References

Parse Project Sonar datasets with inetdata-parsers by HD Moore.