Releases: intentionet/netconan
Releases · intentionet/netconan
Netconan 0.12.3
Netconan 0.12.2
Release Notes
Notable features and improvements added in this release:
- Fixed IP-map dumping (
-d
) (#165), thanks @Yoo33! - Fixed de-anonymization (
-u
) (#160) - More Fortinet sensitive line support (#158), thanks @ryanmerolle!
- More Arista and NXOS sensitive line support (#162)
- IP addresses are anonymized in more contexts, e.g.
object_name_10.10.10.10
(#159) - Updated reserved token list to match Batfish (#163, #166)
Netconan 0.12.1
Notable features and improvements added in this release:
- Add password recognition for Fortinet
password ENC <hash>
(#152). Thanks, @ryanmerolle!
Netconan 0.12.0
Release Notes
Notable features and improvements added in this release:
- Host bits can now be preserved with the
--preserve-host-bits
option (#150)- This enables important network structure to be preserved like point-to-point IPv4 /30 links or NAT pools
- This option is enabled by default and preserves the last 8 bits
- Note: this changes
netconan
default behavior (previously the last octet was anonymized by default), this new behavior can be disabled by setting preserve host bits to 0:--preserve-host-bits 0
- Reserved tokens list was updated to match current tokens used by Batfish (#149)
- Sensitive words are now anonymized in a case-sensitive way (#148)
- All cases still match and are considered sensitive, but different cases like
Sensitive
versussensitive
will be anonymized uniquely
- All cases still match and are considered sensitive, but different cases like
netconan
's version can be checked with the--version
flag (#146)
Netconan 0.11.3
Release Notes
Notable features and improvements added in this release:
- IP addresses are anonymized in more contexts, including PAN hierarchical format e.g.
address 10.10.10.10;
(#144)
Netconan 0.11.2
Release Notes
Notable features and improvements added in this release:
- Reserved words are no longer anonymized when they contain sensitive words (#139)
Netconan 0.11.1
Netconan 0.11.0
Release Notes
Notable features and improvements added in this release:
- Support skipping user-specified addresses and networks when anonymizing IP addresses (#129)
Netconan 0.10.2
Netconan 0.10.1
Release Notes
Notable features and improvements added in this release:
- Clearer help text for
-c
argument (#118)