Skip to content

Instantly share code, notes, and snippets.

@iAnatoly
Created April 18, 2022 17:43
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