Closed ryanmerolle closed 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.
Thanks @ryanmerolle - we'll fix this right off!
We shipped netconan 0.12.1 with this fix: https://pypi.org/project/netconan/0.12.1/
fortinet passwords are encrypted in config, using the following syntax:
Netconan outputs the following after it anonymizes the password:
The has is not removed by the ENC syntax is (IE this is just stating Encrypted hash to follow.