ronin-rb / ronin-support

A support library for Ronin. Like activesupport, but for hacking!
https://ronin-rb.dev
GNU Lesser General Public License v3.0
25 stars 9 forks source link

Add regexs for validating IP-glob ranges #473

Closed postmodern closed 5 months ago

postmodern commented 5 months ago

Add regex constants for validating IPv4 and IPv6 IP-glob range strings (ex: 1.1-10.2,4,8.*). Must also match IPv4 mapped IPv6 addresses (ex: ffff:1.2.3.4).

postmodern commented 5 months ago

Implemented by 70f2d1f.