Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: Seperator unmatched.
Post: RE: Seperator unmatched.
What -m you're using?
Or post your command-line here. |
|
M@LIK |
General Help
|
4 |
20,862 |
08-18-2012, 03:47 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: [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: oclhashcat-lite Bruteforce Question
Post: RE: oclhashcat-lite Bruteforce Question
NeonFlash Wrote:
--
In the documentation it says, use --markov-disable for a bruteforce attack.
--
That need to be changed.
You only disable it when you need a real NEAT brute-force (aa, ab, ac).
... |
|
M@LIK |
Very old oclHashcat-lite Support
|
4 |
13,216 |
09-07-2012, 02:59 AM |
|
|
Thread: Output Bug Report
Post: RE: Output Bug Report
I believe it's fixed I reported something very similar. |
|
M@LIK |
Very old oclHashcat-plus Support
|
4 |
7,851 |
09-07-2012, 05:16 PM |
|
|
Thread: oclhashcat-lite Bruteforce Question
Post: RE: oclhashcat-lite Bruteforce Question
For fixed length you need to set --pw-min|max, so yes, you last command is correct.
And no, you do not need to disable markov, it will not skip any combination in the given range. It will only change... |
|
M@LIK |
Very old oclHashcat-lite Support
|
4 |
13,216 |
09-07-2012, 02:42 AM |
|
|
Thread: Adding the euro and yen currency in symbols
Post: RE: Adding the euro and yen currency in symbols
Mem5 Wrote:
--
Meanwhile I use this workaround :
Quote:
--
-1 ?s€¥ ?1
--
--
|
|
M@LIK |
Feature Requests
|
4 |
11,232 |
10-08-2012, 08:27 PM |
|
|
Thread: hashcat-lite 0.8+ AMD 7970 Work?
Post: RE: hashcat-lite + AMD 7970 Work?
-lite is oclHashcat-lite-0.10 (https://hashcat.net/oclhashcat-lite/) now! |
|
M@LIK |
Hardware
|
4 |
8,947 |
10-09-2012, 07:15 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: Hashcat 0.41 external salt file and --remove error
Post: RE: Hashcat 0.41 external salt file and --remove ...
Don't use --remove flag with -e, use awk\gawk command to remove cracked hashes instead:
Code:
--
awk -F: "FNR==NR{ a[$1]++ } a[$1]!=1" cracked original_hashfile > leftfile
--
|
|
M@LIK |
Old hashcat Support
|
4 |
8,276 |
10-24-2012, 10:24 AM |
|
|
Thread: can hashcat crack md5($s.'-'.md5($p)) ?
Post: RE: can hashcat crack md5($s.'-'.md5($p)) ?
I think epixoip (https://hashcat.net/forum/user-1746.html) meant mode 3710 instead of "7". |
|
M@LIK |
Old hashcat Support
|
4 |
8,721 |
11-08-2012, 03:56 PM |
|
|
Thread: sha256(pass.salt)
Post: RE: sha256(pass.salt)
Your command-line?
FYI, the thread is closed. |
|
M@LIK |
Very old oclHashcat-plus Support
|
4 |
11,797 |
11-17-2012, 06:11 PM |
|
|
Thread: sha256(pass.salt)
Post: RE: sha256(pass.salt)
Try something simple, like:
Code:
--
cudaHashcat-plus64 -m1410 -a3 A231FDDFB80C2EAC1EB4C38A36B9628F73A418988FCABD119C2E9C6E5F0E01E8::20120902:12 delicious90
--
|
|
M@LIK |
Very old oclHashcat-plus Support
|
4 |
11,797 |
11-17-2012, 06:20 PM |
|
|
Thread: Bugs at new version
Post: RE: Bugs at new version
Yes, seen before.
As far as I can tell, this happens because of the dict caching thing. Try removing hashcat.dictstat and try again.
Btw, it's no big deal the attack will exhaust when its finished. |
|
M@LIK |
Very old oclHashcat-plus Support
|
4 |
8,506 |
01-03-2013, 12:32 AM |
|
|
Thread: Directory pointing using hashcat-plus-0.12
Post: RE: Directory pointing using hashcat-plus-0.12
Simple.
Code:
--
-plus ..\DirectoryWithDicts
// Run all files in that dict
// Note: On Windows, make sure there's no trailing (back)slash
-plus ..\DirectoryWithDicts\*.txt
// Run all .txt fi... |
|
M@LIK |
General Help
|
4 |
8,368 |
01-13-2013, 03:44 AM |
|
|
Thread: Directory pointing using hashcat-plus-0.12
Post: RE: Directory pointing using hashcat-plus-0.12
Of course, that's wildcard basics.
You can also do: dicts\*non-english*
To run all files having "non-english" in their filenames. With a bit of brains, you can utilize this for a very efficient di... |
|
M@LIK |
General Help
|
4 |
8,368 |
01-13-2013, 04:23 AM |
|
|
Thread: Sorting results after cracking
Post: RE: Sorting results after cracking
https://hashcat.net/forum/thread-1700.html Might help. |
|
M@LIK |
General Help
|
4 |
8,472 |
03-03-2013, 09:14 PM |
|
|
Thread: MD5 phpbb v.3 question
Post: RE: MD5 phpbb v.3 question
no.. u shouldn't..
not all of (MD5(phpBB3)) hashes start with "$H$9".. |
|
M@LIK |
General Help
|
3 |
10,830 |
03-31-2012, 07:11 PM |
|
|
Thread: Problem with 4 Character Password crack
Post: RE: Problem with 4 Character Password crack
-_-
as far as i know.. the minimum password length for wpa/wpa2 is 8 character.. range is 8 - 64 |
|
M@LIK |
Very old oclHashcat-plus Support
|
3 |
7,762 |
04-11-2012, 09:16 AM |
|
|
Thread: cap2hccap max size is not 5 mb ?
Post: RE: cap2hccap max size is not 5 mb ?
use::
Code:
--
aircrack-ng -J [cap_file] [hccap_file]
--
instead
much easier.. |
|
M@LIK |
General Help
|
3 |
9,855 |
04-17-2012, 08:05 PM |