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 `IPRange::Glob#===` #479

Closed postmodern closed 4 months ago

postmodern commented 4 months ago

Add a method to IPRange::Glob that checks if another CIDR or glob range is a sub-set of the IP glob range.

postmodern commented 4 months ago

Implemented in f94ea1b.