Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: 4 card cracking Rigg
Post: RE: 4 card cracking Rigg
JaneTheCracker Wrote: (06-01-2018, 11:20 AM)
--
Does the CPU matter for hashcat?
--
Unless you do CPU-cracking, no.
JaneTheCracker Wrote: (06-01-2018, 11:20 AM)
--
Does the amount of ram matter for... |
|
undeath |
Hardware
|
7 |
6,178 |
06-01-2018, 11:33 AM |
|
|
Thread: 4 card cracking Rigg
Post: RE: 4 card cracking Rigg
Drive speed only matters in so far as that it influences start time. Once hashcat is running it doesn't (unless you run a straight wordlist attack on a fast hash, but that's inefficient anyway). |
|
undeath |
Hardware
|
7 |
6,178 |
06-01-2018, 11:54 AM |
|
|
Thread: 4 card cracking Rigg
Post: RE: 4 card cracking Rigg
|
undeath |
Hardware
|
7 |
6,178 |
06-03-2018, 05:09 PM |
|
|
Thread: bitcoin2hashcat error
Post: RE: bitcoin2hashcat error
Could be anything. The file may be damaged or maybe a slightly different format is used in newer versions of bitcoind. |
|
undeath |
hashcat
|
7 |
6,386 |
07-19-2018, 03:11 PM |
|
|
Thread: bitcoin2hashcat error
Post: RE: bitcoin2hashcat error
four different clients? This is only for the bitcoin core wallet. |
|
undeath |
hashcat
|
7 |
6,386 |
07-19-2018, 09:20 PM |
|
|
Thread: bitcoin2hashcat error
Post: RE: bitcoin2hashcat error
From what I can tell bitcoin2john.py should be compatible with hashcat. Can you try and confirm? |
|
undeath |
hashcat
|
7 |
6,386 |
07-22-2018, 10:05 PM |
|
|
Thread: How to leet-transform only one char ? [edited]
Post: RE: How to leet-transform only one char ? [edited]
I don't think such cases are easily handled with rules (other than random character replaces). You're much more likely to hit such words using a fingerprint attack (https://hashcat.net/wiki/doku.php?i... |
|
undeath |
hashcat
|
7 |
3,887 |
08-12-2018, 08:29 PM |
|
|
Thread: How to leet-transform only one char ? [edited]
Post: RE: How to leet-transform only one char ? [edited]
It wasn't removed, it has just never been implemented. Note the predecessor of hashcat v3 and later is not hashcat-legacy but oclhashcat. |
|
undeath |
hashcat
|
7 |
3,887 |
08-14-2018, 04:32 PM |
|
|
Thread: Restore File How to Use it
Post: RE: Restore File How to Use it
only run
Code:
--
hashcat --restore
--
with no additional arguments |
|
undeath |
hashcat
|
7 |
4,560 |
09-13-2018, 11:21 AM |
|
|
Thread: Little Help to young Hackerman
Post: RE: Little Help to young Hackerman
There is a IRC channel. Kids these days… :P |
|
undeath |
General Talk
|
7 |
4,549 |
09-28-2018, 10:21 AM |
|
|
Thread: No duplicated characters when cracking wpa2 password
Post: RE: No duplicated characters when cracking wpa2 pa...
When piping in candidates hashcat cannot show you any progress. It is working however. You can verify this by seeing the "progress" counter increasing:
Progress.........: 2949120
You can speed up has... |
|
undeath |
General Talk
|
7 |
5,193 |
10-01-2018, 12:27 AM |
|
|
Thread: Keep temp under certain treshold?
Post: RE: Keep temp under certain treshold?
x_pike Wrote: (10-23-2018, 12:16 AM)
--
Core [email protected]
GTX 1070
16 GB Ram
--
x_pike Wrote: (10-23-2018, 04:20 AM)
--
ASUS Strix gl502vs laptop
--
leaving out that unnecessary part about... |
|
undeath |
hashcat
|
7 |
4,642 |
10-23-2018, 10:10 AM |
|
|
Thread: Keep temp under certain treshold?
Post: RE: Keep temp under certain treshold?
Other than using third-party software to regulate fan speed and/or clock speed, no. You can add -w1 and see if that lowers the load enough to keep the temps down. |
|
undeath |
hashcat
|
7 |
4,642 |
10-24-2018, 10:49 AM |
|
|
Thread: 7000h/s (not 7000kh/s) on GTX 860m
Post: RE: 7000h/s (not 7000kh/s) on GTX 860m
Since you're only using your GPU for cracking you can simply ignore that warning. However. laptops are not recommended for hashcracking in general because they are not designed for high compute loads ... |
|
undeath |
hashcat
|
7 |
4,333 |
10-25-2018, 05:20 PM |
|
|
Thread: bruteforce wpa2 from 9999999999 to 6000000000 in decreasing order
Post: RE: bruteforce wpa2 from 9999999999 to 6000000000 ...
https://hashcat.net/wiki/doku.php?id=mask_attack |
|
undeath |
hashcat
|
7 |
4,636 |
11-22-2018, 11:53 AM |
|
|
Thread: Can i modify hashcat to make it generate random instead of all possible combination?
Post: RE: Can i modify hashcat to make it generate rando...
as written by NoReply, hashcat is using markov chains to generate candidates in a mask attack, hence the candidates are not sorted by lexicographical order by default. |
|
undeath |
hashcat
|
7 |
5,816 |
12-22-2018, 01:29 PM |
|
|
Thread: Can i modify hashcat to make it generate random instead of all possible combination?
Post: RE: Can i modify hashcat to make it generate rando...
well, since you asked: https://github.com/hashcat/hashcat/blob/master/OpenCL/markov_le.cl |
|
undeath |
hashcat
|
7 |
5,816 |
12-22-2018, 03:36 PM |
|
|
Thread: Low GPU utilization and how to cope with it
Post: RE: Low GPU utilization and how to cope with it
convert the smaller of the two lists into a rules file and don't use mode 7 but mode 0 |
|
undeath |
hashcat
|
7 |
3,763 |
01-05-2019, 01:50 AM |
|
|
Thread: Low GPU utilization and how to cope with it
Post: RE: Low GPU utilization and how to cope with it
if you are indeed attacking unsalted md5 there is no reason to have a targeted attack per hash. |
|
undeath |
hashcat
|
7 |
3,763 |
01-05-2019, 09:28 PM |
|
|
Thread: Locating bottleneck in Brain
Post: RE: Locating bottleneck in Brain
Have you checked how saturated your network is? |
|
undeath |
hashcat
|
7 |
4,570 |
02-11-2019, 03:56 PM |