intentionet / netconan

netconan - a Network Configuration Anonymizer
Apache License 2.0
145 stars 12 forks source link

incorrect fortinet password removal #151

Closed ryanmerolle closed 3 years ago

ryanmerolle commented 3 years ago

fortinet passwords are encrypted in config, using the following syntax:

set password ENC <hash>

Netconan outputs the following after it anonymizes the password:

set password netconanRemoved0 <hash>

The has is not removed by the ENC syntax is (IE this is just stating Encrypted hash to follow.

dhalperi commented 3 years ago

Thanks @ryanmerolle - we'll fix this right off!

dhalperi commented 3 years ago

We shipped netconan 0.12.1 with this fix: https://pypi.org/project/netconan/0.12.1/