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 [desc] Author Forum Replies Views Posted
    Thread: how should i crack this type of hash (sha1 & salt)
Post: RE: how should i crack this type of hash (sha1 & s...

you are NOT allowed to post hashes. read the forum rules. You will get banned by not following the rules. As far as I understand, you are saying the algorithm is basically: Code: -- echo -n --7...
philsmd hashcat 13 2,704 04-18-2020, 03:02 PM
    Thread: how should i crack this type of hash (sha1 & salt)
Post: RE: how should i crack this type of hash (sha1 & s...

no, the salt must be with the dashes: [email protected]:848XXXc9e5baf34d6dba20XXX755f4984b6d77cc:--74e3c24fd83d92ea72383e9b3a4292bdfb8exxxx-- if you add users, you need to use --username to skip them. ...
philsmd hashcat 13 2,704 04-19-2020, 04:11 PM
    Thread: how should i crack this type of hash (sha1 & salt)
Post: RE: how should i crack this type of hash (sha1 & s...

6 dashes total = 2+2 (around salt) + 2 (after pass) the rules only add 2 dashes, that's why I named the file append_two_dashes.txt
philsmd hashcat 13 2,704 04-19-2020, 04:34 PM
    Thread: how to add custome hash type
Post: RE: how to add custome hash type

Trac is here (https://www.hashcat.net/trac) and you may need to register (https://hashcat.net/trac/register) if not already done (since trac is seperate from the forum and you need to create a new acco...
philsmd Old hashcat Support 16 29,653 10-21-2013, 10:18 AM
    Thread: how to add custome hash type
Post: RE: how to add custome hash type

See https://hashcat.net/wiki/doku.php?id=example_hashes , hashcat supports 2 vbulletin hash modes (both have some restrictions on the salt length etc). Anyway, by using -m 2611 == vBulletin < v3.8.5...
philsmd Old hashcat Support 16 29,653 10-21-2013, 01:27 PM
    Thread: How to Bruteforce a part-known string?
Post: RE: How to Bruteforce a part-known string?

But it is the exact same thing for other length, if you want to do it in one run use for instance a script like this (untested, remove the "echo" if it seems to be ok for you): Code: -- hc_pre="...
philsmd Old hashcat Support 4 11,433 06-05-2013, 07:55 PM
    Thread: How to calc (md5(md5($pwd).$salt) ?
Post: RE: How to calc (md5(md5($pwd).$salt) ?

This is the algorithm used by the forum software/board VBulletin. Hence, depending on the salt length, you either need to use -m 2611 (very short salts) or -m 2711 (longer salts). For examples see h...
philsmd Old hashcat Support 4 9,058 05-10-2015, 10:42 AM
    Thread: How to configure Hashcat to append some data?
Post: RE: How to configure Hashcat to append some data?

Code: -- hashcat -m 1400 -a 3 -w 3 --hex-charset --custom-charset2 30 --custom-charset3 00 7627ffae5981fc58df32ea707d11d1acf72adc76d7b1a31b8a47c9fbd065a4a6 ?2?2?2?2?2?2?2?2?2?2?2?2?2?2?2?2?3?3?3?3?...
philsmd hashcat 4 706 07-24-2020, 07:23 PM
    Thread: How to configure Hashcat to append some data?
Post: RE: How to configure Hashcat to append some data?

Quote: -- But there is a problem running it. -- Why do you not just mention the error message ? I guess it's this: Quote: -- Integer overflow detected in keyspace of mask: ?2?2?2?2?2?2?2...
philsmd hashcat 4 706 07-25-2020, 08:20 AM
    Thread: How to crack a password in this way with hashcat ?
Post: RE: How to crack a password in this way with hashc...

This trac ticket https://hashcat.net/trac/ticket/539 seems to be related to your question. The main reasons it wasn't implemented yet, was that the full details about the maximum length devs should...
philsmd Old hashcat Support 1 4,407 03-26-2015, 11:50 AM
    Thread: How to crack Apple Secure Notes?
Post: RE: How to crack Apple Secure Notes?

Code: -- hashcat -m 16200 -a 0 -w 3 -r rules/best64.rule hash_file.txt word_list.txt --
philsmd hashcat 3 678 07-12-2020, 07:18 PM
    Thread: How to crack Keepass2 passcode, help me
Post: RE: How to crack Keepass2 passcode, help me

so you are using -m 13400 together with the modified (removed file names etc) output of keepass2john from bleeding-jumbo john the ripper (JTR) ? Well, it depends if the chars are appended/prepended...
philsmd hashcat 1 933 02-25-2020, 06:13 PM
    Thread: how to create .rule and .hcmask files
Post: RE: how to create .rule and .hcmask files

I'm pretty sure they were both generated with PACK (Password Analysis and Cracking Kit): https://github.com/iphelix/pack https://web.archive.org/web/20190125201146/https://thesprawl.org/projects/pac...
philsmd hashcat 5 1,189 04-22-2020, 09:39 PM
    Thread: how to do it better ???
Post: RE: how to do it better ???

https://hashcat.net/wiki/?id=timeout_patch
philsmd hashcat 4 1,324 01-29-2020, 08:30 PM
    Thread: How to emulate 3 dictionaries?
Post: RE: How to emulate 3 dictionaries?

turbohaje Wrote: (01-16-2015, 02:39 PM) -- cudaHashcat64.exe -m 0 -a 1 -o results.txt -j $. -k [email protected] --outfile-format=3 hashes.txt names.txt surnames.txt This should generate name.surname@gm...
philsmd Old oclHashcat Support 6 8,446 01-16-2015, 02:50 PM
    Thread: How to encrypt password with wpa2?
Post: RE: How to encrypt password with wpa2?

you could use tools/test.pl for this Code: -- echo hashcatrocks | perl tools/test.pl passthrough 2500 | base64 -d > my.hccapx -- btw: tools/test.pl is within the hashcat folder (source code)...
philsmd hashcat 9 3,132 08-14-2019, 09:43 AM
    Thread: How to enter hashcat mask?
Post: RE: How to enter hashcat mask?

001?d?d?d?d?d?d?d all the details are here: - wiki: https://hashcat.net/wiki/doku.php?id=mask_attack - or FAQ: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#why_should_i_use_a_m...
philsmd hashcat 4 1,409 12-11-2019, 06:43 PM
    Thread: How to erase/reset hashcat-brain server
Post: RE: How to erase/reset hashcat-brain server

#1 there is no such thing as an installation for brain. you can just remove/delete the files starting with brain.* brain.*.admp (attack storage) brain.*.ldmp (session storage, long time memory) ...
philsmd hashcat 2 2,599 11-28-2018, 01:28 PM
    Thread: How to extract hash of mssql
Post: RE: How to extract hash of mssql

nmap for instance: https://nmap.org/nsedoc/scripts/ms-sql-dump-hashes.html https://github.com/nmap/nmap/blob/a7638f57c88cb1b5da949147729fca76a0f332c5/scripts/ms-sql-dump-hashes.nse#L71-L73
philsmd hashcat 1 547 04-21-2020, 12:56 PM
    Thread: How to filter a wordlist
Post: RE: How to filter a wordlist

you can probably use power shell on windows: select-string furthermore, grep.exe for instance can be used on windows too. also mingw/cygwin for windows could be an option
philsmd hashcat 6 2,743 06-07-2019, 10:07 PM