Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post Author Forum [desc] Replies Views Posted
    Thread: ULM Replacement ?
Post: RE: ULM Replacement ?

This is not a scripting forum, but... uniq's -u option is used when only unique lines are to be kept. Try: Code: -- uniq test.txt -- Note that uniq won't work probably if the file wasn't sorted. ...
M@LIK General Talk 18 39,381 06-10-2012, 01:07 PM
    Thread: Extracting the passwords from a multiple file wordlist (sed & grep).
Post: RE: Extracting the passwords from a multiple file ...

Optimization? Code: -- type *.* | sed '/pass=/I!d;s/pass=\(.*$\)/\1/I;s/^[ \t]*//;s/[ \t]*$//' | sort | uniq -c | sort -nr | cut -c9- > wordlist_FINAL.txt --
M@LIK General Talk 12 30,913 06-14-2012, 07:35 PM
    Thread: Extracting the passwords from a multiple file wordlist (sed & grep).
Post: RE: Extracting the passwords from a multiple file ...

Agreed. Thanks for the input.
M@LIK General Talk 12 30,913 06-14-2012, 09:34 PM
    Thread: Working with tab/comma/pipe delimited files (more sed).
Post: RE: Working with tab/comma/pipe delimited files (m...

Since this is not about hash-cracking, I believe this is not the right place to discuss it. However, I don't mind helping you: awk is the best tool for this job, on Windows using gawk: Code: -- ...
M@LIK General Talk 5 17,215 06-18-2012, 07:41 PM
    Thread: [HowTo] Depot oclHashcat-plus's hashcat.pot perfectly
Post: [HowTo] Depot oclHashcat-plus's hashcat.pot perfec...

Hi, I figured out this great way to depot passwords from your hashcat.pot file from: Hash[:Salt]:Password to Password only. This way doesn't mess up with passwords having : in them. This method de...
M@LIK General Talk 6 18,483 06-21-2012, 08:51 PM
    Thread: Removing Bad Hashes
Post: RE: Removing Bad Hashes

Well, it always differs from one situation to another. There's no one holly command which will help you always xD
M@LIK General Talk 13 28,532 07-08-2012, 07:36 PM
    Thread: Removing Bad Hashes
Post: RE: Removing Bad Hashes

@Hash-IT (https://hashcat.net/forum/user-776.html):: Replaying to your PM too: What you want to do can be easily done using the following RegEx command: Code: -- ^00000[^0] -- This will remove any...
M@LIK General Talk 13 28,532 07-08-2012, 04:53 PM
    Thread: [Solved] dictionary cleaning
Post: RE: dictionary cleaning

He meant your dictionary file.
M@LIK General Talk 10 18,449 09-25-2012, 02:20 PM
    Thread: fgets-sse2 v0.01 released
Post: RE: fgets-sse2 v0.01 released

Text parsing... Like a boaws.
M@LIK General Talk 6 17,369 01-07-2013, 05:46 AM
    Thread: Ticket Tracing system
Post: RE: Ticket Tracing system

Firefox 18.0.1 here, everything's cool.
M@LIK General Talk 21 37,694 01-22-2013, 10:26 PM
  Thumbs Up Thread: oclHashcat-lite gtx680 benchmarks
Post: RE: oclHashcat-lite gtx680 benchmarks

Quote: -- It looks like its just that slow... -- : ( its GREAT.. at least for some1 like me.. xD is there any place where i can find most\all high-end gfx cards benchmarks??
M@LIK Hardware 23 70,083 03-30-2012, 10:33 PM
    Thread: oclHashcat-lite gtx680 benchmarks
Post: RE: oclHashcat-lite gtx680 benchmarks

atom Wrote: (03-30-2012, 11:42 PM) -- https://www.gat3way.eu/est.php -- cool.. thanks : )
M@LIK Hardware 23 70,083 03-30-2012, 11:47 PM
    Thread: 8 x AMD HD7970 @ 1050MHz
Post: RE: 8 x AMD HD7970 @ 1050MHz

I don't know why you're faster than d3ad0ne's (https://ob-security.info/files/oc2-benchmark.txt).
M@LIK Hardware 36 91,860 08-29-2012, 03:22 AM
    Thread: hashcat-lite 0.8+ AMD 7970 Work?
Post: RE: hashcat-lite + AMD 7970 Work?

-lite is oclHashcat-lite-0.10 (https://hashcat.net/oclhashcat-lite/) now!
M@LIK Hardware 4 8,947 10-09-2012, 07:15 PM
    Thread: HELP!!!
Post: RE: HELP!!!

Wolf_Blitzer Wrote: (02-10-2013, 03:35 AM) -- exus_28 Wrote: (02-09-2013, 01:41 AM) -- Ps.: Maybe put your finger in your ass and spin 900RPM, i think it will help you to talk more nicely! -- Wow....
M@LIK Hardware 28 44,389 02-10-2013, 06:28 PM
  Exclamation Thread: hashcat-utils are being detected as trojans!
Post: hashcat-utils are being detected as trojans!

Hi.. i dont know why.. but:: https://lookpic.com/O/i2/1139/9j4eqn8I.jpeg https://lookpic.com/O/i2/1139/9j4eqn8I.jpeg i downloaded them HERE (https://www.hashcat.net/files/hashcat-utils-0.5.7z).. the...
M@LIK hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 9 21,322 04-02-2012, 05:06 AM
    Thread: hashcat-utils are being detected as trojans!
Post: RE: hashcat-utils are being detected as trojans!

yea.. thats what i thought all along.. i noticed this couple of days ago.. but i didnt bother reporting it.. cause it was obvious.. i just thought that u could do something about it.. coz its really a...
M@LIK hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 9 21,322 04-02-2012, 09:06 AM
    Thread: mp64: generate total random words
Post: mp64: generate total random words

how can i generate words in random?? let's say:: Code: -- mp64 -1 ?l?d ?1?1?1?1?1?1?1?1 -- i think this is impossible to complete.. but what if i want only 1M from that range.. using:: Code: -- m...
M@LIK hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 20 42,461 04-22-2012, 05:36 PM
    Thread: mp64: generate total random words
Post: RE: mp64: generate total random words

this wasnt what i wanted to hear.. : / any idea how to do that even without mp??
M@LIK hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 20 42,461 04-23-2012, 11:38 AM
    Thread: mp64: generate total random words
Post: RE: mp64: generate total random words

@undeath (https://hashcat.net/forum/user-85.html):: wacthed purehate's video couple of times + read the wiki couple of times = never understood it... maybe now i can?? lol @atom (https://hashcat.net...
M@LIK hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 20 42,461 04-23-2012, 01:01 PM