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 enumerate `0-ffff` for `*` in IPv6 glob ranges #486

Closed postmodern closed 4 months ago

postmodern commented 4 months ago

IPRange::Glob#each should enumerate 0-ffff when an IPv6 glob range includes *. Currently it enumerates 0-ff for IPv6 ranges which is incorrect.