ciscoPWDhasher
ciscoPWDhasher copied to clipboard
A Python Cisco IOS, IOS-XE and NX-OS password hashing tool
I like the program and was wondering if anyone has had the opportunity to convert this program into an exe using py2exe. It would be a nice to have.
I have tried this C2960X and even when the hash is created fine the SW doesn't accepts it as valid. Cisco-2960X(config)#username test privilege 15 secret 5 $1$Oh9i$VEEjjTMjnWVl18hXNoNjR. ERROR: The secret...
How to implement the second type 8 pwd shown in the cisco documentation? Example : R1(config)# username yasser algorithm-type sha256 secret cisco R1# show running-config | inc username username yasser...
When using this python script the switch will not accept the calculated hash ```bash # Program output [3] Type 8 (PBKDF2-HMAC-SHA256) [4] Type 9 (Scrypt) [5] Exit Your selection: 4...
Cisco ASA 9.5 added a new SHA512-based pbkdf2 password hash. This one isn't technically numbered, but I think it's informally referred to as type 10? I replied to your comment...
While a leading space is not allowed in the password prompt, the script still accepts passwords with spaces after a legal character has been entered. This includes TABs. This is...