psypanda / hashID

Software to identify the different types of hashes -
http://psypanda.github.io/hashID
1.35k stars 183 forks source link

Feature request: passwd/shadow raw file support #14

Closed akhepcat closed 10 years ago

akhepcat commented 10 years ago

Just a small change to the regex's, where applicable, ala: Prototype( regex=re.compile(r'^\$1\$[a-z0-9\/.]{0,8}\$[a-z0-9\/.]{22}(:.*)?$', re.IGNORECASE),

...note the "(:.*)?" before the EOL terminator? that lets me use raw passwd+shadow files, without any preprocessing.

psypanda commented 10 years ago

this feature is available in the latest commit and will be available in the next release (v2.9.4). thank you for your contribution