blacklanternsecurity / bbot

A recursive internet scanner for hackers.
https://www.blacklanternsecurity.com/bbot/
GNU General Public License v3.0
4.58k stars 414 forks source link

Better IP Address Regexes #1399

Closed colin-stubbs closed 4 months ago

colin-stubbs commented 4 months ago

Addresses issue #1397

Improves ipv6_regex Adds ipv4_regex Adds ip_range_regexes Adds type assocation for IP_ADDRESS and IP_RANGE to event_type_regexes Add testing for IP_ADDRESS and IP_RANGE type regexes.

TheTechromancer commented 4 months ago

Looks good! Approved.