Search Results
|
Post |
Author
[asc]
|
Forum |
Replies |
Views |
Posted |
|
|
Thread: Hashes getting skipped
Post: RE: Hashes getting skipped
All of this information is documented in the wiki, I even linked it.
I will try to explain it anyway:
1. --custom-charset2 ?l?d means "define a custom charset with all lower letters and digits" ... |
|
philsmd |
hashcat
|
6 |
5,792 |
03-01-2017, 05:41 PM |
|
|
Thread: Problem get password that is in dictionary
Post: RE: Problem get password that is in dictionary
This is not the correct way to generate hashes.
echo always outputs a string with newlines.
BTW: this question is even present in the MOST frequently asked questions https://hashcat.net/faq#i_cr... |
|
philsmd |
hashcat
|
12 |
12,535 |
03-01-2017, 05:44 PM |
|
|
Thread: Problem get password that is in dictionary
Post: RE: Problem get password that is in dictionary
@Honik89 Could you please try with current git HEAD version? (make clean; git pull; make)
This patch might fix the bcrypt problem you are experiencing (which only affects the Apple OpenCL runtime):... |
|
philsmd |
hashcat
|
12 |
12,535 |
03-03-2017, 12:06 AM |
|
|
Thread: Avoid character occurrance in brute force attack
Post: RE: Avoid character occurrance in brute force atta...
Maskprocessor has a command line argument for exactly this type of password candidate filtering:
https://github.com/hashcat/maskprocessor/blob/master/src/mp.c#L78
So one could use something like t... |
|
philsmd |
hashcat
|
12 |
12,018 |
03-06-2017, 08:53 AM |
|
|
Thread: WPA/WPA2: How the hash is generated
Post: RE: WPA/WPA2: How the hash is generated
It is actually just a kind of a checksum that is only needed internally for hashcat and wasn't meant to be something the user should care about. You shouldn't really need to know the algorithm for the... |
|
philsmd |
General Talk
|
3 |
6,795 |
03-06-2017, 09:04 AM |
|
|
Thread: hashcat-3.40
Post: RE: hashcat-3.40
Hello and welcome,
Firstly, it shouldn't be too difficult to choose a more suitable forum thread topic: "hashcat-3.40" is kinda the worst title of the thread you could come up with (the content of th... |
|
philsmd |
hashcat
|
1 |
3,933 |
03-07-2017, 08:51 AM |
|
|
Thread: 3DES (hc 3.40): K1 == K3 and K1 != K2 possible?
Post: RE: 3DES (hc 3.40): K1 == K3 and K1 != K2 possible...
What do you mean by integer overflow? Did you not see that error message before. Please be more specific.
Most of the time when users report an integer overflow is when the job would take kinda milli... |
|
philsmd |
hashcat
|
5 |
5,473 |
03-08-2017, 12:31 PM |
|
|
Thread: Avoid character occurrance in brute force attack
Post: RE: Avoid character occurrance in brute force atta...
This might have various reasons. It's very clear from the error message that neither the intel driver nor the nvidia driver are correctly/completely installed.
Firstly, you must make sure that the nv... |
|
philsmd |
hashcat
|
12 |
12,018 |
03-13-2017, 01:42 PM |
|
|
Thread: Cant crack simple russian password
Post: RE: Cant crack simple russian password
As you can see by looking into the charsets folder of hashcat, russian chars can be represented with different encodings (cp1251, ISO-8859-5, KOI8-R.hcchr etc).
So one problem is that all these input... |
|
philsmd |
hashcat
|
2 |
3,725 |
03-13-2017, 11:20 PM |
|
|
Thread: OpenCL installation on Linux
Post: RE: OpenCL installation on Linux
Actually, if you know what the problem of the K a l i packages are and how one normally needs to install the drivers/ICDs, then it is quite easy to start hashcat also with The-Distribution-Which-Doe... |
|
philsmd |
hashcat
|
11 |
23,370 |
03-14-2017, 01:41 PM |
|
|
Thread: Proper meaning of status codes?
Post: RE: Proper meaning of status codes?
-2 whenever the temperature limit was reached
-1 in case of errors (arguments or other inputs - also input files etc)
2 in case the 'q' key was hit
3 in case the 'c' key was hit (checkpoint quit f... |
|
philsmd |
hashcat
|
2 |
3,339 |
04-12-2017, 08:31 AM |
|
|
Thread: NTLM list with Duplicate Hashes
Post: RE: NTLM list with Duplicate Hashes
Do you use the latest version of hashcat (3.40 currently)? |
|
philsmd |
hashcat
|
4 |
4,735 |
03-16-2017, 04:08 PM |
|
|
Thread: guess number
Post: RE: guess number
Try with --outfile-format 11 |
|
philsmd |
hashcat
|
3 |
4,395 |
03-17-2017, 08:26 AM |
|
|
Thread: cap2hccapx and odd ESSID
Post: RE: cap2hccapx and odd ESSID
Yeah, feel free to contribute with such a pull request.
I would say that using the $HEX[] format would be a good solution since it is already used a lot for the different hashcat tools.
So the input... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
6 |
7,821 |
03-17-2017, 09:53 AM |
|
|
Thread: Parsing out hashes from single lines
Post: RE: Parsing out hashes from single lines
Code:
--
egrep -o '[0-9a-fA-F]{32}' md5.sql > md5_hashes_unsorted_ununiqed.hash
--
or even better and much more correct (because otherwise you could get some false positives):
Code:
--
SELECT p... |
|
philsmd |
General Talk
|
1 |
2,441 |
03-18-2017, 09:13 PM |
|
|
Thread: +55 minutes in Generating Dictionary for 194GB
Post: RE: +55 minutes in Generating Dictionary for 194GB
by the way, it doesn't seem that ethereum uses "just sha3", see https://github.com/ethereum/cpp-ethereum/blob/develop/libdevcrypto/SecretStore.cpp#L378-L418
It seems that the SHA3 () step is just p... |
|
philsmd |
hashcat
|
26 |
24,603 |
03-19-2017, 02:30 PM |
|
|
Thread: hashtopus client
Post: RE: hashtopus client
Firstly, you probably should use hashtopussy (https://github.com/s3inlc/hashtopussy/releases) and not hashtopus (which doesn't even seem to be compatible with hashcat 3.40).
Secondly, this is the has... |
|
philsmd |
hashcat
|
2 |
3,545 |
03-22-2017, 03:04 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: Itunes Backup
Post: RE: Itunes Backup
I need to close this thread for now. Too many unrelated posts. |
|
philsmd |
General Talk
|
42 |
83,234 |
03-23-2017, 09:40 PM |
|
|
Thread: Help using oclhashcat .hccap file
Post: RE: Help using oclhashcat .hccap file
1. use hashcat 3.40 (or higher, beta: https://hashcat.net/beta/)
2. use hccapx files (convert your caps with cap2hccapx from hashcat-utils or the converter: https://hashcat.net/cap2hccapx/
3. use some... |
|
philsmd |
hashcat
|
3 |
4,320 |
03-23-2017, 03:35 PM |