Created
April 24, 2018 19:59
-
-
Save picatz/80f9bebd931d7c27a4895f3ed70f4ff8 to your computer and use it in GitHub Desktop.
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
| require "flareon" | |
| domain = "google.com" | |
| ip_addresses = Flareon.resolve_all(domain) | |
| puts "Found #{ip_addresses.count} different IPs for #{domain}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment