Created
November 23, 2021 02:46
-
-
Save cham423/12c154045e674c31ee5f2d819976647a to your computer and use it in GitHub Desktop.
Extract IPs from Aquatone JSON
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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