Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: New clause § 6 in EULA
Post: RE: New clause § 6 in EULA
The purpose section is a little bit awkward. I suggest rewriting the first sentence like this:
Software has been created for scientific, analysis, demonstration and sporting reasons. |
|
chort |
Organisation and Events
|
2 |
12,197 |
07-01-2012, 11:23 PM |
|
|
Thread: Bug with Plain.Length.: display?
Post: Bug with Plain.Length.: display?
I set pw-max to 8 and the Plain.Text. seems to be 8, but the display for Plain.Length. says 16.
$ ./oclhl64 -m 2400 -n 800 -d 2 --gpu-loops 1024 --pw-max 8 HASH
oclHashcat-lite v0.10 by atom start... |
|
chort |
Very old oclHashcat-lite Support
|
2 |
6,165 |
07-16-2012, 06:11 PM |
|
|
Thread: Bug with Plain.Length.: display?
Post: RE: Bug with Plain.Length.: display?
Ahh, I was wondering if it was padded. I should have looked that up.
On the same hash I was running -plus-0.09b and I kept getting weird characters after the hash in the status display, but I guess t... |
|
chort |
Very old oclHashcat-lite Support
|
2 |
6,165 |
07-17-2012, 06:10 AM |
|
|
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,219 |
01-28-2012, 08:14 PM |
|
|
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,314 |
01-31-2012, 07:28 AM |
|
|
Thread: Another l33tsp34k rule (didn't see lanjelot's)
Post: Another l33tsp34k rule (didn't see lanjelot's)
I wanted to generate all possible combinations of l33tsp34k, with some other common substitutions (first letter uppercase, append '1!', etc).
I'm not that great with oclHashcat rules/tables etc, so... |
|
chort |
User Contributions
|
0 |
6,750 |
10-22-2011, 06:54 AM |
|
|
Thread: Two multi-rules for sports wordlists
Post: Two multi-rules for sports wordlists
This rule prepend variations of "my" and "go" to each dictionary entry, toggle the first letter, and lowercase the whole dictionary entry.
Code:
--
# Rules: Look for sports-related passwords (assum... |
|
chort |
User Contributions
|
0 |
4,831 |
01-13-2012, 07:57 PM |