Created
April 18, 2022 17:43
-
-
Save iAnatoly/b2bf69b23dd3b416a5f110c4f1163456 to your computer and use it in GitHub Desktop.
IP recon
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
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