Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: Crack JWT HS256 with hashcat with Intel I9
Post: RE: Crack JWT HS256 with hashcat with Intel I9
if you didnt specify an attackmask you test your hash versus an empty word, so your wordlist is just one empty string ''
?a means is one position all possible 95 ascii signs which is bruteforce, yo... |
|
Snoopy |
hashcat
|
4 |
240 |
05-20-2022, 03:01 PM |
|
|
Thread: Crack JWT HS256 with hashcat with Intel I9
Post: RE: Crack JWT HS256 with hashcat with Intel I9
-a3 is bruteforece yes, but you didnt specify an attackmask
try
hashcat -a3 -m16500 --session my_session --increment pass.txt ?a?a?a?a?a?a?a?a
this will start a bruteforceattack with all ascii ... |
|
Snoopy |
hashcat
|
4 |
240 |
05-20-2022, 09:58 AM |
|
|
Thread: MaskSort - A computational sorter for your masks!
Post: RE: MaskSort - A computational sorter for your mas...
i hope no one will run this on his/her computer without any sandbox and or vm, this task could also be done quite easily with a scriptlanguage where the sourcecode can be reviewed
ESPECIALLY when y... |
|
Snoopy |
User Contributions
|
2 |
466 |
05-18-2022, 03:12 PM |
|
|
Thread: Hashcat says its starting and then nothing happens
Post: RE: Hashcat says its starting and then nothing hap...
what kind of pc? laptop? vps?
AMD GPUs on Windows require "AMD Radeon Adrenalin 2020 Edition" (20.2.2 or later)
please also see and try this for your cpu
https://hashcat.net/forum/thread-10757-... |
|
Snoopy |
hashcat
|
10 |
10,636 |
05-10-2022, 07:54 PM |
|
|
Thread: Beginner looking for help with restarting from another checkpoint / %
Post: RE: Beginner looking for help with restarting from...
steelcroissant Wrote: (05-08-2022, 12:03 AM)
--
Snoopy Wrote: (05-06-2022, 01:59 PM)
--
i think the best way/option would be using option
-s X
https://hashcat.net/wiki/doku.php?id=hashcat
-... |
|
Snoopy |
hashcat
|
6 |
674 |
05-10-2022, 07:22 PM |
|
|
Thread: Script for removing the Driver Timeout Patch
Post: RE: Script for removing the Driver Timeout Patch
Al3xandru Wrote: (05-10-2022, 04:25 PM)
--
OK, thanks for stating the obvious. Still looking for a solution.
--
the default ist 3 so modify the timeoutpatch to
Code:
--
Windows Registry Editor ... |
|
Snoopy |
hashcat
|
3 |
412 |
05-10-2022, 04:32 PM |
|
|
Thread: Why is there any allocated memory difference between 6.2 2 versions with 6.2.5?
Post: RE: Why is there any allocated memory difference b...
as long as your cooling solution will do their job you can run hahscat as long as you want, hahscat will stop by default if your cpu reaches 90 degrees which is still a safe temperature for most cpus |
|
Snoopy |
hashcat
|
8 |
1,244 |
05-10-2022, 03:47 PM |
|
|
Thread: No result recovered for a ZIP file
Post: RE: No result recovered for a ZIP file
no you get me wrong, it seems the modul or the opencl part is broken by default |
|
Snoopy |
hashcat
|
7 |
776 |
05-10-2022, 03:38 PM |
|
|
Thread: No result recovered for a ZIP file
Post: RE: No result recovered for a ZIP file
maybe it hast to do something with that
* Device #1: Skipping (hash-mode 17225)
This is due to a known OpenCL runtime and/or device driver issue (not a hashcat issue)
Yo... |
|
Snoopy |
hashcat
|
7 |
776 |
05-09-2022, 04:50 PM |
|
|
Thread: help with command!
Post: RE: help with command!
Or
please use maskfiles for that, instead of providing the mask directly on the command line, special chars like * have mostly some hidden meanings on commandline
so put this line (you had also ... |
|
Snoopy |
hashcat
|
2 |
369 |
05-09-2022, 03:58 PM |
|
|
Thread: Order of mask generator
Post: RE: Order of mask generator
do the fast runs with
?a
?a?a
?a?a?a
?a?a?a?a
until you reach a length of the mask where the ETA seems to long and you want to split
use a single line maskfile with the desired masklenght,... |
|
Snoopy |
hashcat
|
3 |
475 |
05-09-2022, 03:52 PM |
|
|
Thread: Why is there any allocated memory difference between 6.2 2 versions with 6.2.5?
Post: RE: Why is there any allocated memory difference b...
Helfrigg Wrote: (05-09-2022, 02:08 PM)
--
Regarding the graphics driver; It's clear I have a problem. I tested my own created md5s. Dictionary attack works fine. Mask attack if the 'password' consist... |
|
Snoopy |
hashcat
|
8 |
1,244 |
05-09-2022, 03:44 PM |
|
|
Thread: Why is there any allocated memory difference between 6.2 2 versions with 6.2.5?
Post: RE: Why is there any allocated memory difference b...
it doesnt matter, your CPU is your GPU and vice versa (you have an integrated chip)
use opencl 2.1 with your cpu (your iGPU is inside your CPU so its basically the same, the opencl instructions sen... |
|
Snoopy |
hashcat
|
8 |
1,244 |
05-09-2022, 03:40 PM |
|
|
Thread: Beginner looking for help with restarting from another checkpoint / %
Post: RE: Beginner looking for help with restarting from...
i think the best way/option would be using option
-s X
https://hashcat.net/wiki/doku.php?id=hashcat
-s, --skip | Num | Skip X words from the start ... |
|
Snoopy |
hashcat
|
6 |
674 |
05-06-2022, 01:59 PM |
|
|
Thread: Token length exception (Bitcoin)
Post: RE: Token length exception (Bitcoin)
the given hash is the default/example hash, see https://hashcat.net/wiki/doku.php?id=example_hashes
search for 11300, as you can see the default hash is longer then yours |
|
Snoopy |
hashcat
|
4 |
514 |
05-06-2022, 01:52 PM |
|
|
Thread: Why is there any allocated memory difference between 6.2 2 versions with 6.2.5?
Post: RE: Why is there any allocated memory difference b...
Code:
--
OpenCL API (OpenCL 1.2 )
--
this is really old and you will run into some troubles using these old opencl api with hahscat
next thing opencl on intel iGPU is broken by default
you ha... |
|
Snoopy |
hashcat
|
8 |
1,244 |
05-05-2022, 04:37 PM |
|
|
Thread: Token length exception (Bitcoin)
Post: RE: Token length exception (Bitcoin)
given the sourcecode of the module 11300 the per token length as follows (check = check passed for your hash) $ is the seperator
$bitcoin
check
$64
2-3 check
$1702c5d1fef598b1858eed6b301cfbb309... |
|
Snoopy |
hashcat
|
4 |
514 |
05-05-2022, 04:27 PM |
|
|
Thread: utilization gpu
Post: RE: utilization gpu
koki90 Wrote: (05-04-2022, 12:47 PM)
--
slyexe Wrote: (05-04-2022, 04:39 AM)
--
Utilization will not be accurate with your typical windows software. As long as your hashrate is staying consistent t... |
|
Snoopy |
hashcat
|
3 |
552 |
05-05-2022, 03:34 PM |
|
|
Thread: Digests different from unique digests
Post: RE: Digests different from unique digests
well this is quite a huge list, i would assume you downloaded a bulk of uncracked ntlm from somewhere?
some sites just copy/merge "left lists" and doesnt check for doubles, so i would assume there ... |
|
Snoopy |
hashcat
|
3 |
772 |
05-02-2022, 04:37 PM |
|
|
Thread: Digests different from unique digests
Post: RE: Digests different from unique digests
Alessia97 Wrote: (04-29-2022, 08:04 AM)
--
Hello everyone, I’m trying to crack in brute force way a file of ntlm hashes. The problem is when I start hashcat it writes two different numbers of unique ... |
|
Snoopy |
hashcat
|
3 |
772 |
04-29-2022, 02:04 PM |