Releases: projectdiscovery/mapcidr
Releases · projectdiscovery/mapcidr
v1.0.1
What's Changed
- Added IP Matcher / Filter from CIDR by @LuitelSamikshya in #87
$ mapcidr -cidr 192.168.1.0/24 -mi ip_list_to_match.txt
$ mapcidr -cidr 192.168.1.224/28 -fi ip_list_to_filter.txt
- Added IP Encoding support by @Mzack9999 in #85
$ echo 127.0.1.0 | mapcidr -if 0 -silent
127.0.1.0
127.1
0177.0.01.0
0x7f.0x0.0x1.0x0
0x7f000100
0xabfa659dfa7f000100
281472812450048
111111111111111101111111000000000000000100000000
0x7f.0.01.0x0
::ffff:7f00:0100
%31%32%37%2E%30%2E%31%2E%30
127.000.001.000
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- Added support for IPv4 <=> v6 converscation (
-t4
/-t6
) by @Mzack9999 in #70 - Added support for IPv4 / IPv6 filter in given list (
-f4
/-f6
) by @Mzack9999 in #70 - Added support for counting hosts in given CIDR(S) (
-c
,-count
) by @M09Ic in #67 - Added support input IP/CIDR sort and reverse sort (
-s
/-rs
) by @M09Ic in #62 - Added support for sparse IP/CIDR aggregation (
-aa
,-aggregate-approx
) by @M09Ic in #61 - Added support for file/comma-separated input and merged
cidr
andlist
cli flag by @LuitelSamikshya in #78
New Contributors
Full Changelog: v0.0.9...v1.0.0
v0.0.9
What's Changed
- Added goflags support by @LuitelSamikshya in #39
- Added flags to skip base and broadcast ips by @Mzack9999 in #45
Full Changelog: v0.0.8...v0.0.9
v0.0.8
v0.0.7
v0.0.6
v0.0.5
v0.0.4
v0.0.3
Minor fix.