Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[desc]
|
|
|
Thread: 2726 Illegal instruction
Post: RE: 2726 Illegal instruction
which GPU ?
Tried to install the driver ?
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_may_have_the_wrong_driver_installed_what_should_i_do
btw: do not use some weird dis... |
|
philsmd |
hashcat
|
3 |
1,657 |
07-26-2019, 05:00 PM |
|
|
Thread: Downloaded 3.6.0 but says I’m using v4.2.1 ??
Post: RE: Downloaded 3.6.0 but says I’m using v4.2.1 ?...
why do you use old versions in the first place ?
to run a command on any *nix based system (including macos and linux), you need to run it like this:
Code:
--
./hashcat --help
--
i.e. t... |
|
philsmd |
hashcat
|
6 |
2,080 |
07-26-2019, 05:04 PM |
|
|
Thread: Downloaded 3.6.0 but says I’m using v4.2.1 ??
Post: RE: Downloaded 3.6.0 but says I’m using v4.2.1 ?...
try to use the latest beta version from https://hashcat.net/beta |
|
philsmd |
hashcat
|
6 |
2,080 |
07-26-2019, 07:35 PM |
|
|
Thread: 2726 Illegal instruction
Post: RE: 2726 Illegal instruction
again, you need to install the proprietary driver and make sure that the open source drivers like mesa/pocl are NOT installed. |
|
philsmd |
hashcat
|
3 |
1,657 |
07-26-2019, 07:35 PM |
|
|
Thread: CUDA Installation not detected
Post: RE: CUDA Installation not detected
which operating system and version?
which GPU ?
is nvrtc.dll and nvcuda.dll (or similar on linux) available on your system ? |
|
philsmd |
Beta Tester
|
7 |
12,889 |
07-27-2019, 12:26 PM |
|
|
Thread: PMKID cracked but which AP?
Post: RE: PMKID cracked but which AP?
As you can see here https://hashcat.net/wiki/doku.php?id=example_hashes the hash format is designed in a way that it has the MAC addresses etc in it to easily recognize the network.
Which versions ... |
|
philsmd |
General Talk
|
3 |
1,678 |
07-28-2019, 11:22 AM |
|
|
Thread: TESLA M60 - signature unmatched
Post: RE: TESLA M60 - signature unmatched
try newest beta version of hashcat from https://hashcat.net/beta/
does the example hash from https://hashcat.net/wiki/example_hashes work for you ? |
|
philsmd |
hashcat
|
4 |
1,708 |
07-28-2019, 02:54 PM |
|
|
Thread: PMKID cracked but which AP?
Post: RE: PMKID cracked but which AP?
try https://hashcat.net/beta/ . a lot of things changed already since last release of latest hashcat version |
|
philsmd |
General Talk
|
3 |
1,678 |
07-28-2019, 08:32 PM |
|
|
Thread: CUDA Installation not detected
Post: RE: CUDA Installation not detected
nvrtc64_80.dll means that you have CUDA 8 installed. This is the wrong version because it's way too old.
Please get fully rid of CUDA 8 (uninstall it completely by also using driver fusion and/or d... |
|
philsmd |
Beta Tester
|
7 |
12,889 |
07-30-2019, 09:08 AM |
|
|
Thread: Hashcat64 Insufficient memory available
Post: RE: Hashcat64 Insufficient memory available
you need to specify the hash file first (as mentioned within the first lines of --help)
hashcat -m 16800 -a 0 -w 4 hash.txt dict.txt |
|
philsmd |
hashcat
|
4 |
2,085 |
07-30-2019, 07:01 PM |
|
|
Thread: Downloaded 3.6.0 but says I’m using v4.2.1 ??
Post: RE: Downloaded 3.6.0 but says I’m using v4.2.1 ?...
well, I must admit that I forgot that we talked about macOS executable here.
Therefore for macOS you need to either use the github code and compile it yourself or use the homebrew packages which aren... |
|
philsmd |
hashcat
|
6 |
2,080 |
07-31-2019, 11:50 AM |
|
|
Thread: Hashcat Brain Service
Post: RE: Hashcat Brain Service
brain is most useful for so-called slow hashes ,therefore try with e.g. -m 3200 = bcrypt , sha256crypt, PBKDF2 etc
It's always a question on where the bottleneck is, if hashcat is too fast for the ... |
|
philsmd |
hashcat
|
3 |
1,477 |
07-31-2019, 12:03 PM |
|
|
Thread: Hashcat Brain Service
Post: RE: Hashcat Brain Service
maybe you are confusing the brain feature with some distributed cracking software like hashtopolis.
They address very different problems, but still some users think that the brain feature is some s... |
|
philsmd |
hashcat
|
3 |
1,477 |
07-31-2019, 12:32 PM |
|
|
Thread: Rules for Swedish characters
Post: RE: Rules for Swedish characters
see --keyboard-layout-mapping and the file layouts/se.hckmap
also read about the addition of this feature here: https://hashcat.net/forum/thread-7983.html |
|
philsmd |
hashcat
|
4 |
1,606 |
07-31-2019, 07:18 PM |
|
|
Thread: On Mac OS X using eGPU RX 580 not using internal RX 570?
Post: RE: On Mac OS X using eGPU RX 580 not using intern...
1. if you use the current github master version, it's a known problem: https://github.com/hashcat/hashcat/issues/2083
2. the VRAM max allocation is a driver restriction (or some would call it "OpenCL... |
|
philsmd |
hashcat
|
2 |
1,185 |
08-01-2019, 08:13 AM |
|
|
Thread: twitter yardım
Post: RE: twitter yardım
english only.
no, hashcat can not be used to hack twitter accounts. that's illegal and if it's really your account you need to contact the twitter support instead of doing shady things |
|
philsmd |
hashcat
|
2 |
1,069 |
08-01-2019, 11:02 AM |
|
|
Thread: Can I configure HC with known chars in a password?
Post: RE: Can I configure HC with known chars in a passw...
see https://hashcat.net/wiki/doku.php?id=mask_attack
hashcat -m 2500 -a 3 -2 ABC -3 ?l?u?d hash.txt D?2?3?3?3?3?3?3
-1, -2, -3, -4 are the custom charsets (--custom-charset1 ... --custom-charset... |
|
philsmd |
hashcat
|
8 |
2,780 |
08-01-2019, 09:30 PM |
|
|
Thread: Most efficient way to crack wpa2 hash if you know first char?
Post: RE: Most efficient way to crack wpa2 hash if you k...
first of all, these concepts of "rainbow tables" and "oclhashcat" (from your other post) etc are superseded since several years. not sure how you even come up with these concepts and think this is som... |
|
philsmd |
hashcat
|
3 |
1,941 |
08-02-2019, 01:15 PM |
|
|
Thread: Most efficient way to crack wpa2 hash if you know first char?
Post: RE: Most efficient way to crack wpa2 hash if you k...
in that case your password is probably written on a sticker on your router itself. Just have a look at your router (hardware). |
|
philsmd |
hashcat
|
3 |
1,941 |
08-02-2019, 04:02 PM |
|
|
Thread: noob question about cmds/password types
Post: RE: noob question about cmds/password types
example hashes are here: https://hashcat.net/wiki/example_hashes
note: no file names and colons within the hash |
|
philsmd |
hashcat
|
3 |
1,486 |
08-05-2019, 08:41 PM |