|
Search Results
|
| Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
| |
|
Thread: Hashcat problem on ubuntu
Post: RE: Hashcat problem on ubuntu
| As stated on the main site
GPU Driver requirements:
AMD GPUs on Linux require "AMD Radeon Software for Linux" with "ROCm"
and as stated on line 2 of your paste
hipInit(): no ROCm-capable dev... |
|
Snoopy |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
1 |
4,597 |
10-17-2025, 03:51 PM |
| |
|
Thread: No CPU
Post: RE: No CPU
|
Terry Wrote: (09-10-2025, 12:04 PM)
--
Hello,
When I check my devices with the hashcat -I command, I don't see my CPU.
Why and how to install what is needed ?
Quote:
--
c:\hashcat>hashcat -I
... |
|
Snoopy |
hashcat
|
2 |
11,363 |
09-11-2025, 01:50 PM |
| |
|
Thread: [Discussion] Ideas for (at least one/two) new rules
Post: RE: [Discussion] Ideas for (at least one/two) new ...
| Thanks for the info. One thing more to explore with 7.* |
|
Snoopy |
hashcat
|
2 |
7,092 |
08-29-2025, 04:00 PM |
| |
|
Thread: [Discussion] Ideas for (at least one/two) new rules
Post: [Discussion] Ideas for (at least one/two) new rule...
| Wasn't sure about posting it directly at github. I think gathering some ideas in the forum first is a better approach.
After all these new updates coming with the release of HC 7.0, how about brai... |
|
Snoopy |
hashcat
|
2 |
7,092 |
08-25-2025, 12:32 PM |
| |
|
Thread: hashcat v7.1.0
Post: RE: hashcat v7.1.0
| Back from holiday and boom. Feeling like i was absent for years.
HC 7.0, 7.1, 7.1.1, 7.1.2
so much to explore and to try. Good work! |
|
Snoopy |
hashcat
|
4 |
48,733 |
08-25-2025, 11:56 AM |
| |
|
Thread: Hashcat 256 characters limit
Post: RE: Hashcat 256 characters limit
|
NeverForget2011 Wrote: (05-20-2025, 01:38 AM)
--
I'm working on cracking a hash that has a password length between 250 to 350 characters. Is there anyway I can increase this limit in hashcat? I'm usi... |
|
Snoopy |
hashcat
|
1 |
3,784 |
05-20-2025, 05:03 PM |
| |
|
Thread: Specific amount of letters/digits
Post: RE: Specific amount of letters/digits
| Please use english as this is the used forum language.
Por favor, utilice inglés porque este es el idioma del foro. |
|
Snoopy |
hashcat
|
6 |
8,278 |
05-14-2025, 02:11 PM |
| |
|
Thread: Specific amount of letters/digits
Post: RE: Specific amount of letters/digits
| well i think the fastest way is to use a maskfile with all possible masks
starting with
Code:
--
?d?d?l?l?l?l?l?l?l?l?l?l
--
then shifting the second ?d until you reach the end so from
Code:
--... |
|
Snoopy |
hashcat
|
6 |
8,278 |
05-12-2025, 06:09 PM |
| |
|
Thread: converting to hash few times
Post: RE: converting to hash few times
|
soul786 Wrote: (04-10-2025, 01:42 AM)
--
i dont know coding at all
if someone can make such a plugin for hashcat i can pay for such plugin
or should i ask in developer forum to make such addon
--
D... |
|
Snoopy |
hashcat
|
5 |
7,651 |
04-10-2025, 12:54 PM |
| |
|
Thread: converting to hash few times
Post: RE: converting to hash few times
|
soul786 Wrote: (04-09-2025, 02:47 PM)
--
can hashcat do this with plugin or addon.
i create a password, then i convert it to sha256 hash few times, after that i dont remember how many times i have c... |
|
Snoopy |
hashcat
|
5 |
7,651 |
04-09-2025, 08:22 PM |
| |
|
Thread: CPU can crack the password but GPU can't
Post: RE: CPU can crack the password but GPU can't
| please show output of
hashcat -b -m0 -D1,2 -d1,2
i could remember wrong but i thought -D only works with -d and last time i checked on integrated CPU/GPU there was no difference in speed at all |
|
Snoopy |
hashcat
|
4 |
8,154 |
04-09-2025, 04:37 PM |
| |
|
Thread: Long hash from a large file
Post: RE: Long hash from a large file
| yeah for sure, thats the preferred way after all (attacking hundreds or thousands of hashes simultaneously would be otherwise impossible), all you need is to get rid of the extra JtR infos like filena... |
|
Snoopy |
hashcat
|
2 |
6,419 |
04-08-2025, 06:49 PM |
| |
|
Thread: CPU can crack the password but GPU can't
Post: RE: CPU can crack the password but GPU can't
| You don't have a "real" GPU, you have an integrated CPU/GPU
These integrated Intel CPU/GPU opencl drivers are known to be broken, (at least for the GPU part) first they are old, see this line for ... |
|
Snoopy |
hashcat
|
4 |
8,154 |
04-08-2025, 04:47 PM |
| |
|
Thread: Help with -m 3730 mode
Post: RE: Help with -m 3730 mode
| well you could ask the guy who wrote the script, he should know how user, serialnumber or whatever is used to produce the hash, in fact without knowing the used algortihm it would be impossible to att... |
|
Snoopy |
hashcat
|
5 |
8,873 |
03-25-2025, 09:09 PM |
| |
|
Thread: Problem with hash-type?
Post: RE: Problem with hash-type?
| you are mixing a mask attack with a dictionary attack
is passwords.txt your hashfile or is it a dictionary?
anyway, put your hash only the second part (xBeYH.XXXQUgk) in a textfile called hash.... |
|
Snoopy |
hashcat
|
2 |
5,628 |
03-24-2025, 06:38 PM |
| |
|
Thread: Hashcat starts then immediately stops
Post: RE: Hashcat starts then immediately stops
| did you tried the last beta? or when using linux just compile latest git-version, and then try hashcat -I
if there is still no output, sry, no idea |
|
Snoopy |
hashcat
|
6 |
8,514 |
03-24-2025, 01:09 PM |
| |
|
Thread: Help with -m 3730 mode
Post: RE: Help with -m 3730 mode
|
Ivanich69 Wrote: (03-21-2025, 09:08 PM)
--
I have an algorithm for john the ripper that can brute force long hashes, but there is no opencl support. As I understood in this mod also interaction with ... |
|
Snoopy |
hashcat
|
5 |
8,873 |
03-24-2025, 01:06 PM |
| |
|
Thread: Help with -m 3730 mode
Post: RE: Help with -m 3730 mode
| I didn't get your point, mode 3730 doesn't act other than any other mode
hashcat -a0 -m3730 --status hashfile dictionary
your hash should look like this, taken from https://hashcat.net/wiki/doku... |
|
Snoopy |
hashcat
|
5 |
8,873 |
03-21-2025, 08:50 PM |
| |
|
Thread: Hashcat starts then immediately stops
Post: RE: Hashcat starts then immediately stops
| please try latest beta from
https://hashcat.net/beta/
what kind of pc do you have? what kind of gpu? did you installed the basic requirements? https://hashcat.net/hashcat/ |
|
Snoopy |
hashcat
|
6 |
8,514 |
03-20-2025, 08:28 PM |
| |
|
Thread: Hashcat starts then immediately stops
Post: RE: Hashcat starts then immediately stops
| please show output of hashcat -I |
|
Snoopy |
hashcat
|
6 |
8,514 |
03-20-2025, 07:14 PM |