Search Results
|
Post |
Author |
Forum |
Replies |
Views
[asc]
|
Posted |
|
|
Thread: random gen
Post: RE: random gen
Gosh, Too many people have the same problems as mine, but I only solve them.
Just joking. : P
I discussed this here: https://hashcat.net/forum/thread-1107.html
Post:#10 is the "light". LOL
... |
|
M@LIK |
Very old oclHashcat-plus Support
|
5 |
9,823 |
05-11-2012, 09:25 PM |
|
|
Thread: random gen
Post: RE: random gen
@restrictedbytes (/forum/user-1158.html):: Yes, you are right, he made a mistake with the mask.
But, what was more important is he wanted to generate random strings, and the mask thing was just an at... |
|
M@LIK |
Very old oclHashcat-plus Support
|
5 |
9,823 |
05-11-2012, 11:56 PM |
|
|
Thread: hashcat unexpected output from "s" Rule
Post: RE: hashcat unexpected output from "s" Rule
One rule at a time (Starting from left) applied at the whole line:
Code:
--
ABCDEFGH + sAB = BBCDEFGH
BBCDEFGH + sBC = CCCDEFGH
CCCDEFGH + sCD = DDDDEFGH
DDDDEFGH + sDE = EEEEEFGH
EEEEEFGH + sE... |
|
M@LIK |
Beta Tester
|
10 |
9,790 |
06-05-2012, 12:58 PM |
|
|
Thread: hashcat unexpected output from "s" Rule
Post: RE: hashcat unexpected output from "s" Rule
@Hash-IT (https://hashcat.net/forum/user-776.html):: Don't worry.
Your idea of getting hashcat rule engine involved in this actually gave me some new ideas that you might work, I post what I have ther... |
|
M@LIK |
Beta Tester
|
10 |
9,790 |
06-05-2012, 01:44 PM |
|
|
Thread: expander length limit on cmdline
Post: RE: expander length limit on cmdline
this can be done easily by the following commands::
Code:
--
expander < 1.* > 1_e.out
len [min_length] [max_length] < 1_e.out > 1_e_len.out
sort -u 1_e_len.out -o 1_e_len_u.out
--
just set the [mi... |
|
M@LIK |
Feature Requests
|
4 |
9,771 |
04-01-2012, 02:49 PM |
|
|
Thread: Passwords With spaces
Post: RE: Passwords With spaces
Read the error.
The two dicts used in -a1 must not be empty. |
|
M@LIK |
Very old oclHashcat-plus Support
|
5 |
9,738 |
01-07-2013, 07:22 PM |
|
|
Thread: [SOLVED]mscash failsause
Post: RE: mscash failsause
I tried to "re-produce" your problem but I couldn't.
Code:
--
hc64p -a3 -1 pasword -m1100 DCC.hash ?1?1?1?1?1?1?1?1
...
cudaHashcat-plus v0.08 by atom starting...
...
2d9f0b052932ad18b87f3156419... |
|
M@LIK |
Very old oclHashcat-plus Support
|
4 |
9,716 |
08-24-2012, 09:31 PM |
|
|
Thread: o c/s using oclhashcat plus 0.09
Post: RE: o c/s using oclhashcat plus 0.09
Yes, it's missing a dict. |
|
M@LIK |
Very old oclHashcat-plus Support
|
4 |
9,624 |
10-22-2012, 12:08 AM |
|
|
Thread: Two Question about bruteforce password vbb
Post: RE: Two Question about bruteforce password vbb
Your salt is too long (35-char) BECAUSE there's HTML codes:
QFt`K&t,t*EFQv*8*WT&||Qg%nM
& = &
Correct salt:QFt`K&t,t*EFQv*8*WT&||Qg%nM
Still, 27-char as a vBulletin doesn't seem righ... |
|
M@LIK |
Old hashcat Support
|
4 |
9,606 |
08-20-2012, 07:32 PM |
|
|
Thread: custom-charset goal ?
Post: RE: custom-charset goal ?
It does. So dose the new oclHashcat-plus.
So you better get to use --bf-min= and --pw-min=. |
|
M@LIK |
Very old oclHashcat-lite Support
|
5 |
9,579 |
05-30-2012, 09:00 PM |
|
|
Thread: very long salt
Post: RE: very long salt
You might want to consider JtR (https://www.openwall.com/john/) or PasswordPro (https://www.insidepro.com/eng/passwordspro.shtml) (Only for Windows). |
|
M@LIK |
Old hashcat Support
|
5 |
9,427 |
06-21-2012, 01:47 PM |
|
|
Thread: Strange character
Post: RE: Strange character
|
M@LIK |
General Help
|
5 |
9,422 |
01-30-2013, 08:12 AM |
|
|
Thread: Strange character
Post: RE: Strange character
I never said 9d is null.
*Achievement Unlocked*
**Trolled epixoip**
:D |
|
M@LIK |
General Help
|
5 |
9,422 |
01-30-2013, 09:47 AM |
|
|
Thread: No reaction from the software
Post: RE: No reaction from the software
sys6x Wrote:
--
Can someone tell me what's wrong with this please? I get no output, no work from oclHashcat-plus 0.5.1...I type it, press enter, then back at the shell.
--
oclHashcat-plus 0.5.1! How... |
|
M@LIK |
Very old oclHashcat-plus Support
|
5 |
9,414 |
08-02-2012, 05:46 PM |
|
|
Thread: restore file
Post: RE: restore file
|
M@LIK |
Feature Requests
|
2 |
9,404 |
05-15-2012, 05:53 PM |
|
|
Thread: Dealing with EOL characters
Post: RE: Dealing with EOL characters
|
M@LIK |
Old hashcat Support
|
5 |
9,380 |
01-14-2013, 10:06 PM |
|
|
Thread: Dealing with EOL characters
Post: RE: Dealing with EOL characters
No, "SHex" means --outfile-format=5. |
|
M@LIK |
Old hashcat Support
|
5 |
9,380 |
01-15-2013, 01:22 PM |
|
|
Thread: Dealing with EOL characters
Post: RE: Dealing with EOL characters
- Pot output cannot be customized.
- Outfile output can be customized, using --outfile-format=N.
- I believe hashcat reads dicts line by line, chops \n, and \r if found first, and then processes it.... |
|
M@LIK |
Old hashcat Support
|
5 |
9,380 |
01-15-2013, 02:43 PM |
|
|
Thread: BruteForce Mode in SMF Hashes
Post: RE: BruteForce Mode in SMF Hashes
It does.
Use one mask at the end:
Code:
--
oclHashcat-plus32.exe -m 121 -n 160 -a 3 --remove -o crackedSMF.txt Forum.txt ?l?l?l?l?l
--
|
|
M@LIK |
Very old oclHashcat-plus Support
|
4 |
9,329 |
05-24-2012, 02:08 PM |
|
|
Thread: Hashcat 0.41 mode 1731 fails?
Post: RE: Hashcat 0.41 mode 1731 fails?
Confirm. Noticed this earlier. |
|
M@LIK |
Old hashcat Support
|
5 |
8,983 |
09-26-2012, 05:44 PM |