1Cracking RACF DES hashes with JtR
2=================================
3
41. Run racf2john on RACF database files.
5
6E.g. $ ../run/racf2john racf_database > hashes
7
82. Run john on the output of racf2john.
9
10E.g. $ ../run/john hashes
11
12
13Other useful RACF utilities
14===========================
15
16* https://www.nigelpentland.co.uk/utilities/ (includes RACFSNOW, racfmask, and racfunmask)
17
18* https://github.com/zedsec390/masking (unmasks pre-DES RACF masked password hashes)
19