[Python] Split LM hashes
#2
Code:
sed -rn 's/(.{16})(.{16})/\1\n\2/p' hashfile
Reply


Messages In This Thread
[Python] Split LM hashes - by Mem5 - 09-24-2012, 09:45 PM
RE: [Python] Split LM hashes - by epixoip - 09-25-2012, 05:35 AM
RE: [Python] Split LM hashes - by james123 - 09-25-2012, 10:38 AM
RE: [Python] Split LM hashes - by epixoip - 09-25-2012, 12:06 PM
RE: [Python] Split LM hashes - by Mem5 - 09-25-2012, 07:28 PM
RE: [Python] Split LM hashes - by KT819GM - 09-25-2012, 07:46 PM