
Edgepwutil exploits a weakness in Check Point Software’s Edge line of small appliances that allows for generation of their password hash or a full reversal of the supposed one-way hash.
Usage
To generate hashes from plain text, simply run ‘edgepwutil’. It will read passwords from standard input and write hashes to standard output.
To reverse hashes back to plain text, add ‘-r’ to the command line.Hashes will then be read on stdin and plain text passwords produced on stdout.

