Skip to content

int0x80/getsonar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages