Skip to content

Instantly share code, notes, and snippets.

@cham423
Created November 23, 2021 02:46
Show Gist options
  • Save cham423/12c154045e674c31ee5f2d819976647a to your computer and use it in GitHub Desktop.
Save cham423/12c154045e674c31ee5f2d819976647a to your computer and use it in GitHub Desktop.
Extract IPs from Aquatone JSON
cat aquasily_session.json | jq '.pages[].addrs[]' | tr -d '"' | sort -u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment