Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: Packages for Linux distributions
Post: Packages for Linux distributions
Anyone here experienced with creating and maintaining Linux packages? |
|
atom |
hashcat
|
12 |
18,959 |
12-08-2015, 12:48 AM |
|
|
Thread: Packages for Linux distributions
Post: RE: Packages for Linux distributions
Yes, that's correct. I just wanted to start the discussion. I think what we need is a list of paths we'd need to change to make it more compatible.
Btw. this _maybe_ has influence on the windows p... |
|
atom |
hashcat
|
12 |
18,959 |
12-08-2015, 01:01 AM |
|
|
Thread: Packages for Linux distributions
Post: RE: Packages for Linux distributions
This thread was been moved to GitHub: https://github.com/hashcat/oclHashcat/issues/20 |
|
atom |
hashcat
|
12 |
18,959 |
12-12-2015, 02:01 PM |
|
|
Thread: Packages for Linux distributions
Post: RE: Packages for Linux distributions
[hr]
Suggestions from epix:
I disagree partially, we need to distinguish between hashcat and oclHashcat on /usr/share/doc/ because of colliding filenames in the docs/* folder
I disagree to have... |
|
atom |
hashcat
|
12 |
18,959 |
12-09-2015, 12:06 AM |
|
|
Thread: Packages for Linux distributions
Post: RE: Packages for Linux distributions
Indeed well hashcat-common would be nice, but it's too much at once I think.
So here's the updated suggestion:
hashcat:
/usr/bin/*.bin
/usr/share/doc/hashcat/ (stuff from docs/*)
/us... |
|
atom |
hashcat
|
12 |
18,959 |
12-09-2015, 12:22 AM |
|
|
Thread: SHA1 and UTF8
Post: RE: SHA1 and UTF8
https://www.rurapenthe.me/2013/09/cracking-hashes-with-other-language.html |
|
atom |
Old oclHashcat Support
|
12 |
18,352 |
06-01-2016, 11:09 AM |
|
|
Thread: SHA1 and UTF8
Post: RE: SHA1 and UTF8
While thinking a bit on it, I think that's also the way to go if we would add real multibyte support into hashcat. Otherwise you'd end up in too many branches. We also need to keep the same length for... |
|
atom |
Old oclHashcat Support
|
12 |
18,352 |
06-03-2016, 10:10 PM |
|
|
Thread: SHA1 and UTF8
Post: RE: SHA1 and UTF8
That's correct, both points. |
|
atom |
Old oclHashcat Support
|
12 |
18,352 |
06-09-2016, 05:42 PM |
|
|
Thread: Save/Restore "unnamed" Session
Post: RE: Save/Restore "unnamed" Session
Quote:
--
How can I read the status output?
--
When you know you're at 75% it's because you saw it on the status screen. There's also a column named Restore Point
Quote:
--
Would it be okay to ... |
|
atom |
hashcat
|
12 |
24,561 |
08-12-2016, 05:58 PM |
|
|
Thread: WPA 10 digit phone number using area code dictionary and 7 digit mask? HOW?
Post: RE: WPA 10 digit phone number using area code dict...
If you want to verify the password candidates match your expectations you can use latest beta version, it will show them to you in the status view or use --stdout |
|
atom |
hashcat
|
12 |
16,742 |
10-21-2016, 07:01 PM |
|
|
Thread: WPA 10 digit phone number using area code dictionary and 7 digit mask? HOW?
Post: RE: WPA 10 digit phone number using area code dict...
Do you have any empty lines in the masks/areacodes_no-tabs.hcmask?
Note you can not use --stdout in combination with a hash, so you also need to remove the hccap-combined3/combined3.hccap |
|
atom |
hashcat
|
12 |
16,742 |
10-25-2016, 11:00 AM |
|
|
Thread: Building hashcat v3.20
Post: RE: Building hashcat v3.20
Just do:
git reset --hard
git clean -f
git pull
make clean
make |
|
atom |
hashcat
|
12 |
12,520 |
12-02-2016, 07:02 PM |
|
|
Thread: Building hashcat v3.20
Post: RE: Building hashcat v3.20
Hm, for some reason I think this is related to your opencl installation. Can you post the output of /opt/amdgpu-pro/bin/clinfo ? |
|
atom |
hashcat
|
12 |
12,520 |
12-02-2016, 07:55 PM |
|
|
Thread: Building hashcat v3.20
Post: RE: Building hashcat v3.20
Try with --gpu-temp-disable |
|
atom |
hashcat
|
12 |
12,520 |
12-02-2016, 08:14 PM |
|
|
Thread: Building hashcat v3.20
Post: RE: Building hashcat v3.20
Can you compile hashcat with DEBUG=1 and send me a backtrace ? |
|
atom |
hashcat
|
12 |
12,520 |
12-02-2016, 08:22 PM |
|
|
Thread: Building hashcat v3.20
Post: RE: Building hashcat v3.20
make clean
DEBUG=1 make
ulimit -c 999999999999
./hashcat -b
(core dumped)
gdb ./hashcat core
Then in gdb prompt type "bt"
Send me full output |
|
atom |
hashcat
|
12 |
12,520 |
12-02-2016, 08:37 PM |
|
|
Thread: Building hashcat v3.20
Post: RE: Building hashcat v3.20
Can you please delete the line
fclose (fd_drm);
in src/opencl.cl in line 78
and retry? |
|
atom |
hashcat
|
12 |
12,520 |
12-02-2016, 09:21 PM |
|
|
Thread: Wordlist of phrases
Post: RE: Wordlist of phrases
|
atom |
User Contributions
|
12 |
15,147 |
12-27-2016, 08:58 PM |
|
|
Thread: LUKS Support
Post: LUKS Support
After multiple weeks of coding and preparations I've completed the support for hashcat to crack LUKS protected partitions and volumes.
LUKS offers a set of "crypto items" (hashes, ciphers, blockmod... |
|
atom |
User Contributions
|
12 |
40,931 |
01-21-2017, 04:39 PM |
|
|
Thread: GTX 1080: errors
Post: RE: GTX 1080: errors
The "Device #1: Graphics Device" is kind of strange. Maybe your GPU does not support this driver. Try again with latest driver version from nvidia site (378.x series). |
|
atom |
hashcat
|
12 |
13,777 |
02-16-2017, 01:18 PM |