Get the IPs Ghost Inspector uses from their API. 🤘
Created
November 10, 2021 22:01
-
-
Save shawnbot/613385d88f0c263337c63bd7648c6fe9 to your computer and use it in GitHub Desktop.
Ghost Inspector IPs
This file contains 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
#/bin/bash | |
curl -s "https://api.ghostinspector.com/v1/test-runner-ip-addresses" \ | |
| jq -r '.data|values|.[]|.ips|.[]' \ | |
| sort |
This file contains 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
13.244.136.56 | |
13.244.48.162 | |
13.53.114.221 | |
13.53.164.156 | |
15.161.196.95 | |
15.161.220.58 | |
15.185.63.107 | |
15.185.63.176 | |
18.162.186.232 | |
18.162.226.126 | |
52.198.43.160 | |
52.198.43.67 | |
52.20.108.143 | |
52.201.131.218 | |
52.205.11.111 | |
52.210.234.253 | |
52.210.60.111 | |
52.220.124.147 | |
52.220.131.87 | |
52.29.147.57 | |
52.4.55.112 | |
52.47.157.89 | |
52.47.76.126 | |
52.52.37.140 | |
52.56.51.140 | |
52.56.60.61 | |
52.57.15.241 | |
52.60.48.246 | |
52.60.90.232 | |
52.62.56.25 | |
52.63.16.151 | |
52.66.144.183 | |
52.66.94.141 | |
52.67.38.171 | |
52.67.99.152 | |
52.78.158.117 | |
52.78.175.144 | |
52.9.221.14 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment