Search Results
|
Post |
Author |
Forum |
Replies
[desc]
|
Views |
Posted |
|
|
Thread: Thanks
Post: Thanks
Just wanted to say thanks to you guys (you know who you are) who are helping answering questions in this forum.
I couldn't do it alone while doing development at the same time. So thank you! |
|
atom |
User Contributions
|
2 |
3,034 |
10-11-2018, 09:04 PM |
|
|
Thread: Help with optimizing dict attack
Post: RE: Help with optimizing dict attack
Try with prince and use the words in the basewords with and without spaces at the end |
|
atom |
General Talk
|
2 |
2,486 |
10-25-2018, 07:21 AM |
|
|
Thread: word combinations with masks between
Post: RE: word combinations with masks between
If you use 6223 you don't need to use 6221. IOW, there's a just a total of 3 modes to check: 6213 6223 6233 |
|
atom |
General Talk
|
2 |
2,118 |
11-17-2018, 12:42 AM |
|
|
Thread: Explain the $HEX?
Post: RE: Explain the $HEX?
Depending on your hashcat version the behaviour changes a bit. In the latest version if the password is a valid UTF8 password, it is displayed as it is. Only in case if the password is not a valid UTF... |
|
atom |
hashcat
|
2 |
2,038 |
12-16-2018, 11:23 PM |
|
|
Thread: Hashcat Shows Double the GPU count?
Post: RE: Hashcat Shows Double the GPU count?
Very strange behavior, never saw that before. Problem roots likely in /etc/OpenCL/vendors/ configuration. |
|
atom |
hashcat
|
2 |
1,800 |
01-10-2019, 05:12 PM |
|
|
Thread: Issues running hashcat
Post: RE: Issues running hashcat
You need you buy new GPU. |
|
atom |
hashcat
|
2 |
4,508 |
01-31-2019, 09:39 AM |
|
|
Thread: hashcat finds cpu but not gpu
Post: RE: hashcat finds cpu but not gpu
Typically the nvidia driver should install it's own opencl runtime, but for some reason it did not. Another question is why is there an AMD opencl runtime detected. Maybe the computer had an AMD GPU i... |
|
atom |
hashcat
|
2 |
1,867 |
02-13-2019, 05:09 PM |
|
|
Thread: Task Manager has Hashcat using more CPU than GPU
Post: RE: Task Manager has Hashcat using more CPU than G...
The high CPU use on startup is because of the kernel compilation. This is done by the opencl runtime which is provided from the opencl device driver. It creates some initial CPU load only for a short ... |
|
atom |
hashcat
|
2 |
2,062 |
02-13-2019, 07:06 PM |
|
|
Thread: Help Desk password hash
Post: RE: Help Desk password hash
Converted wordlist can't work in optimized mode or only up to 6 character passwords in pure mode. The only way to crack this is to write a separate hashcat kernel. Expect raw sha1 performance and divi... |
|
atom |
hashcat
|
2 |
1,814 |
02-16-2019, 10:38 AM |
|
|
Thread: Weird client behaviour in Brain Attack
Post: RE: Weird client behaviour in Brain Attack
Please provide all information like commandline setup and files so that we can reproduce locally. |
|
atom |
hashcat
|
2 |
1,811 |
02-20-2019, 08:47 AM |
|
|
Thread: no such directory after make install
Post: RE: no such directory after make install
This should explain it better, note that the apt-get remove in this case represents the rm command:
Quote:
--
root@ro:~# touch /usr/bin/bla
root@ro:~# chmod +x /usr/bin/bla
root@ro:~# rm /usr/... |
|
atom |
General Talk
|
2 |
2,399 |
03-03-2019, 11:40 AM |
|
|
Thread: AES128 is this possible ?
Post: RE: AES128 is this possible ?
It can not. People attack the KDF, which is used to create the AES key. But that's not the fault of AES. |
|
atom |
General Talk
|
2 |
1,973 |
03-14-2019, 08:39 AM |
|
|
Thread: GPU usage optimization
Post: RE: GPU usage optimization
This is relevant only for AMD GPU. Don't use these settings, they can break things. |
|
atom |
hashcat
|
2 |
1,799 |
03-14-2019, 08:42 AM |
|
|
Thread: Hebrew charset + masking?
Post: RE: Hebrew charset + masking?
There are a million things to think of when it comes to the encoding nightmare.
Generally: Hashes work bytewise. Hashcat works bytewise. No need to do anything if you run wordlist attacks. It will... |
|
atom |
hashcat
|
2 |
1,657 |
03-14-2019, 08:46 AM |
|
|
Thread: Cracking SSD password
Post: RE: Cracking SSD password
I remember this from last year: https://www.tomshardware.com/news/crucial-samsung-ssd-encryption-bypassed,38025.html
No Password = not relevant for hashcat |
|
atom |
General Talk
|
2 |
2,113 |
03-23-2019, 06:21 PM |
|
|
Thread: Determining which slot a GPU is in?
Post: RE: Determining which slot a GPU is in?
I think clinfo can print the PCI slot number, so you can then translate to hashcat OpenCL device. |
|
atom |
hashcat
|
2 |
1,532 |
04-02-2019, 01:19 PM |
|
|
Thread: BruteForce with specific patterns
Post: RE: BruteForce with specific patterns
Use -a 1 with the left wordlist having ?w?s?w?s and the right wordlist having ?w?s will give you full GPU acceleration |
|
atom |
General Talk
|
2 |
1,915 |
04-02-2019, 01:37 PM |
|
|
Thread: Hashcat CPU vs GPU - Linux vs Windows
Post: RE: Hashcat CPU vs GPU - Linux vs Windows
1. Your GPU and CPU performance looks good, nothing to improve by compiling from source. If you want to compile from source on windows, read BUILD_msys.md or BUILD_cygwin.md you can find it on hashcat... |
|
atom |
hashcat
|
2 |
4,482 |
04-05-2019, 04:32 PM |
|
|
Thread: Consonant and Vowel masks
Post: RE: Consonant and Vowel masks
This has been answered tons of times here on the forum. hashcat cannot make use of the inner loop acceleration while at the same time has to copy each password candidate (base section) over PCI Expres... |
|
atom |
hashcat
|
2 |
1,802 |
04-05-2019, 04:36 PM |
|
|
Thread: dictionary cache slow at building hashcat
Post: RE: dictionary cache slow at building hashcat
|
atom |
hashcat
|
2 |
1,838 |
04-14-2019, 07:33 AM |