Skip to content

Instantly share code, notes, and snippets.

@iAnatoly
Created April 18, 2022 17:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iAnatoly/b2bf69b23dd3b416a5f110c4f1163456 to your computer and use it in GitHub Desktop.
Save iAnatoly/b2bf69b23dd3b416a5f110c4f1163456 to your computer and use it in GitHub Desktop.
IP recon
go install -v github.com/projectdiscovery/dnsx/cmd/dnsx@latest
go install -v github.com/projectdiscovery/subfinder/v2/cmd/subfinder@latest
brew install ipinfo-cli
./go/bin/subfinder -d google.com | ./go/bin/dnsx -resp-only | ipinfo summarize
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment