[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#965084: ITP: golang-github-malfunkt-iprange -- IPv4 address parser for the nmap format



Package: wnpp
Severity: wishlist
Owner: Francisco Vilmar Cardoso Ruviaro <francisco.ruviaro@riseup.net>
X-Debbugs-Cc: debian-devel@lists.debian.org, francisco.ruviaro@riseup.net

* Package name    : golang-github-malfunkt-iprange
  Version         : 0.9.0
  Upstream Author : José Nieto <https://menteslibres/xiam>
                    Arturo Vergara <hello@arturovm.me>
* URL             : https://github.com/malfunkt/iprange
* License         : Expat
  Programming Lang: Go
  Description     : IPv4 address parser for the nmap format

IPrange is a library can use to parse IPv4 addresses from a string
in the nmap format.
.
IPrange takes a string, and returns a list of Min-Max pairs, which
can then be expanded and normalized automatically by the package.
.
Supported Formats:
 - 10.0.0.1
 - 10.0.0.0/24
 - 10.0.0.*
 - 10.0.0.1-10
 - 10.0.0.1, 10.0.0.5-10, 192.168.1.*, 192.168.10.0/24

Reply to: