how do i do this? - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: General Help (https://hashcat.net/forum/forum-8.html) +--- Thread: how do i do this? (/thread-5069.html) Pages:
1
2
|
how do i do this? - dotexe v2 - 01-21-2016 how do i merge 7.3gb words into 1 wordlist to remove all duplicated words? RE: how do i do this? - undeath - 01-21-2016 cat list1 list2 | sort -u -o output RE: how do i do this? - epixoip - 01-21-2016 UUoC. Code: sort -u -o output list1 list2 RE: how do i do this? - dotexe v2 - 01-21-2016 Sorry but is there a video or text guide? i having trouble doing it RE: how do i do this? - epixoip - 01-21-2016 Something tells me you have no business cracking passwords... RE: how do i do this? - dotexe v2 - 01-21-2016 (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 :/ RE: how do i do this? - epixoip - 01-21-2016 You should probably learn how to use your operating system first. RE: how do i do this? - dotexe v2 - 01-21-2016 (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... RE: how do i do this? - dotexe v2 - 01-21-2016 (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 RE: how do i do this? - epixoip - 01-21-2016 They aren't "linux" commands "bruh." I use that command on Windows nearly every day. |