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

Fix `IPRange::Glob#each` to include IPs ending with `.0` and `.255` #485

Closed postmodern closed 4 months ago

postmodern commented 4 months ago

When IPRange::Glob#each enumerates a A.B.C.* glob range it should include the addresses A.B.C.0 and A.B.C.255.