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: 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: 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,020 01-30-2015, 11:39 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
    Thread: hash issues
Post: RE: hash issues

You need to specify the correct path to the file "root.hash". On linux for instance you can use tab-completion or use "ls" to check if the file really exists at the location you think it exists. ...
philsmd General Help 7 12,202 05-12-2015, 09:04 AM
    Thread: i got this error
Post: RE: i got this error

see https://hashcat.net/faq/#line-length_exception_wait_what In your case it is variant/case 2 of the error message and the reason for the error is the reason number 4: hash file was not found Note...
philsmd General Help 6 7,209 06-01-2015, 06:02 PM
    Thread: OpenCart hash
Post: RE: OpenCart hash

https://hashcat.net/wiki/frequently_asked_questions#i_want_to_request_some_new_algorithms_or_features_how_can_i_accomplish_this
philsmd General Help 3 7,946 07-11-2015, 10:50 AM
    Thread: Random Floating Point 0-1
Post: RE: Random Floating Point 0-1

just a note: keyspace is: number_of_chars_in_charset ^ password_length (where ^ means "to the power of") [0-9] = 10 digits to the power of (length) 16 (position 1 and 2 are fixed, you can check for 0...
philsmd General Help 6 7,390 07-11-2015, 11:01 PM
    Thread: Combine User:hash:salt with Hash:salt:passwords
Post: RE: Combine User:hash:salt with Hash:salt:password...

How to do this was explained dozens of times on the forum and it was even added in the frequently asked question (FAQ) wiki page because of users asking the same question again and again: https://h...
philsmd General Help 1 4,070 07-13-2015, 02:36 PM
    Thread: could someone help me with a mask?
Post: RE: could someone help me with a mask?

btw, somebody - a while ago - even added a further explanation section to the FAQ (frequently asked questions) page to explain (again, in theory it is redundant, but it seems not?) the .hcmask syntax ...
philsmd General Help 11 13,518 07-23-2015, 10:25 PM
    Thread: New to HashCat , using cudaHashcat 1.36 , trying to crack a office 2007 'XLSX' hash.
Post: RE: New to HashCat , using cudaHashcat 1.36 , tryi...

FAQ: How do I extract the hashes from Office (Word, Excel, etc.) documents? (https://hashcat.net/wiki/frequently_asked_questions#how_do_i_extract_the_hashes_from_office_word_excel_etc_documents)
philsmd General Help 6 11,850 07-26-2015, 07:48 PM
    Thread: Regarding to OS X v10.7/8/9
Post: RE: Regarding to OS X v10.7/8/9

for -m 1722: sha512 ($salt.$pass) for -m 7100: PBKDF2-HMAC-SHA512 you can find this information all around the web. It is not a secret.
philsmd General Help 1 3,510 10-22-2015, 12:29 PM
    Thread: The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) Linux Error - this copy of hashcat is outdated
Post: RE: The-Distribution-Which-Does-Not-Handle-OpenCL-...

remove it again (apt-get remove) and then just download it from https://hashcat.net/hashcat/, extract it (7z x hashcat-2.00.7z) and run it (cd hashcat-2.00; ./hashcat-cli64.bin). Have fun
philsmd General Help 4 16,768 01-01-2016, 12:45 PM
    Thread: Noob help >.<
Post: RE: Noob help >.<

Maybe you should just read the documentation (--help, wiki/faq) to learn these basics: https://hashcat.net/wiki/frequently_asked_questions#how_can_i_show_previously_cracked_passwords_and_output_them_...
philsmd General Help 7 8,839 01-01-2016, 10:12 PM
    Thread: installation problems
Post: RE: installation problems

see https://hashcat.net/forum/thread-4952-post-27768.html#pid27768
philsmd General Help 1 3,637 01-07-2016, 04:16 PM
    Thread: How would I go about cracking this salted sha-1 hash?
Post: RE: How would I go about cracking this salted sha-...

don't post hashes. read the forum rules: https://hashcat.net/forum/announcement-2.html Banned for 1 week (please use these 604800 seconds wisely to read and understand the forum rules). Thx
philsmd General Help 1 3,528 01-15-2016, 12:30 AM
    Thread: Recover xDsl Router TG788vn v2 Password
Post: RE: Recover xDsl Router TG788vn v2 Password

this hashing algorithm looks very similar to -m 11400 = SIP digest authentication (MD5)
philsmd General Help 4 9,893 03-02-2016, 08:52 PM
    Thread: any guide installing cuda/nvidia on linux?
Post: RE: any guide installing cuda/nvidia on linux?

The answer is just to *not* install anything "cuda"-related at all and do not install anything from you packet manager (because it will be outdated and probably not working). The only thing you need ...
philsmd General Help 8 24,644 03-08-2016, 10:17 AM
    Thread: any guide installing cuda/nvidia on linux?
Post: RE: any guide installing cuda/nvidia on linux?

it should be very clear what I meant, but I will try to rephrase it: the forum user @pay said he did install the debian package cuda-repo-ubuntu1404_7.5-18_amd64.deb, nvidia-kernel-dkms and nvidia-cud...
philsmd General Help 8 24,644 03-08-2016, 07:14 PM