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
26 stars 9 forks source link

Add `IPRange::Glob#first` and `IPRange::Glob#last` #476

Closed postmodern closed 7 months ago

postmodern commented 7 months ago

Add IPRange::Glob#first and IPRange::Glob#last to match IPRange::CIDR.

postmodern commented 7 months ago

Implemented in 70aca06.