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 [asc] Forum Replies Views Posted
    Thread: Quick bruteforce char set help
Post: RE: Quick bruteforce char set help

Completely different question also should be addressed in separate forum threads (with meaningful title). Anyway, I will answer the question (and close the thread): the answer, is as always given in ...
philsmd Old oclHashcat Support 3 5,557 01-23-2015, 11:13 PM
    Thread: Can hybrid attack work with rules?
Post: RE: Can hybrid attack work with rules?

to avoid to generate a large dict also something like this would work in your particular case: file: my_append_num_and_duplicate.rule Code: -- $0 d $1 d $2 d $3 d $4 d $5 d $6 d $7 d $8 d...
philsmd Old oclHashcat Support 9 15,331 01-24-2015, 08:43 AM
    Thread: Can hybrid attack work with rules?
Post: RE: Can hybrid attack work with rules?

-k is applied only on the second dictionary. So it makes sense for instance with "-a 1 dict1.txt dict2.txt". So technically it isn't ignored, it just not applied since there is no second dictionary (...
philsmd Old oclHashcat Support 9 15,331 01-24-2015, 09:27 AM
    Thread: usage of --show option
Post: RE: usage of --show option

Please make sure you always remember that: 1. -o does always append to the file, it does not override it (to avoid users to lose important data) 2. hex sums is very vague it could be anything. Tell us...
philsmd Old oclHashcat Support 3 5,910 01-26-2015, 11:21 AM
    Thread: Hired Help?
Post: RE: Hired Help?

Yes, these requests are not allowed here. Furthermore, hashcat is about offline cracking (vs online cracking that you "want"). And of course, the solution for your problem is to not even think abo...
philsmd General Help 1 3,723 01-26-2015, 11:25 AM
    Thread: decryption mechanism in wpa & wpa2
Post: RE: decryption mechanism in wpa & wpa2

the answer is 4. it uses markov chains (so not really random) if you didn't use --markov-disable EDIT: btw this has not specifically to do only with wpa; markov chains are enabled for every hash ty...
philsmd Old oclHashcat Support 1 3,929 01-26-2015, 11:28 AM
    Thread: Third-party utility: analyze_hccap
Post: Third-party utility: analyze_hccap

analyze_hccap is a new small perl script I developed which sometimes can be very handy to analyze the content of .hccap files (for -m 2500 = WPA cracking, see https://hashcat.net/wiki/doku.php?id=hcca...
philsmd User Contributions 3 7,991 01-28-2015, 11:40 AM
    Thread: Third-party utility: analyze_hc_restore
Post: Third-party utility: analyze_hc_restore

analyze_hc_restore is a perl script I have developed that can be very handy to help analyze and mofify oclHashcat .restore files ( https://hashcat.net/wiki/doku.php?id=oclhashcat#parsing_the_restore-f...
philsmd User Contributions 3 7,403 01-28-2015, 11:45 AM
    Thread: Combine to user:pass, Crashes with --show
Post: RE: Combine to user:pass, Crashes with --show

Thanks for the report. Next time please consider opening a trac ticket if you experience a problem/crash and can reliable reproduce it. Thx BTW: the problem was anyways trac'ed here: https://ha...
philsmd General Help 8 13,187 01-29-2015, 01:09 PM
    Thread: Combine to user:pass, Crashes with --show
Post: RE: Combine to user:pass, Crashes with --show

I think you mean this problem, or better said "feature request" in cpu hashcat: https://hashcat.net/forum/thread-3992-post-22809.html#pid22809 Afaik nobody bothered to open a ticket about this "mi...
philsmd General Help 8 13,187 01-29-2015, 01:29 PM
    Thread: Combine to user:pass, Crashes with --show
Post: RE: Combine to user:pass, Crashes with --show

wait. this task won't take you longer than some ms (case #1) or seconds (case #2). #1: you just sed / awk etc it #2: you open a reliable text editor (like vi / vim, maybe also notepad++ etc) and sear...
philsmd General Help 8 13,187 01-29-2015, 01:46 PM
    Thread: Combine to user:pass, Crashes with --show
Post: RE: Combine to user:pass, Crashes with --show

As said, here and in the trac ticket, the first field (the username) can never be empty in the current release version. That means, that a line starting with a colon. :HASH:SALT is currently not vali...
philsmd General Help 8 13,187 01-29-2015, 02:00 PM
    Thread: Get plain text password knowing hash and salt
Post: RE: Get plain text password knowing hash and salt

N3HL Wrote: (01-30-2015, 02:05 PM) -- im completely new to hashcat, and I noticed it's missing some docs -- Not at all, the docs are: 1. https://hashcat.net/wiki/ 2. --help output of oclHashcat or c...
philsmd Old hashcat Support 9 47,256 01-30-2015, 04:43 PM
    Thread: Get plain text password knowing hash and salt
Post: RE: Get plain text password knowing hash and salt

you could use the --username switch of hashcat/oclHashcat. input format (you must use the --username switch to crack the hashes): username:hash:salt second step (after cracking); you can output it w...
philsmd Old hashcat Support 9 47,256 01-30-2015, 05:45 PM
    Thread: Get plain text password knowing hash and salt
Post: RE: Get plain text password knowing hash and salt

--show is always used to show the cracks for a specific oclHashcat session after the actual cracking process is done. So it would look like this: oclHashcat64.exe -m 2811 --username hashes.txt dict....
philsmd Old hashcat Support 9 47,256 01-30-2015, 06:24 PM
    Thread: Hash Help
Post: RE: Hash Help

Normally in such cases you can just replace the hash by a hash of which you know the password, for instance generate a new hash with a chosen password. Therefore, cracking it may not be necessary n...
philsmd Old hashcat Support 3 5,474 01-30-2015, 11:08 PM
    Thread: Hashcat won't launch.
Post: RE: Hashcat won't launch.

Please try to read the documentation (wiki, forum, ... --help). Start here https://hashcat.net/wiki/ For you exact problem please read this wiki page https://hashcat.net/wiki/doku.php?id=ubernoobs
philsmd General Help 2 9,022 01-30-2015, 11:39 PM
    Thread: A Rule For not more then 2 consecutive number or letter
Post: RE: A Rule For not more then 2 consecutive number ...

fonzy35 Wrote: (02-06-2015, 09:46 AM) -- I looked in to maskprocessor rule, but i didn't find any. -- The answer of atom was for maskprocessor ( https://hashcat.net/wiki/doku.php?id=maskprocessor , ...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 5 12,857 02-06-2015, 05:50 PM
    Thread: Help about office documents
Post: RE: Help about office documents

The general procedure is to use something like: office2hashcat.py (e.g. office2hashcat (https://raw.githubusercontent.com/stricture/hashstack-server-plugin-oclhashcat/master/scrapers/office2hashcat.py...
philsmd Old oclHashcat Support 5 8,012 02-09-2015, 03:40 PM
    Thread: Users & pot file
Post: RE: Users & pot file

See https://hashcat.net/trac/ticket/567 . cpu hashcat currently does not have this feature, but next version 0.50 will allow you to use --show --username (well, indeed it works already with 0.49 when ...
philsmd General Help 2 6,642 02-10-2015, 11:58 PM