Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: Mode 22000 Bad file descriptor
Post: RE: Mode 22000 Bad file descriptor
Hi Zerbea,
Fully agree to use hex instead of ASCII.
My initial question was why mode 16800 accepts --username but mode 22000 does not, because both inputs are in hex.
Having a look at the source code... |
|
Mem5 |
hashcat
|
10 |
3,159 |
01-19-2020, 04:52 PM |
|
|
Thread: Mode 22000 Bad file descriptor
Post: RE: Mode 22000 Bad file descriptor
No worries :)
Amazing job you've done BTW. |
|
Mem5 |
hashcat
|
10 |
3,159 |
01-19-2020, 08:40 PM |
|
|
Thread: Mode 22000 Bad file descriptor
Post: RE: Mode 22000 Bad file descriptor
This allows a brilliant fine tuning =) |
|
Mem5 |
hashcat
|
10 |
3,159 |
01-20-2020, 12:00 AM |
|
|
Thread: Mix of single and multi byte in wordlist
Post: RE: Mix of single and multi byte in wordlist
undeath Wrote: (06-23-2018, 11:29 AM)
--
multibyte wordlists with rules are an open problem. Your wordlists will just work but rules will still only modify single bytes. Converting to hex or whatever... |
|
Mem5 |
hashcat
|
6 |
4,577 |
06-25-2018, 05:17 PM |
|
|
Thread: Mix of single and multi byte in wordlist
Post: RE: Mix of single and multi byte in wordlist
OK got it.
By the way, I just figure out that WPA-Personal (https://en.wikipedia.org/w/index.php?title=Wi-Fi_Protected_Access) has a limitation conerning accented letters : "passphrase of 8 to 63 p... |
|
Mem5 |
hashcat
|
6 |
4,577 |
06-25-2018, 06:27 PM |
|
|
Thread: Mix of --hex-charset and non hex ?
Post: RE: Mix of --hex-charset and non hex ?
Thanks for your answer. I converted ascii in to hex.
Do you mean I will have more success with a combinator attack instead ? |
|
Mem5 |
hashcat
|
7 |
5,471 |
03-18-2018, 04:58 PM |
|
|
Thread: Mix of --hex-charset and non hex ?
Post: RE: Mix of --hex-charset and non hex ?
Yes.
So i need to put 'user\n' in a file and combine it with another wordlist? |
|
Mem5 |
hashcat
|
7 |
5,471 |
03-18-2018, 06:11 PM |
|
|
Thread: Mix of --hex-charset and non hex ?
Post: RE: Mix of --hex-charset and non hex ?
It works well, thanks.
I would add to your good answer the use of --hex-salt for hex-salt support for the hashfile, in my case. |
|
Mem5 |
hashcat
|
7 |
5,471 |
03-20-2018, 09:04 AM |
|
|
Thread: Microsoft Azure Ubuntu. Problem with hashcat
Post: RE: Microsoft Azure Ubuntu. Problem with hashcat
'modules' directory should not be under /usr/bin
Try extracting hashcat into ~/
and run ~/hashcat-6.1.1/hashcat.bin -I |
|
Mem5 |
hashcat
|
12 |
1,185 |
08-14-2020, 11:50 PM |
|
|
Thread: Microsoft Azure Ubuntu. Problem with hashcat
Post: RE: Microsoft Azure Ubuntu. Problem with hashcat
Code:
--
apt-get -y install p7zip-full
wget "https://hashcat.net/files/hashcat-6.1.1.7z"
7z x hashcat-6.1.1.7z
cd hashcat-6.1.1
./hashcat.bin -I
--
|
|
Mem5 |
hashcat
|
12 |
1,185 |
08-15-2020, 08:58 PM |
|
|
Thread: Microsoft Azure Ubuntu. Problem with hashcat
Post: RE: Microsoft Azure Ubuntu. Problem with hashcat
As written: update CUDA (current is 11.0)
VeraCrypt is kinda secure, so yes it's "slow".
But you can get around 2073 H/s with a 2080 Ti
GPU K80 is very slow for all algorithms. Get a better GPU =) |
|
Mem5 |
hashcat
|
12 |
1,185 |
08-16-2020, 11:30 AM |
|
|
Thread: Microsoft Azure Ubuntu. Problem with hashcat
Post: RE: Microsoft Azure Ubuntu. Problem with hashcat
|
Mem5 |
hashcat
|
12 |
1,185 |
08-16-2020, 03:16 PM |
|
|
Thread: MD5 and v3.00
Post: RE: MD5 and v3.00
So.. pure bruteforcing on 3.00 is faster than v2.01 ; but rules and wordlist attacks is slower.
Weird ? |
|
Mem5 |
hashcat
|
19 |
21,392 |
07-02-2016, 10:19 PM |
|
|
Thread: MD5 and v3.00
Post: RE: MD5 and v3.00
I don't think so.
I am pretty sure the wordlist is transferred to GPU before starting the crack. |
|
Mem5 |
hashcat
|
19 |
21,392 |
07-02-2016, 11:08 PM |
|
|
Thread: MD5 and v3.00
Post: RE: MD5 and v3.00
So, let me summarize a bit :
- pure bruteforcing : v3.00 is faster
- Straight wordlist (no rules) : v3.00 is faster
- wordists + rules : v2.01 is faster BUT buggy
Am I right ? |
|
Mem5 |
hashcat
|
19 |
21,392 |
07-05-2016, 08:31 PM |
|
|
Thread: Maskprocessor Help Windows 10
Post: RE: Maskprocessor Help Windows 10
Common methodology is to use wordlists first ant then bruteforce.
You can rent GPUs if your need is punctual |
|
Mem5 |
hashcat
|
12 |
2,253 |
05-11-2020, 06:21 PM |
|
|
Thread: mask override does not work correctly
Post: RE: mask override does not work correctly
?h is not only letters but hexadecimal charset (as said ?h = 0123456789abcdef)
To crack "1q2w3e" you need ?d?l?d?l?d?l |
|
Mem5 |
hashcat
|
5 |
2,034 |
06-16-2019, 11:28 AM |
|
|
Thread: manipulating wordlists + incriments
Post: RE: manipulating wordlists + incriments
You need combinator attack : https://hashcat.net/wiki/doku.php?id=combinator_attack + rule (-j and -k)
Good read as well : https://hashcat.net/wiki/doku.php?id=hybrid_attack
Increment:
-I list th... |
|
Mem5 |
hashcat
|
1 |
1,317 |
01-27-2019, 06:40 PM |
|
|
Thread: Magento ?
Post: RE: Magento ?
|
Mem5 |
General Help
|
2 |
8,690 |
07-19-2013, 11:19 PM |
|
|
Thread: Low speed on GTX 970 v1.32 with WPA2
Post: RE: Low speed on GTX 970 v1.32 with WPA2
Theoretical speed would be 149 889 h/sec. So you are good.
source : https://golubev.com/gpuest.htm |
|
Mem5 |
Old oclHashcat Support
|
4 |
7,776 |
01-17-2015, 12:01 PM |