03-29-2024 01:30 PM
Hello, I have a bunch of devices that I have to check on for a "Type 7 password" configured on them. How would I check the config for a "Type 7 password? What commands would I used to find that out?
Thanks,
Solved! Go to Solution.
03-29-2024 01:44 PM
Hello @ZohaibAli4149 ,
you can issue the command show running-config | include password
You should get an output like this:
username admin privilege 15 password 7 096F441A9A0A469059
password 7 01301F275804515D74
The first line of output is clear - you can have type 7 passwords in username configuration.
The second line doesn't provide much context to help you pinpoint the place where the command is. This command is located in the line vty configuration.
Hope this helps.
03-29-2024 01:44 PM
Hello @ZohaibAli4149 ,
you can issue the command show running-config | include password
You should get an output like this:
username admin privilege 15 password 7 096F441A9A0A469059
password 7 01301F275804515D74
The first line of output is clear - you can have type 7 passwords in username configuration.
The second line doesn't provide much context to help you pinpoint the place where the command is. This command is located in the line vty configuration.
Hope this helps.
03-30-2024 04:58 PM
You probably need to walkthrough the config and verify all of it, and if you need to reverse it you can use this https://github.com/theevilbit/ciscot7
04-01-2024 01:32 AM - edited 04-01-2024 01:33 AM
Hello ZohaibAli4149,
If you give the command "service password-encryption" command in Global mode...this enables all your router passwords will bet encrypted by MD-7
First document all your passwords...like enable password, console password and vty password then give the following command:
Rourter/Switch (config)# service password-encryption
you can verify with show running-config command in privileged mode
Router/Switch# show running-config
Best regards
******* If This Helps, Please Rate *******
04-01-2024 02:03 AM
show run | include _7_
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide