files .hc22000 -multi file
#1
Hello

Is it possible to combine files from handshake hc.22000 into one multi file?
Reply
#2
Yes, you can just copy-paste the hashes into a file, one per line like:
hash1
hash2
hash3
...
Reply
#3
(09-12-2024, 09:13 PM)penguinkeeper Wrote: Yes, you can just copy-paste the hashes into a file, one per line like:
hash1
hash2
hash3
...

how to do it in The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) linux, I once did it with hccapx files but I forgot and I can't find info in google Smile
Reply
#4
Code:
$ cat file1.hc22000 file2.hc22000 file3.hc22000 > all.hc22000
https://linuxize.com/post/linux-cat-command/
Reply