Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: Need help working with masks
Post: RE: Need help working with masks
you are mixing up masks and rules in a really weird way. This is what masks look like: https://hashcat.net/wiki/doku.php?id=mask_attack |
|
undeath |
hashcat
|
5 |
2,537 |
02-03-2019, 03:29 PM |
|
|
Thread: Rejecting candidates under X characters while using rules set?
Post: RE: Rejecting candidates under X characters while ...
Use -O which will reject all candidates longer than 15 characters. Using other mechanisms to reject candidates will likely slow down the attack more than just trying them anyway. Afterwards you can st... |
|
undeath |
hashcat
|
5 |
3,365 |
02-03-2019, 09:40 PM |
|
|
Thread: problems with -m 15700
Post: RE: problems with -m 15700
Try using the slow candidates mode (-S)
Hashcat isn't optimised for handling such small wordlists. |
|
undeath |
hashcat
|
5 |
2,794 |
02-08-2019, 03:36 PM |
|
|
Thread: Restore hashcat with no session saved
Post: RE: Restore hashcat with no session saved
running "hashcat --restore" should do the trick. But why are you using crunch to generate such stupid dicts? Use a mask attack. |
|
undeath |
hashcat
|
5 |
2,410 |
02-24-2019, 02:05 PM |
|
|
Thread: sagitta.pw, is it legit?
Post: RE: sagitta.pw, is it legit?
FPTHHrw6mKhNZwL6 Wrote: (04-01-2019, 02:41 AM)
--
Prices seem steep, 21k for hardware
--
enterprise-grade hardware + enterprise-grade support. They don't sell a bunch of random hardware parts you n... |
|
undeath |
Hardware
|
5 |
3,071 |
04-01-2019, 10:51 AM |
|
|
Thread: Hashcat Brain
Post: RE: Hashcat Brain
you should always use the potfile, unless you are tracking cracked hashes through other means (eg outfile). hashcat brain will not do that. |
|
undeath |
hashcat
|
5 |
2,300 |
05-28-2019, 06:23 PM |
|
|
Thread: GTX 1070 low performance
Post: RE: GTX 1070 low performance
1. running hashcat on notebooks is not recommended
2. you are not specifying a mask
3. did you try the suggestion of adding -w3 and -O ?
4. hashrate is not measured in hertz (lol) |
|
undeath |
hashcat
|
5 |
2,437 |
06-20-2019, 06:57 PM |
|
|
Thread: difference between double wide PCIex16 vs double wide PCIe Gen3 x16
Post: RE: difference between double wide PCIex16 vs doub...
PCIe is fully downward compatible. |
|
undeath |
Hardware
|
5 |
2,904 |
06-26-2019, 07:56 PM |
|
|
Thread: GTX 1070 low performance
Post: RE: GTX 1070 low performance
Seems weird that you would see the same speed with -w3 and -O. It should at least improve a bit. If it doesn't that may hint to serious heat throttling due to using a notebook. (benchmark is only a sh... |
|
undeath |
hashcat
|
5 |
2,437 |
06-30-2019, 10:52 PM |
|
|
Thread: Why 4.0.0 find the password and 5.1.0 not?
Post: RE: Why 4.0.0 find the password and 5.1.0 not?
Probably a bug in the AMD driver that is not triggered by the old opencl code but by the code in the latest hashcat version. |
|
undeath |
hashcat
|
5 |
2,337 |
07-04-2019, 09:53 PM |
|
|
Thread: Why 4.0.0 find the password and 5.1.0 not?
Post: RE: Why 4.0.0 find the password and 5.1.0 not?
Pretty much. Well, hope they fix it with an update. And use the older hashcat version in the meantime. |
|
undeath |
hashcat
|
5 |
2,337 |
07-05-2019, 08:13 PM |
|
|
Thread: How to use checkpoint in hashcat beta (Windows)
Post: RE: How to use checkpoint in hashcat beta (Windows...
What do you mean by "not works"? What's happening? |
|
undeath |
hashcat
|
5 |
2,167 |
07-21-2019, 12:53 PM |
|
|
Thread: how to read wordlist with separator :
Post: RE: how to read wordlist with separator :
more like
Code:
--
sed 's/^\([^:]*\):\(.*\)$/\1\n\2/' user_word.txt > all.txt
--
|
|
undeath |
hashcat
|
5 |
1,914 |
07-23-2019, 03:00 PM |
|
|
Thread: Can you resume if HC crashes?
Post: RE: Can you resume if HC crashes?
by default hashcat will create a session called "hashcat". You can restore the session by simply running "hashcat --restore". |
|
undeath |
hashcat
|
5 |
1,762 |
08-13-2019, 11:58 AM |
|
|
Thread: Can you resume if HC crashes?
Post: RE: Can you resume if HC crashes?
"8 digit upper alpha" would be
-1 ?d?u ?1?1?1?1?1?1?1?1
I guess you mean "8 characters upper alpha"? |
|
undeath |
hashcat
|
5 |
1,762 |
08-13-2019, 03:31 PM |
|
|
Thread: Determine if PKMID is dynamic?
Post: RE: Determine if PKMID is dynamic?
arniezonez Wrote: (08-14-2019, 04:55 PM)
--
Would the opengl self test failing be responsible for this?
--
LOL |
|
undeath |
General Talk
|
5 |
2,379 |
08-14-2019, 05:01 PM |
|
|
Thread: hybrid attack can't use all gpu power?
Post: RE: hybrid attack can't use all gpu power?
you can pipe in from another instance like this:
Code:
--
hashcat -a 6 wordlist.txt -1 dig_symbols.charset ?1?1?1?1?1?1 --increment --stdout | hashcat -m 11300 hash.txt
--
note that you won't be... |
|
undeath |
hashcat
|
5 |
1,885 |
08-15-2019, 11:03 PM |
|
|
Thread: Rtx 2080 max-q
Post: RE: Rtx 2080 max-q
Laptops are generally not recommended for use with hashcat. They are not designed to handle sustained high loads and will overheat and/or heat throttle quickly, damaging your hardware in the long run.... |
|
undeath |
Hardware
|
5 |
2,768 |
08-19-2019, 11:23 AM |
|
|
Thread: Possible to use CUDA and OpenCL side-by-side?
Post: RE: Possible to use CUDA and OpenCL side-by-side?
I can't imagine why this wouldn't be possible. Why not try it? |
|
undeath |
hashcat
|
5 |
2,170 |
09-19-2019, 10:26 AM |
|
|
Thread: TITAN RTX - performance issues?
Post: RE: TITAN RTX - performance issues?
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_to_create_more_work_for_full_speed |
|
undeath |
hashcat
|
5 |
2,340 |
10-24-2019, 08:18 PM |