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 [desc] Views Posted
    Thread: hashcat pipe to solve words get rejected
Post: RE: hashcat pipe to solve words get rejected

If you do not want hashcat to crack the hashes but output the password candidates to stdout, you of course shouldn't forget the flag within the first command of the pipe: --stdout
philsmd hashcat 1 3,311 08-21-2016, 04:30 PM
    Thread: Line-length Exception (mode)
Post: RE: Line-length Exception (mode)

-m 7000 = Fortigate (FortiOS) was never implemented in oclHashcat/cudaHashcat and therefore is currently also not available in hashcat 3.10 (since hashcat 3.00 basically improved oclHashcat to support...
philsmd hashcat 1 3,176 08-19-2016, 06:56 PM
    Thread: Custom charset issue
Post: RE: Custom charset issue

1. maskprocessor doesn't support loading hashcat's charset files ( https://hashcat.net/wiki/mask_attack#hashcat_charset_files ) 2. the file extension would be .hcchr and not .hccr (but this, even if i...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 1 4,026 08-22-2016, 07:58 AM
    Thread: run LUKS on windows
Post: RE: run LUKS on windows

Yeah, you can use any hash type that hashcat supports on both unix and windows (actually you can even use OSX too). Hashcat doesn't has a limitation that forbids you to run LUKS on windows. Well, you...
philsmd hashcat 1 2,907 01-31-2017, 09:26 AM
    Thread: Help with cracking 7zip hash
Post: RE: Help with cracking 7zip hash

you need to use the latest version of hashcat (https://hashcat.net/beta) because since last release version there were several changes with -m 11600 = 7-Zip You should quickly remove the hashes here,...
philsmd hashcat 1 19,728 02-11-2017, 07:54 PM
    Thread: hashcat-3.40
Post: RE: hashcat-3.40

Hello and welcome, Firstly, it shouldn't be too difficult to choose a more suitable forum thread topic: "hashcat-3.40" is kinda the worst title of the thread you could come up with (the content of th...
philsmd hashcat 1 3,933 03-07-2017, 08:51 AM
    Thread: Parsing out hashes from single lines
Post: RE: Parsing out hashes from single lines

Code: -- egrep -o '[0-9a-fA-F]{32}' md5.sql > md5_hashes_unsorted_ununiqed.hash -- or even better and much more correct (because otherwise you could get some false positives): Code: -- SELECT p...
philsmd General Talk 1 2,439 03-18-2017, 09:13 PM
    Thread: CISCO-IOS SHA256
Post: RE: CISCO-IOS SHA256

It's not allowed to post hashes. 1 week ban to revise the forum rules!
philsmd General Talk 1 3,518 04-04-2017, 05:04 PM
    Thread: I want to brute force incrementally with two digits appended
Post: RE: I want to brute force incrementally with two d...

You can use a .hcmask file for this (https://hashcat.net/wiki/mask_attack#hashcat_mask_files): Code: -- hashcat -m 0 -a 3 hash_file.txt mask_file.hcmask -- content of the file "mask_file.hcmas...
philsmd hashcat 1 2,171 04-04-2017, 06:55 PM
    Thread: Need help for this algoritm
Post: RE: Need help for this algoritm

For instance you could just use -m 120 = sha1($salt.$pass) (see https://hashcat.net/wiki/example_hashes) where the format of your hashes is: Code: -- sha1_hash:USERNAME: --
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 1 3,208 05-07-2017, 06:28 PM
    Thread: WPA2 Cracking With Password Less Then 8 Length Using rule Attack
Post: RE: WPA2 Cracking With Password Less Then 8 Length...

It seems that you also opened a hashcat github issue (https://github.com/hashcat/hashcat/issues/1222#issuecomment-292860873) and it was answered and closed. Please do not hesitate to use the forum se...
philsmd hashcat 1 2,947 04-10-2017, 09:41 AM
    Thread: Dictionary cache building
Post: RE: Dictionary cache building

Yeah, it's also mentioned within docs/changes.txt Code: -- * changes v3.30 -> v3.40: ... - Wordlists: Disable dictstat handling for hash-mode 3000 as it virtually creates words in the wordlist w...
philsmd hashcat 1 5,029 05-28-2017, 02:01 PM
    Thread: vmware Kernel library error
Post: RE: vmware Kernel library error

Why do you use pocl? Why do you use hashcat within a virtual machine (vmware)? My suggested solution is to not use VMs and to install the correct OpenCL driver for your hardware.
philsmd hashcat 1 2,683 05-30-2017, 08:51 PM
    Thread: WPA password that contains mixalphanumeric
Post: RE: WPA password that contains mixalphanumeric

use policygen.py from PACK (https://thesprawl.org/projects/pack/) The only thing you need to know here is that .hcmask files are needed and pack will generate them for you hashcat64.exe -m 2500 ...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 1 3,317 06-17-2017, 09:06 PM
    Thread: Dictionary with known combinations
Post: RE: Dictionary with known combinations

if you really need to combine every word with every word, you should probably use combinator3 from hashcat.utils Code: -- combinator3 dict dict dict -- if the numbers are always at the end and "o...
philsmd hashcat 1 2,257 06-25-2017, 08:35 AM
    Thread: Support for MD5(MD5(SHA1(SHA1(MD5($pass)))))
Post: RE: Support for MD5(MD5(SHA1(SHA1(MD5($pass)))))

Closing this thread because it is a double post, see https://hashcat.net/forum/thread-6698.html (btw: this is not the way it works. If you do not know which is the correct forum section to post a n...
philsmd hashcat 1 2,737 07-08-2017, 12:57 PM
    Thread: Mask processor
Post: RE: Mask processor

If you read the --help output of maskprocessor it should be very clear: -q is used to limit the number of identical characters that are next to each other (-q x means that each character should be rep...
philsmd hashcat 1 2,212 07-04-2017, 03:37 PM
    Thread: cap2hccapx
Post: RE: cap2hccapx

You can use it to filter (i.e. limit) the number of "hashes" by generating a .hccapx file that only contains "hashes" involving only a very specific network name (ESSID). That means, if you know the n...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 1 2,852 08-02-2017, 10:47 AM
    Thread: Hi, noob query.
Post: RE: Hi, noob query.

yes: https://hashcat.net/faq/#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword
philsmd hashcat 1 2,305 08-07-2017, 07:40 AM
    Thread: Hashcat.net binaries 7-zip compression ratio
Post: RE: Hashcat.net binaries 7-zip compression ratio

Just have a look at the file tools/package_bin.sh: https://github.com/hashcat/hashcat/blob/58d1dedd1e27aa3be5e0c6148b21099601253cf6/tools/package_bin.sh#L75
philsmd General Talk 1 2,846 08-20-2017, 08:05 AM