Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: Kubuntu 18.10 Nvidia GTX 1050 OpenCL compatibility
Post: RE: Kubuntu 18.10 Nvidia GTX 1050 OpenCL compatibi...
maybe the problem is that you installed the drivers via package manager and the package you installed didn't setup up everything, like the ICD etc...
Did you try to install the driver from nvidia.c... |
|
philsmd |
hashcat
|
9 |
4,194 |
01-26-2019, 01:19 PM |
|
|
Thread: Kubuntu 18.10 Nvidia GTX 1050 OpenCL compatibility
Post: RE: Kubuntu 18.10 Nvidia GTX 1050 OpenCL compatibi...
you should follow these instructions: https://hashcat.net/faq/wrongdriver
and install the driver from your vendor page (https://www.nvidia.com)
only if you are very comfortable with your operating... |
|
philsmd |
hashcat
|
9 |
4,194 |
01-26-2019, 01:34 PM |
|
|
Thread: known mask structure
Post: RE: known mask structure
Read here: https://hashcat.net/wiki/doku.php?id=mask_attack
You could easily do this w/ a combination of custom charsets ( https://hashcat.net/wiki/doku.php?id=mask_attack#custom_charsets ), some masks ... |
|
philsmd |
Old oclHashcat Support
|
1 |
4,168 |
07-01-2014, 04:31 PM |
|
|
Thread: keyspace vs speed and time estimated
Post: RE: keyspace vs speed and time estimated
There are 2 different definitions of "keyspace" here:
1. the first of them is the "keyspace" for a sequence of 8 upper case characters, i.e. 26 ^ 8 = 208827064576 (note: you can see this also within t... |
|
philsmd |
Old oclHashcat Support
|
2 |
4,497 |
03-15-2016, 05:47 PM |
|
|
Thread: Keyspace List for WPA on Default Routers
Post: RE: Keyspace List for WPA on Default Routers
it could be that for the 5268AC the formula is just a little bit different, e.g while we have the formula 2 ^ 32 + 2 for the 599, it could be that the formula for 5268AC is almost the same i.e. 2 ^ 32... |
|
philsmd |
User Contributions
|
182 |
305,386 |
07-24-2017, 01:55 PM |
|
|
Thread: Keyspace List for WPA on Default Routers
Post: RE: Keyspace List for WPA on Default Routers
If I'm not totally (I mean completely!!!) mistaken you are totally looking at the wrong code.
The code posted by mrfancypants here: https://repl.it/JMbi/4
is not (just) the key generator.
This is a ... |
|
philsmd |
User Contributions
|
182 |
305,386 |
07-16-2017, 09:11 PM |
|
|
Thread: Keyspace List for WPA on Default Routers
Post: RE: Keyspace List for WPA on Default Routers
Please be more specific at which code you are refering to. There are a lot of code snippets within this thread, e.g. 2 for different algorithms, one for searching a (8 char) substring of a specific pa... |
|
philsmd |
User Contributions
|
182 |
305,386 |
07-18-2017, 08:32 AM |
|
|
Thread: Keyspace List for WPA on Default Routers
Post: RE: Keyspace List for WPA on Default Routers
why don't you just simple use the .exe file within that repo (yeah, I agree it's very bad to put executable files into source code repositories, but maybe this is a proof that users really have a hard... |
|
philsmd |
User Contributions
|
182 |
305,386 |
07-02-2020, 06:15 PM |
|
|
Thread: Keys
Post: RE: Keys
how do you want to hit the keys ? with something else than your fingers ? (e.g. a wrapper script)
I would suggest to use
--status
--status-timer
or alternative a different structure/format:
... |
|
philsmd |
hashcat
|
3 |
1,503 |
02-24-2020, 08:19 PM |
|
|
Thread: Keys
Post: RE: Keys
You would need to explain exactly what your end goal is such that somebody in here can explain if this would make sense and if it would work. Why would you need to fake pressing some keys in the first... |
|
philsmd |
hashcat
|
3 |
1,503 |
02-25-2020, 09:45 AM |
|
|
Thread: Keyboard-layout-mapping
Post: RE: Keyboard-layout-mapping
your command line is wrong. --stdout is -m 2000
you can't use --stdout and another hash type setting -m x
either one or the other
Code:
--
./hashcat.bin -a 3 -m 13743 -1 ?l?u?d --keyboard-... |
|
philsmd |
hashcat
|
1 |
1,477 |
03-25-2019, 12:01 PM |
|
|
Thread: kernel security check failure
Post: RE: kernel security check failure
This doesn't seem have anything (not even the most remotely) to do with oclHashcat.
The error message implies (according to my fast research) that your system has some serious problems, either with R... |
|
philsmd |
Old hashcat Support
|
9 |
24,406 |
01-20-2016, 12:49 PM |
|
|
Thread: Kerberos AS-REP Cracking
Post: RE: Kerberos AS-REP Cracking
The algorithm is of course implemented in OpenCL code: https://github.com/hashcat/hashcat/blob/master/OpenCL/m18200_a3-pure.cl
You could also look at the perl test module: https://github.com/hashca... |
|
philsmd |
hashcat
|
7 |
2,449 |
02-21-2020, 05:20 PM |
|
|
Thread: Kerberos AS-REP Cracking
Post: RE: Kerberos AS-REP Cracking
the decrypted bytes do have a specific structure:
https://github.com/hashcat/hashcat/blob/6b8f0da8e9d6a7f40e8376728be10908e7bb4c13/OpenCL/m18200_a3-pure.cl#L157-L167 |
|
philsmd |
hashcat
|
7 |
2,449 |
02-21-2020, 08:17 PM |
|
|
Thread: Kerberos AS-REP Cracking
Post: RE: Kerberos AS-REP Cracking
yes, early reject optimizations |
|
philsmd |
hashcat
|
7 |
2,449 |
02-22-2020, 10:37 AM |
|
|
Thread: Kerberoasting not working
Post: RE: Kerberoasting not working
the question now is, does it work without --force ? does it crack with the correct password ? |
|
philsmd |
hashcat
|
8 |
2,397 |
02-21-2020, 10:32 AM |
|
|
Thread: Kerberoasting not working
Post: RE: Kerberoasting not working
do you use the latest beta version from https://hashcat.net/beta/ ? |
|
philsmd |
hashcat
|
8 |
2,397 |
02-21-2020, 12:24 PM |
|
|
Thread: Keepass 1.x issue
Post: RE: Keepass 1.x issue
Example hashes can be found here: https://hashcat.net/example_hashes
Make sure that the format is the same, e.g. it starts with $keepass$*
If you want to prepend the username (or file name) then y... |
|
philsmd |
hashcat
|
2 |
3,985 |
04-18-2017, 09:21 AM |
|
|
Thread: The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) Linux Error - this copy of hashcat is outdated
Post: RE: The-Distribution-Which-Does-Not-Handle-OpenCL-...
remove it again (apt-get remove) and then just download it from https://hashcat.net/hashcat/, extract it (7z x hashcat-2.00.7z) and run it (cd hashcat-2.00; ./hashcat-cli64.bin). Have fun |
|
philsmd |
General Help
|
4 |
16,768 |
01-01-2016, 12:45 PM |
|
|
Thread: The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) and oclHashcat
Post: RE: The-Distribution-Which-Does-Not-Handle-OpenCL-...
The catalyst driver version 14.12 is broken, see here: https://hashcat.net/forum/thread-3915.html
Furthermore, this has nothing to do with The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali)... |
|
philsmd |
Old oclHashcat Support
|
2 |
4,631 |
05-13-2015, 07:26 PM |