Search Results
|
Post |
Author
[asc]
|
Forum |
Replies |
Views |
Posted |
|
|
Thread: hashcat binary download
Post: RE: hashcat binary download
inoo Wrote: (12-31-2019, 05:04 AM)
--
Hi, all
How can I download the latest hashcat binary?
I couldn't find hashcat binary download link in GitHub..
--
Right on the front page. Pretty easy to see, ... |
|
slyexe |
General Talk
|
1 |
1,213 |
12-31-2019, 05:45 AM |
|
|
Thread: Dictionary Attack
Post: RE: Dictionary Attack
WPA can always use some extra effort. Many routers have default passwords which can be found here on our forum
Default password list (https://hashcat.net/forum/thread-6170.html)
Other routers which a... |
|
slyexe |
General Talk
|
3 |
1,523 |
01-06-2020, 02:23 AM |
|
|
Thread: Wallet.dat recovery
Post: RE: Wallet.dat recovery
https://hashcat.net/wiki/doku.php?id=hashcat (https://hashcat.net/wiki/doku.php?id=hashcat) has all the answers you're looking for.
1. See -help: Usage: hashcat [options]... hash|hashfile|hccapxf... |
|
slyexe |
hashcat
|
4 |
2,936 |
01-11-2020, 12:56 AM |
|
|
Thread: Wallet.dat recovery
Post: RE: Wallet.dat recovery
What it sounds like you're wanting to do is use a wordlist and add digits to the end. In this situation using a hybrid attack will fulfill that attack.
Code:
--
hashcat64.exe -m 11300 -a 6 -w 3 -... |
|
slyexe |
hashcat
|
4 |
2,936 |
01-12-2020, 03:07 AM |
|
|
Thread: Hashcat gets exhausted too quickly, HELP!
Post: RE: Hashcat gets exhausted too quickly, HELP!
All cracked hashes will be added to hashcat.potfile (open with a text editor of your choice) Otherwise you can just use output to put it into a text file of your liking.
hashcat.exe -w 3 -m 0 -o MD... |
|
slyexe |
hashcat
|
6 |
2,213 |
01-12-2020, 03:12 AM |
|
|
Thread: What to watch out for when running two instances of Hashcat at once?
Post: RE: What to watch out for when running two instanc...
What is the significance of this? Just do multiple cmds in a bat file.
hashcat.exe -m xxx -w 3 -a 3 etc...
hashcat.exe -m xxx -w 3 -a 0 etc...
pause
If you do 2 instances, you're just going ... |
|
slyexe |
hashcat
|
8 |
2,341 |
01-18-2020, 02:35 AM |
|
|
Thread: What to watch out for when running two instances of Hashcat at once?
Post: RE: What to watch out for when running two instanc...
royce Wrote: (01-18-2020, 02:42 AM)
--
I often run more than one simultaneously, either distributing load among GPUs
--
I suppose if you're managing a good cracking rig this would make sense. I never... |
|
slyexe |
hashcat
|
8 |
2,341 |
01-18-2020, 02:55 AM |
|
|
Thread: need batch stop after pass found hccapx
Post: RE: need batch stop after pass found hccapx
It'll keep looking if you have more than one digest. Remove the other digest and you'll have no more issues.
Example of a multicap file with 6 hashes:
Session..........: hashcat
Status............ |
|
slyexe |
hashcat
|
15 |
3,949 |
01-25-2020, 01:15 AM |
|
|
Thread: time estimate
Post: RE: time estimate
Beyond a life time. Any wallet with no feasible data pertaining to it will not be crackable over 6 characters. Even with a super computer you're not going to get very far into you're keyspace. |
|
slyexe |
General Talk
|
2 |
1,059 |
01-25-2020, 02:22 AM |
|
|
Thread: so hashes/s is same as passwords/s?
Post: RE: so hashes/s is same as passwords/s?
Quote:
--
cpu can't go that fast
--
Alot of hashes are cracked faster using a CPU over GPU actually. So it's a matter of what you're trying to use and what is being used. Otherwise, this command do... |
|
slyexe |
hashcat
|
6 |
2,571 |
01-26-2020, 06:14 AM |
|
|
Thread: Speeding up bruteforce cracking time
Post: RE: Speeding up bruteforce cracking time
Leaver77 Wrote: (01-26-2020, 04:32 AM)
--
Hello, im wondering if there is a way to use custom rules Or masks?
Im trying to crack my talltalk router wifif password from the handshake.
I know my pas... |
|
slyexe |
hashcat
|
6 |
1,937 |
01-26-2020, 06:26 AM |
|
|
Thread: need batch stop after pass found hccapx
Post: RE: need batch stop after pass found hccapx
msalman Wrote: (01-26-2020, 05:08 PM)
--
i dont have multicap just 1 network
--
If thats the case, then after the password is found hashcat will stop. |
|
slyexe |
hashcat
|
15 |
3,949 |
01-26-2020, 11:35 PM |
|
|
Thread: Integer overflow detected
Post: RE: Integer overflow detected
first off, why are you using --force? This can cause issues cracking. Hashcat gives you reasons as to solve why it is not working correctly and you should listen.
secondly, your mask is completely ... |
|
slyexe |
hashcat
|
10 |
2,733 |
01-26-2020, 11:44 PM |
|
|
Thread: need batch stop after pass found hccapx
Post: RE: need batch stop after pass found hccapx
msalman Wrote: (01-27-2020, 09:10 PM)
--
1 = exhausted
--
If it's running into exhausted then the password hasn't been found and it'll keep going thru your batch. Once it reaches cracked it'll stop a... |
|
slyexe |
hashcat
|
15 |
3,949 |
01-28-2020, 12:09 AM |
|
|
Thread: Integer overflow detected
Post: RE: Integer overflow detected
For your mask, if you're wanting to do uppercase + digits you will need to create a custom mask using the prebuilt commands of -1 to -4. So instead of interleaving your mask with ?u and ?d we need to ... |
|
slyexe |
hashcat
|
10 |
2,733 |
01-28-2020, 12:17 AM |
|
|
Thread: Hashcat stop working when launched
Post: RE: Hashcat stop working when launched
What's the terminal show within status? How are your cards mounted? Could it be a temperature issue? Sure your attack isn't just finishing? Has your password been cracked once before?
Try a la... |
|
slyexe |
hashcat
|
5 |
1,550 |
01-30-2020, 03:24 AM |
|
|
Thread: Integer overflow detected
Post: RE: Integer overflow detected
Simply just extract the contents of the 7z archive and you're set. Otherwise, if you're seeing nvidia or amd versions they're probably very old OCLhashcat when there was 2 separate software for both C... |
|
slyexe |
hashcat
|
10 |
2,733 |
01-30-2020, 03:31 AM |
|
|
Thread: Newer windows build
Post: RE: Newer windows build
https://hashcat.net/beta/ (https://hashcat.net/beta/)
Heres the proper beta files, just extract and try with this. |
|
slyexe |
hashcat
|
2 |
1,369 |
02-23-2020, 04:43 AM |
|
|
Thread: Couple of questions
Post: RE: Couple of questions
Nvidia has better compatibility with Hashcat as well as better power performance. However, AMD is the cheaper option and may have better speeds per $ if you're considering it in that aspect. For mysel... |
|
slyexe |
hashcat
|
8 |
2,668 |
02-23-2020, 04:50 AM |
|
|
Thread: 2080 ti 2500 50kh's
Post: RE: 2080 ti 2500 50kh's
Without knowing if you're attempting more than one hash, then that speed is very slow for a 2080ti. My 1070 gets 330k h/s. Also depending on RAM and your wordlist length could add to performance issu... |
|
slyexe |
General Talk
|
5 |
1,477 |
03-23-2020, 04:38 AM |