Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.
/ sonargrep Public archive

[NOT WORKING ANYMORE] Grep Rapid7's Opendata on the fly (http/https)

License

Notifications You must be signed in to change notification settings

ilyaglow/sonargrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

sonargrep

Install

go install github.com/ilyaglow/sonargrep

Usage

Grep IPs from sonar.https dataset that contain wordpress in their response body without saving a 50GB file to the disk:

curl -L -s https://opendata.rapid7.com/sonar.https/2018-04-24-1524531601-https_get_443.json.gz \
    | sonargrep -w wordpress -i \
    | jq -r '.ip'

About

[NOT WORKING ANYMORE] Grep Rapid7's Opendata on the fly (http/https)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages