Let's troubleshoot... We also do trainings .. Checkout our training page https://asame2.blogspot.com/p/we-also-deliver-trainings.html

Featured Post

How to generate a CSR on Cisco ASA using CLI? CSR- (Certificate signing request)

First thing we need is an RSA key pair:   crypto key generate rsa label SSL-Key modulus 1024 noconfirm Create a trust-point crypto ca...

Recent Comments

Recent Post

Monday 4 February 2019

How to retrieve expert password on checkpoint via CLI? Forgot my checkpoint expert password.


This happened to me and I want to make sure I share it with you so that you can fix it by yourself.

I forgot my "expert" password and needed to reset it.

What you need to do is:
login to the device with admin/root credentials:
checkpoint-fw-raj> show configuration

Run command "show configuration", look at the very bottom and look for this command:

set user admin password-hash $1$6LgE8X45fg23987hgjsi34/234sak

Now set your expert password hash to the same value as admin:


set expert-password-hash $1$6LgE8X45fg23987hgjsi34/234sak

Now duplicate your putty session and login again with admin. Try to go to expert mode now, but use your "admin" user password.

You should be in. Its time to change your expert password now:
set expert-password ---- hit Enter
Current password:
New password:
New password (Again):


checkpoint-fw-raj> save config

Enjoy!

0 comments: