Skip to content

How to Generate a Juniper SSG Netscreen hash and how to reverse it back to MD5

License

Notifications You must be signed in to change notification settings

bensooter/NetscreenHash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

NetscreenHash

Small Python 3 script with two functions for dealing with Juniper SSG Netscreen hashes.

makepass(user, password) allows the user to generate a Juniper Netscreen SSG style hash.

reversetomd5(knownhash) reverses the Netscreen hash to a standard salted MD5 hash.

reversetomd5(knownhash) has been implemented in Hashcat as mode 22 for the purposes of needing to crack a hash.

Thanks to phillips321 for figuring this out.

About

How to Generate a Juniper SSG Netscreen hash and how to reverse it back to MD5

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages