Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
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 |
1,854 |
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 |
3,939 |
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 |
3,939 |
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 |
3,702 |
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 |
3,702 |
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 |
3,704 |
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 |
3,231 |
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 |
3,704 |
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 |
4,419 |
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 |
2,618 |
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 |
4,216 |
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 |
4,419 |
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 |
4,419 |
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 |
4,216 |
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 |
4,216 |
03-20-2025, 07:14 PM |
|
|
Thread: Need help restoring the password form the old DOS PKZIP archive
Post: RE: Need help restoring the password form the old ...
first of all, see https://hashcat.net/wiki/doku.php?id=example_hashes
compare your hash with pkzip examples and you will see, that your type of hash $pkzip$4*** isn't supported by hashcat |
|
Snoopy |
hashcat
|
3 |
3,805 |
03-11-2025, 02:53 PM |
|
|
Thread: cuda or opencl
Post: RE: cuda or opencl
post output of
hashcat -I |
|
Snoopy |
hashcat
|
1 |
2,247 |
03-11-2025, 02:49 PM |
|
|
Thread: How to make masks out of a wordlist?
Post: RE: How to make masks out of a wordlist?
Atlantis Wrote: (01-28-2025, 06:50 PM)
--
OK, how to make an exe out of these files?
--
install python for windows https://www.python.org/ and just run/execute these files
p.a.c.k. is quite old ... |
|
Snoopy |
hashcat
|
5 |
6,191 |
01-28-2025, 08:37 PM |
|
|
Thread: is it possible to generate passwords using python
Post: RE: is it possible to generate passwords using pyt...
Why so complicated? Just use a simple batchfile with variables, put variables at the beginning of your file where you can easily change them, don't forget to add option --status to update the status w... |
|
Snoopy |
hashcat
|
1 |
3,039 |
01-27-2025, 07:12 PM |
|
|
Thread: How to make masks out of a wordlist?
Post: RE: How to make masks out of a wordlist?
Atlantis Wrote: (01-24-2025, 06:24 PM)
--
penguinkeeper Wrote: (01-21-2025, 09:11 PM)
--
PACK's statsgen does this, see the "Checking mask coverage" section of:
https://github.com/iphelix/pack
--
T... |
|
Snoopy |
hashcat
|
5 |
6,191 |
01-24-2025, 06:37 PM |