CheckPoint Security Gateway (firewall) and Security Management password hashes
#4
Thanks guys, you are welcome.

Just a minor addition: The hash for the expert mode on both SPLAT and the Gaia platform can also be found in /boot/grub/grub.conf.

[Expert@cpsplat]# grep password grub.conf
password --md5 $1$^BZBBABB$ICuFdZqgMooVF7CMBaX8x0


Once again you can check it with the -500 hashcat mode (make sure you use quotes because of the special chars in the hash).

oclHashcat64.exe -a 3 "$1$^BZBBABB$ICuFdZqgMooVF7CMBaX8x0" -m 500 hashcat!

When you are changing the expert password in the cp_shell (set expert-password) make sure you do a "save config" after that. Otherwise the expert password hash is not saved into the initial_db (Gaia).

Cheers Maarten


Messages In This Thread
RE: CheckPoint Security Gateway (firewall) and Security Management password hashes - by emvee - 06-14-2015, 08:56 PM