This website uses cookies essential to its operation, for analytics, and for personalized content. By continuing to browse this site, you acknowledge the use of cookies. For details on cookie usage on our site, read our Privacy Policy
Looking for some guidance on how to create a prototype to pull IPv6 addresses from a hosted CSV/txt file.
Currently I have IPv4 working:
Here's what I have for IPv6 but it isn't working. I've messed around with many different IPv6 regex with no luck. Any chance there's another way to mine IPv6 from a list that doesn't require regex?
Examples of web hosted lists:
https://www.cloudflare.com/ips-v4
https://www.cloudflare.com/ips-v6
(note: the cloudflare links are examples, I am actually pulling from internal lists presented in the same style)
Any help or guidance would be appreciated.
-Mike
... View more