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 [asc] Replies Views Posted
    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
    Thread: 100 BHash/s NTLM mark broken on single system
Post: RE: 100 BHash/s NTLM mark broken on single system

The numbers in your benchmark are actually a bit low. At 925 Mhz, single hash NTLM performance should be about 15700 MH/s per GPU, or 125.6 GH/s total. But actually stock clock for your 7990 should be...
epixoip User Contributions 20 44,139 10-20-2013, 08:37 PM
    Thread: 100 BHash/s NTLM mark broken on single system
Post: RE: 100 BHash/s NTLM mark broken on single system

this is more like what you should be seeing for single ntlm brute force: Code: -- [s]tatus [p]ause [r]esume [q]uit => s Session.Name...: oclHashcat-lite Status.........: Running Hash.Target.....
epixoip User Contributions 20 44,139 10-21-2013, 03:30 AM
    Thread: 100 BHash/s NTLM mark broken on single system
Post: RE: 100 BHash/s NTLM mark broken on single system

i'm just going to leave this right here... Code: -- [s]tatus [p]ause [r]esume [b]ypass [q]uit => s Session.Name...: oclHashcat Status.........: Running Input.Mode.....: Mask (?a?a?a?a?a?a?a?a...
epixoip User Contributions 20 44,139 12-29-2013, 05:25 PM
    Thread: 100 BHash/s NTLM mark broken on single system
Post: RE: 100 BHash/s NTLM mark broken on single system

8x R9 290X @ 1200 Mhz, Catalyst 13.12, oclHashcat 1.00
epixoip User Contributions 20 44,139 12-30-2013, 01:11 AM
    Thread: 100 BHash/s NTLM mark broken on single system
Post: RE: 100 BHash/s NTLM mark broken on single system

i have yet to get these cards over 72C! but that said, i do get asic hangs at 1200 Mhz at stock voltage. need to adjust the voltage a tick to make them stable.
epixoip User Contributions 20 44,139 12-30-2013, 03:01 AM
    Thread: 100 BHash/s NTLM mark broken on single system
Post: RE: 100 BHash/s NTLM mark broken on single system

yeah in the benchmarks i did, i tested at a memory clock of 1375 since that is the 7970's default memory clock. not sure if you've seen those or not yet, but i posted a link on twitter.
epixoip User Contributions 20 44,139 12-30-2013, 05:53 AM
    Thread: NTLM Hashdump to hashcat/oclHashcat format converter
Post: RE: NTLM Hashdump to hashcat/oclHashcat format con...

easier, no python requirement" Code: -- awk -F: '{print $1 ":" $4}' samdump2.txt -- also, oclHashcat 1.20 will support pwdump format, etc. https://pastebin.com/Wqn1QRFi
epixoip User Contributions 2 13,490 03-27-2014, 10:13 PM
    Thread: Improving the Rule-based attack
Post: RE: Theory to "Brute force attack rule-based" OR "...

is there a tl;dr version of this post somewhere? preferably in english? AmadorBR Wrote: (04-09-2014, 09:57 PM) -- What makes the process of creating a Herculean labor rules -- i have absolutely ...
epixoip User Contributions 6 14,362 04-09-2014, 11:27 PM
    Thread: Improving the Rule-based attack
Post: RE: Theory to "Brute force attack rule-based" OR "...

the size would be the same regardless (in terms of keyspace), implementing a mask processor into the rule engine would not change this fact.
epixoip User Contributions 6 14,362 04-11-2014, 01:53 AM