hashcat Forum

Full Version: how do i do this?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
how do i merge 7.3gb words into 1 wordlist to remove all duplicated words?
cat list1 list2 | sort -u -o output
UUoC.

Code:
sort -u -o output list1 list2
Sorry but is there a video or text guide? i having trouble doing it Confused
Something tells me you have no business cracking passwords...
(01-21-2016, 10:13 PM)epixoip Wrote: [ -> ]Something tells me you have no business cracking passwords...

Yeah lol, i'm a beginner. I just started using hashcat a week ago :/
You should probably learn how to use your operating system first.
(01-21-2016, 10:37 PM)epixoip Wrote: [ -> ]You should probably learn how to use your operating system first.

Well, maybe if theres a guide it would be easier for me.. I don't think im a fully experienced hacker/cracker as i just downloaded hashcat a week ago...
(01-21-2016, 10:37 PM)epixoip Wrote: [ -> ]You should probably learn how to use your operating system first.

Thanks for the linux command bruh, im on windows
They aren't "linux" commands "bruh." I use that command on Windows nearly every day.
Pages: 1 2