Parsing a Potfile
#5
You'll probably have to invent something, then, based on principles like:

* If a hash:plain pair has more than one colon and isn't HEX-encoded, separate it out into its own file, then use a 'rev | cut | rev' pipeline to extract the plains
* For all other hash:plain pairs where the hash is of fixed length, separate them out by length of hash, and extract the plains
* Recrack them all with mdxfind, then use mdsplit to pull out the ones that are verified
* Figure out how to process the remainder
~


Messages In This Thread
Parsing a Potfile - by Scriptmonkey_ - 12-11-2018, 01:49 PM
RE: Parsing a Potfile - by DanielG - 12-11-2018, 03:23 PM
RE: Parsing a Potfile - by royce - 12-11-2018, 05:55 PM
RE: Parsing a Potfile - by Scriptmonkey_ - 12-12-2018, 08:47 PM
RE: Parsing a Potfile - by royce - 12-12-2018, 09:29 PM
RE: Parsing a Potfile - by mtnsec - 12-18-2018, 08:00 PM