Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: -m 1700 and -m 1800 do not work on hashcat 0.38 (even on examples)
Post: RE: -m 1700 and -m 1800 do not work on hashcat 0.3...
Looks like a 32bit vs 64bit problem:
Code:
--
chort@hydra:~/code/hashcat-0.39$ ./h64 -o /dev/null -m 1800 examples/A0.M1800.hash examples/A0.M1800.word
Initializing hashcat v0.39 by atom with 8 th... |
|
chort |
Old hashcat Support
|
4 |
9,937 |
01-31-2012, 05:59 PM |
|
|
Thread: oclhashcat-lite v0.8 Bug Report Thread
Post: RE: oclhashcat-lite v0.8 Bug Report Thread
Hello lindros,
We were both making the same error. There are some hidden control characters in your hex salt. That's causing extra characters to be in the salt. I can verify that there does seem to b... |
|
chort |
Very old oclHashcat-lite Support
|
13 |
26,898 |
01-31-2012, 12:10 PM |
|
|
Thread: Which card for notebooks ?
Post: RE: Which card for notebooks ?
Whatever has the highest value for ( * ) then. |
|
chort |
Hardware
|
5 |
10,658 |
01-31-2012, 09:43 AM |
|
|
Thread: output file
Post: RE: output file
Nice work. Perhaps you would like to post that in the User Contribution section too in case other people find it useful. |
|
chort |
Very old oclHashcat-plus Support
|
6 |
18,231 |
01-31-2012, 07:31 AM |
|
|
Thread: Website left-side verticle menu problem
Post: Website left-side verticle menu problem
When viewing the main website on a smaller display (this one is set to 1366x768) the left-side menu is too tall. The very bottom menu item is oclHashcat-plus / older versions. I can't scroll down any ... |
|
chort |
Organisation and Events
|
1 |
7,313 |
01-31-2012, 07:28 AM |
|
|
Thread: Partially known password + md5 hash + trouble cracking
Post: RE: Partially known password + md5 hash + trouble ...
I found https://ob-security.info/ very helpful. |
|
chort |
General Help
|
5 |
17,237 |
01-31-2012, 01:57 AM |
|
|
Thread: oclhashcat-lite v0.8 Bug Report Thread
Post: RE: oclhashcat-lite v0.8 Bug Report Thread
I was pasting this over ssh and it seems like something got interpreted as control characters, because my terminal got messed up (cursor at the wrong location, typed characters appeared incorrect).
... |
|
chort |
Very old oclHashcat-lite Support
|
13 |
26,898 |
01-31-2012, 12:22 AM |
|
|
Thread: output file
Post: RE: output file
cracked.txt is the file you output cracked hashes to (hash:plain).
hashfile.txt is the file you're reading hashes from (username:hash)
Use oclHashcat-plus with -o cracked.txt
Once it's finished, use... |
|
chort |
Very old oclHashcat-plus Support
|
6 |
18,231 |
01-30-2012, 09:41 PM |
|
|
Thread: oclhashcat-lite v0.8 Bug Report Thread
Post: RE: oclhashcat-lite v0.8 Bug Report Thread
@lindros, atom is the creator of the tool, that's why atom has a beta version.
oclHashcat-plus 0.07 changed the identifying number for vBulletin hash types. It's a cosmetic change. The beta of oclHas... |
|
chort |
Very old oclHashcat-lite Support
|
13 |
26,898 |
01-30-2012, 08:56 PM |
|
|
Thread: output file
Post: RE: output file
Run oclHashcat-plus with --help to see the supported output formats.
I do something like:
Code:
--
$ cut -d':' -f1 cracked.txt | xargs -I {} -xn1 grep {} hashfile.txt
--
You could write a shell s... |
|
chort |
Very old oclHashcat-plus Support
|
6 |
18,231 |
01-30-2012, 08:42 PM |
|
|
Thread: Quick script to convert dict for passpal
Post: Quick script to convert dict for passpal
Seems to work so far (thanks to bmenrigh & inv):
Code:
--
#!/bin/bash
if [ -z "$2" ]
then
echo "Usage: $0 "
exit
fi
INFILE=$1
OUTFILE=$2
if [ -f "$INFILE" ] && `to... |
|
chort |
User Contributions
|
1 |
6,218 |
01-28-2012, 08:14 PM |
|
|
Thread: Ubuntu 10.10(64 bit)
Post: RE: Ubuntu 10.10(64 bit)
If your video card is not supported, then your only option is Hashcat (not ocl/cuda). |
|
chort |
Very old oclHashcat-plus Support
|
7 |
19,472 |
01-28-2012, 08:08 PM |
|
|
Thread: Ubuntu 10.10(64 bit)
Post: RE: Ubuntu 10.10(64 bit)
Use the cuda version with NVIDIA cards. |
|
chort |
Very old oclHashcat-plus Support
|
7 |
19,472 |
01-28-2012, 09:01 AM |
|
|
Thread: Problem with bruteforcing with GPU
Post: RE: Problem with bruteforcing with GPU
Documentation: https://hashcat.net/wiki/mask_attack |
|
chort |
Very old oclHashcat-plus Support
|
2 |
6,598 |
01-28-2012, 01:40 AM |
|
|
Thread: oclHashcat-plus Min/Max length for candidate plain
Post: RE: oclHashcat-plus Min/Max length for candidate p...
I was afraid it might take just as long to check length as to generate the hash for fast algorithms.
I can't think of a simple way to implement such a feature w/o checking the candidate length just b... |
|
chort |
Feature Requests
|
2 |
8,482 |
01-26-2012, 09:37 PM |
|
|
Thread: oclHashcat-plus Min/Max length for candidate plain
Post: oclHashcat-plus Min/Max length for candidate plain
For wordlists generate with expander it's easy to generate a lot of short candidates with combinator attack. That's a waste of time if one knows there won't be any plains of say, less than length 8. I... |
|
chort |
Feature Requests
|
2 |
8,482 |
01-26-2012, 09:46 AM |
|
|
Thread: oclHashcat-plus32 backtrack clGetDeviceIDs() -1
Post: RE: oclHashcat-plus32 backtrack clGetDeviceIDs() -...
Backtrack is irritating. The only reliable way I've found to run OpenCL apps in Backtrack is to open an X session and run the OpenCL app from an Xterm window. |
|
chort |
Very old oclHashcat-plus Support
|
2 |
7,343 |
01-25-2012, 12:20 AM |
|
|
Thread: Long passwords
Post: RE: Long passwords
You can't brute-force that keyspace. Only thing you can do is mask attack that is very selective, and/or use maskprocessor to create some specific wordlists that have patterns (repeated digits like '9... |
|
chort |
General Help
|
5 |
12,190 |
01-24-2012, 07:33 AM |
|
|
Thread: rules with $4 or $9 and ^4 or ^9 dropped
Post: RE: rules with $4 or $9 and ^4 or ^9 dropped
Confirmed as fixed. Thanks! |
|
chort |
Old hashcat Support
|
11 |
20,654 |
01-23-2012, 11:43 PM |
|
|
Thread: rules with $4 or $9 and ^4 or ^9 dropped
Post: RE: rules with $4 or $9 and ^4 or ^9 dropped
Hello atom,
In 0.39b2 every rule is applied, but only every 4th wordlist entry is used. Here is the output of prepending [1-9] (rule) to team[1-9] (wordlist):
Code:
--
chort@hydra:~/code/hashcat-0.... |
|
chort |
Old hashcat Support
|
11 |
20,654 |
01-23-2012, 12:39 AM |