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 Views Posted [asc]
    Thread: Looking to write a rule to replace digits
Post: RE: Looking to write a rule to replace digits

I don't think it's practical, you would need to combine rules with each and every combination (10x -r multi-rule replaces within the command, rule-chaining, to change mutliple digits at the same time)...
philsmd hashcat 7 729 08-22-2020, 10:11 AM
    Thread: Looking to write a rule to replace digits
Post: RE: Looking to write a rule to replace digits

Code: -- hashcat --stdout -a 3 -o dict.txt Password?d?d?d hashcat --stdout -a 3 -o dict.txt My?d?d?dPassword hashcat -m 14800 -a 0 -w 3 hash.txt dict.txt --
philsmd hashcat 7 729 08-21-2020, 10:08 PM
    Thread: Posting a hash from malware?
Post: RE: Posting a hash from malware?

This : https://twitter.com/TalBeerySec/status/1292734995254190080 ? vs the password "mimikatz" -m 1000 NTLM hash : https://github.com/gentilkiwi/mimikatz/blob/a2a25cc9f5cbe86cfb6baedf5d3d39aea19b5a...
philsmd General Talk 2 477 08-20-2020, 11:03 PM
    Thread: AxCrypt v2
Post: RE: AxCrypt v2

Thanks for testing. The new beta is now available that includes the new support for AxCrypt 2: https://hashcat.net/beta/ . Of course, every upcoming release version greater 6.1.1 will also include th...
philsmd hashcat 17 2,015 08-18-2020, 10:55 AM
    Thread: Idea: Wordlist-creation from language-statistics
Post: RE: Idea: Wordlist-creation from language-statisti...

there is only one disadvantage: the markov chain support is limited to the mask-based attack types (-a 3, and the mask part of -a 6, -a 7). So if you want to run a dictionary (-a 0 for instance), h...
philsmd General Talk 4 593 08-18-2020, 10:52 AM
    Thread: Idea: Wordlist-creation from language-statistics
Post: RE: Idea: Wordlist-creation from language-statisti...

If I'm not totally mistaken, you basically describe how markov could help and yeah: hashcat has built-in support for markov and it's enabled by default (see --help and hcstat2gen from hashcat-utils...
philsmd General Talk 4 593 08-18-2020, 09:25 AM
    Thread: Hashcat Rules and Multibit HD Hash
Post: RE: Hashcat Rules and Multibit HD Hash

no previous cracks needed, although it would make sense to try crack the example hash from https://hashcat.net/wiki/example_hashes just to make sure everything is working correctly (you could either j...
philsmd hashcat 3 424 08-17-2020, 11:20 PM
    Thread: Hashcat Rules and Multibit HD Hash
Post: RE: Hashcat Rules and Multibit HD Hash

-a 3 is mask attack ("brute-force"). This makes no sense with a dictionary like rockyou.txt. For dictionary attacks you need to use -a 0 (word lists).
philsmd hashcat 3 424 08-17-2020, 10:29 PM
    Thread: AxCrypt v2
Post: RE: AxCrypt v2

okay, I will probably start to implement this, starting with the AES-128 variant. Not sure how long it will take and if it will be merged into hashcat (and available in beta) soon. But I will ta...
philsmd hashcat 17 2,015 08-14-2020, 11:06 AM
    Thread: salt+password md5
Post: RE: salt+password md5

the format is: Code: -- hash:salt -- see https://hashcat.net/wiki/example_hashes so it's the other way around. It's not allowed to post hashes here, see: https://hashcat.net/forum/announ...
philsmd hashcat 2 432 08-13-2020, 11:55 PM
    Thread: AxCrypt .axx files
Post: RE: AxCrypt .axx files

Do the hashes load fine with hashcat or do you receive an error messages ? Do you have any examples of "test hashes" for which you know the password (and open perfectly fine with the AxCrypt softw...
philsmd hashcat 4 647 08-12-2020, 05:08 PM
    Thread: AxCrypt v2
Post: RE: AxCrypt v2

The AxCrypt 1 version of hashes that hashcat already supports (-m 13200) is only using AES-128: https://github.com/hashcat/hashcat/blob/6d5e1d3e5d3ed56c245578136cae6ea05ea569dc/OpenCL/m13200-pure.cl#L...
philsmd hashcat 17 2,015 08-12-2020, 05:04 PM
    Thread: AxCrypt v2
Post: RE: AxCrypt v2

Well, the user should probably know it. The distinction is quite clear: only paid/premium users get the AES-256 support (at least for the time being, in the current version). Furthermore, some users ...
philsmd hashcat 17 2,015 08-12-2020, 11:51 AM
    Thread: AxCrypt v2
Post: RE: AxCrypt v2

the cost doesn't matter at all. it will change depending on your hardware etc. That's a feature (the user shouldn't wait "too long" for the software to decrypt the files, but it should still be quite ...
philsmd hashcat 17 2,015 08-12-2020, 09:04 AM
    Thread: AxCrypt v2
Post: RE: AxCrypt v2

Hey lapolis, while doing a little more research and searching for AxCrypt related topic on github and the JTR repo, I came across your new github issue on the JTR repo: https://github.com/magnumrippe...
philsmd hashcat 17 2,015 08-12-2020, 12:17 AM
    Thread: AxCrypt v2
Post: RE: AxCrypt v2

I have a nice update for you. I just took some free time to have a quick glance on the JTR (John The Ripper) implementation of AxCrypt 2 and it seems the algorithm of AxCrypt 2 is pretty straight for...
philsmd hashcat 17 2,015 08-11-2020, 02:45 PM
    Thread: AxCrypt v2
Post: RE: AxCrypt v2

it's on the main page: https://github.com/Fist0urs/AxSuite#author
philsmd hashcat 17 2,015 08-11-2020, 10:51 AM
    Thread: Cracking SHA1(linkedin)
Post: RE: Cracking SHA1(linkedin)

you could use hashcat-legacy with your CPU from https://hashcat.net/files/hashcat-2.00.7z (deprecated, not supported anymore)  update: it seems that hashcat-legacy never supported -m 190... or just i...
philsmd hashcat 7 873 08-11-2020, 09:57 AM
    Thread: AxCrypt v2
Post: RE: AxCrypt v2

Now you got me wondering which version of AxCrypt hashcat supports. I'm not that much familiar with the AxCrypt implementation and the version covered. But this question is kind of contradicting: h...
philsmd hashcat 17 2,015 08-11-2020, 09:43 AM
    Thread: Cracking SHA1(linkedin)
Post: RE: Cracking SHA1(linkedin)

not exactly true royce, it was once implemented as a separate kernel because of some special handling: see https://hashcat.net/forum/thread-6354.html and https://github.com/hashcat/hashcat/commit/82...
philsmd hashcat 7 873 08-10-2020, 07:07 PM