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: PHDays Hashrunner challenge 2015 - Writeup
Post: RE: PHDays Hashrunner challenge 2015 - Writeup

If you look at the plugin you will see the format it expects: https://github.com/magnumripper/JohnTheRipper/blob/bleeding-jumbo/src/scrypt_fmt.c#L54-78 You can also look at prepare() in the same...
epixoip Organisation and Events 14 39,743 05-21-2015, 10:45 PM
    Thread: Forum update
Post: RE: Forum update

It's a lot better now than it was 12 hours ago. Xanadrel did a fantastic job! Edit: Wait, never mind, Xanadrel just told me the changes he made aren't visible globally. So you can't see what I see ri...
epixoip Organisation and Events 9 14,685 07-08-2015, 06:02 AM
    Thread: Please vote
Post: RE: Please vote

Brute force is for noobs.
epixoip Organisation and Events 9 11,207 02-11-2017, 08:36 AM
    Thread: need analog for HashHush and Coy in Linux
Post: RE: need analog for HashHush and Coy in Linux

I'm not familiar with COY or HashHush. But I believe I understand what you are attempting to accomplish, and do not understand why you needed programs to do this. To extract uncracked hashes from you...
epixoip User Contributions 2 7,310 09-07-2012, 05:20 PM
    Thread: [Python] Split LM hashes
Post: RE: [Python] Split LM hashes

Code: -- sed -rn 's/(.{16})(.{16})/\1\n\2/p' hashfile --
epixoip User Contributions 5 17,667 09-25-2012, 05:35 AM
    Thread: [Python] Split LM hashes
Post: RE: [Python] Split LM hashes

nice, very clever use of fold.
epixoip User Contributions 5 17,667 09-25-2012, 12:06 PM
    Thread: Question rules
Post: RE: Question rules

look at leetspeek.rule , and also leet.table in cpu hashcat.
epixoip User Contributions 3 9,047 01-18-2013, 11:31 AM
    Thread: Language Character Sets
Post: RE: Language Character Sets

definitely a native encoding. utf would defeat the purpose of this.
epixoip User Contributions 36 78,055 02-06-2013, 09:46 AM
    Thread: Language Character Sets
Post: RE: Language Character Sets

KT819GM Wrote: (02-06-2013, 11:25 AM) -- Lithuanian: Encoding Windows-1257 Not used characters: qwxQWX addition to English chars: ąčęėįšųūžĄČĘĖĮŠ�...
epixoip User Contributions 36 78,055 02-06-2013, 09:18 PM
    Thread: Language Character Sets
Post: RE: Language Character Sets

What Rolf provided was perfect. Code: -- epixoip@ike:~$ printf "$(echo B9A8C9D6D3CAC5CDC3D8D9C7D5DADDC6C4CBCED0CFC0C2DBD4DFD7D1CCC8D2DCC1DEB8E9F6F3EAE5​EDE3F8F9E7F5FAFDE6E4EBEEF0EFE0E2FBF4FF...
epixoip User Contributions 36 78,055 02-07-2013, 02:33 AM
    Thread: Language Character Sets
Post: RE: Language Character Sets

If it's on the keyboard it should be in the charset file, absolutely.
epixoip User Contributions 36 78,055 02-07-2013, 12:36 PM
    Thread: Language Character Sets
Post: RE: Language Character Sets

ah yeah, we need the dos charsets as well
epixoip User Contributions 36 78,055 02-08-2013, 08:08 AM
    Thread: Language Character Sets
Post: RE: Language Character Sets

frequency doesn't matter for this. if it's on the keyboard, it should be in the charset file. if the character is not supported by a charset, then it will be omitted by default (it will not be convert...
epixoip User Contributions 36 78,055 02-13-2013, 01:50 AM
    Thread: Language Character Sets
Post: RE: Language Character Sets

i have a bit of a background in linguistics, and i would recommend including all three languages in the same charset. it would be smarter to do the charsets more by region, than by specific language. ...
epixoip User Contributions 36 78,055 02-13-2013, 02:51 AM
    Thread: Language Character Sets
Post: RE: Language Character Sets

yes that would be fine
epixoip User Contributions 36 78,055 02-13-2013, 07:40 AM
    Thread: HashcatGUI v0.27 Released
Post: RE: HashcatGUI v0.27 Released

then get a better antivirus program. or better yet, don't use one at all.
epixoip User Contributions 6 20,060 03-09-2013, 07:57 AM
    Thread: Breaking Samsung Android Passwords/PIN
Post: RE: Breaking Samsung Android Passwords/PIN

well done :)
epixoip User Contributions 47 208,555 04-04-2013, 12:03 PM
    Thread: mrtg script for monitoring temperature
Post: RE: mrtg script for monitoring temperature

nicely done! quick suggestion, though: instead of piping grep into cut, and then into cut again, i would suggest using something like: Code: -- awk '/Temperature/ {printf("%d", $5); }' --
epixoip User Contributions 6 20,636 07-15-2013, 08:29 AM
    Thread: mrtg script for monitoring temperature
Post: RE: mrtg script for monitoring temperature

so this post got me thinking... this would actually be a great solution for remotely monitoring compute nodes in a vcl cluster. especially since ADL of cousre does not work with VCL. so i whipped u...
epixoip User Contributions 6 20,636 07-15-2013, 07:12 PM
    Thread: bash script for email rules
Post: RE: bash script for email rules

i'm having kind of a difficult time reading your script, you seem to be adverse to both indentation and POSIX. anyway, if this does what i think it does, you don't need to use the rule engine for t...
epixoip User Contributions 5 15,591 09-02-2013, 07:15 PM