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 Replies [asc] Views Posted
    Thread: tips on cracking SHA1 hash
Post: RE: tips on cracking SHA1 hash

Code: -- -a 7 -1 ?u?d hash.txt ?1 dict.txt -- or rules: Code: -- -a 0 -r my.rules hash.txt dict.txt -- where my.rules is Code: -- ^0 ^1 ^2 ^3 ^4 ^5 ^6 ^7 ^8 ^9 ^A ^B ^C...
philsmd hashcat 3 396 09-24-2020, 11:11 PM
    Thread: -m 22600 Hashcat how extract hash?
Post: RE: -m 22600 Hashcat how extract hash?

first of all, most of the extraction tools now require python 3 as you can see also here: Code: -- #!/usr/bin/env python3 -- (from https://github.com/openwall/john/blob/bleeding-jumbo/run/telegr...
philsmd hashcat 3 338 09-29-2020, 11:41 AM
    Thread: -m 22600 Hashcat how extract hash?
Post: RE: -m 22600 Hashcat how extract hash?

I would suggest that if you are 100% sure that you are doing everything correctly, you should report the problem to John The Ripper (which develop the telegram2john.py tool) and try to investigate mor...
philsmd hashcat 3 338 09-30-2020, 11:41 AM
    Thread: format username:password?
Post: RE: format username:password?

https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword btw: https://www.techsolvency.com/p...
philsmd hashcat 3 151 Yesterday, 12:31 PM
    Thread: format username:password?
Post: RE: format username:password?

just make sure that the input is correct and also remember that the way to do it is 2-fold (2 steps are needed ), i.e. first crack such that the cracked hashes with password end up in the .potfile, on...
philsmd hashcat 3 151 10 hours ago
    Thread: I have no idea how to crack these hashes?
Post: RE: I have no idea how to crack these hashes?

You are *NOT* allowed to post the hashes here, see: https://hashcat.net/forum/announcement-2.html BTW: try to base64 decode them, i.e. echo -n "xyz"|base64 -d
philsmd General Help 2 6,506 04-04-2013, 06:48 PM
    Thread: Crash on every exit
Post: RE: Crash on every exit

Hey Kuci, did you try also w/ catalyst 13.1 (https://support.amd.com/us/gpudownload/windows/previous/13/Pages/radeon_linux.aspx?os=Linux%20x86&rev=13.1 ) as suggested in GPU Driver and SDK Requirement...
philsmd Very old oclHashcat-lite Support 2 7,695 06-01-2013, 02:36 PM
    Thread: base64 decode doesn't handle alternative alphabets
Post: RE: base64 decode doesn't handle alternative alpha...

Could you please explain this a little bit more? My questions: 1. Do you have a full example others (including devs) can test with? We need a *masked* hash:password pair... but remember only post HASH...
philsmd Very old oclHashcat-plus Support 2 8,248 06-19-2013, 10:45 AM
    Thread: hashcat v0.46
Post: hashcat v0.46

* changes v0.45 -> v0.46: We are happy to announce hashcat version 0.46; a major release w/ some new algorithms, several interesting new features, improvements and some bug fixes Download here...
philsmd Old hashcat Announcements 2 28,086 06-26-2013, 11:13 AM
    Thread: best way to handle spaces output/hashcat.pot
Post: RE: best way to handle spaces output/hashcat.pot

liquiz Wrote: (07-27-2013, 09:58 PM) -- In case anyone is wondering thats from the https://www.korelogic.com -- 1. It doesn't matter where you have the hashes from (as per https://hashcat.net/forum/...
philsmd General Help 2 9,996 07-28-2013, 08:10 AM
    Thread: multi rules debugging
Post: RE: multi rules debugging

What's the problem of using a single file then? Code: -- $ sort -u 1.rule 2.rule -o myrules.rule $ ./hashcat-cli64.bin -r myrules.rule --stdout --
philsmd Old hashcat Support 2 5,701 08-27-2013, 01:29 PM
    Thread: [split] hashcat v0.46
Post: RE: [split] hashcat v0.46

Hey, 1. Anyone is able to register and post/edit tickets on Trac (https://www.hashcat.net/trac), since not every forum user uses it, you need to register there separately 2. I also explained here: http...
philsmd Old hashcat Support 2 6,923 09-05-2013, 05:33 PM
    Thread: oclHashCat-Plus v0.15 hang up
Post: RE: oclHashCat-Plus v0.15 hang up

This problem seems to be fixed with the beta version. Please see this ticket https://hashcat.net/trac/ticket/82 Thx
philsmd Very old oclHashcat-plus Support 2 7,375 09-08-2013, 11:04 AM
    Thread: mask question
Post: RE: mask question

Hi, please read https://hashcat.net/wiki/doku.php?id=mask_attack and --help. What you should investigate is what custom charsets do (--custom-charset1, --custom-charset2, --custom-charset3, --custom-...
philsmd General Talk 2 5,715 09-23-2013, 09:36 AM
    Thread: Lastpass hashes
Post: RE: Lastpass hashes

Under linux / Ubuntu: you have a .lastpass directory in your home folder. There is a file that ends with _lpall.slps. This file contains 2 lines. The second line is what we want (length: 24 ascii - ba...
philsmd Very old oclHashcat-plus Support 2 13,938 10-10-2013, 05:26 PM
    Thread: oclHashcat-plus - Serbian cyrillic and Serbian latin characters
Post: RE: oclHashcat-plus - Serbian cyrillic and Serbi...

It shouldn't be a problem, you can use this feature: https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_charset_files if you use bruteforce/mask attack. If there is no charset shipped w/ hashcat...
philsmd Very old oclHashcat-plus Support 2 6,351 10-31-2013, 03:39 PM
    Thread: Strange Mask Attack Ouput
Post: RE: Strange Mask Attack Ouput

hey TrAnn3l... the problem here is that "." is a valid file in your path. Therefore it is treated as a path to a charset file. As far as I know... devs are still discussing if charset file paths i...
philsmd Very old oclHashcat-plus Support 2 6,119 11-11-2013, 05:15 PM
    Thread: Need help.
Post: RE: Need help.

you can only use the options available in --help. Therefore use Code: -- -o cracked.txt -- where -o cracked.txt is the same as --outfile cracked.txt run Code: -- hashcat-cli64.exe --help -- t...
philsmd General Help 2 5,870 11-18-2013, 02:26 AM
    Thread: Defaults for -a3
Post: RE: Defaults for -a3

Is there anything wrong w/ the values specified here: https://hashcat.net/wiki/doku.php?id=oclhashcat#default_values Note: ?3 is the same as --custom-charset3 Also the full mask is and was there...
philsmd Old oclHashcat Support 2 6,669 12-12-2013, 09:20 PM
    Thread: Limited symbols
Post: RE: Limited symbols

Hi, it doesn't make much sense to explain it here, if we have a wiki page that explains it. Therefore, I refer you to: https://hashcat.net/wiki/doku.php?id=mask_attack Hint: cudaHashcat32.exe -m...
philsmd Old oclHashcat Support 2 6,848 12-24-2013, 02:57 PM