Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: Need help with custom charset, WPA
Post: RE: Need help with custom charset, WPA
Please read here: https://hashcat.net/wiki/doku.php?id=mask_attack and especially this section: https://hashcat.net/wiki/doku.php?id=mask_attack#custom_charsets
You can define 2 custom charsets, first ... |
|
philsmd |
General Help
|
2 |
6,538 |
03-01-2014, 06:17 PM |
|
|
Thread: line break problem
Post: RE: line break problem
oclHashcat output is always in the format:
hash[:salt]:plain
you just need to use a modern text editor (like notepad++ on windows) which is able to show you the newlines |
|
philsmd |
General Help
|
1 |
4,502 |
03-05-2014, 01:02 AM |
|
|
Thread: username:password in outfile
Post: RE: username:password in outfile
After cracking... you need the original hash file and the pot file "oclHashcat.pot" which contains all your cracks (if you do not have that file you may be able to copy the outfile w/ all your cracks ... |
|
philsmd |
General Help
|
2 |
10,669 |
06-11-2014, 06:38 PM |
|
|
Thread: Combine specific hcchr with ?d?l?u..
Post: RE: Combine specific hcchr with ?d?l?u..
The .hcchr files should contain all chars that are part of your custom charset.
Therfore, the simplest solution is to modify the .hcchr file s.t. it contains also the additional chars you need.
E.... |
|
philsmd |
General Help
|
2 |
5,220 |
06-22-2014, 01:48 PM |
|
|
Thread: suggest brute rules
Post: RE: suggest brute rules
With oclHashcat you can use mask files see https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_mask_files |
|
philsmd |
General Help
|
2 |
4,860 |
06-27-2014, 07:31 PM |
|
|
Thread: Request: d3ad0neV3 rule
Post: RE: Request: d3ad0neV3 rule
archive.org to the rescue:
https://web.archive.org/web/20131104033239/https://ob-security.info/files/d3ad0neV3.rule |
|
philsmd |
General Help
|
2 |
6,054 |
09-22-2014, 11:20 PM |
|
|
Thread: AMD Radeon HD 6770 M Graphic Card (ADL_Overdrive6_FanSpeed_Get() is missing) Error
Post: RE: AMD Radeon HD 6770 M Graphic Card (ADL_Overdr...
tra_extra Wrote: (10-27-2014, 03:49 PM)
--
what should i do?
--
You should download the version recommended by https://www.hashcat.net/oclHashcat (at the time of this post it is "Catalyst 14.9 or l... |
|
philsmd |
General Help
|
13 |
28,438 |
10-27-2014, 04:39 PM |
|
|
Thread: psafe3 (-m 5200)
Post: RE: psafe3 (-m 5200)
Do you mean this one https://hashcat.net/misc/example_hashes/hashcat.psafe3 ?
Please verify that the md5sum of the hashcat.psafe3 file is f5cfdc67d962e4d6604e4fbe9aa2f2db
Furthermore, pls try w... |
|
philsmd |
General Help
|
4 |
8,690 |
12-07-2014, 06:08 PM |
|
|
Thread: psafe3 (-m 5200)
Post: RE: psafe3 (-m 5200)
That means it is cracking correctly, therefore should also work with -a 0.
Please try to create a new dict.txt file with only the word "hashcat" in the first line and use it instead of the password... |
|
philsmd |
General Help
|
4 |
8,690 |
12-08-2014, 11:42 PM |
|
|
Thread: Help identifying hash type!
Post: RE: Help identifying hash type!
According to the forum rules, which you have accepted, you are not allowed to post hashes.
See https://hashcat.net/forum/announcement-2.html
Please take a week off and re-read the forum rules. They a... |
|
philsmd |
General Help
|
1 |
4,113 |
12-11-2014, 12:55 PM |
|
|
Thread: newline as input
Post: RE: newline as input
As epixoip already mentioned, there are many possibilities to do this.
Depending on the attack mode, there are different possibilities. Some work better some work worse in different situations/scenar... |
|
philsmd |
General Help
|
3 |
7,003 |
11-22-2014, 12:15 PM |
|
|
Thread: remove unsupported rules
Post: RE: remove unsupported rules
The answer is to use cleanup-rules.exe from hashcat-utils (https://hashcat.net/tools/hashcat-utils/ ) |
|
philsmd |
General Help
|
3 |
6,298 |
12-24-2014, 04:18 PM |
|
|
Thread: How to input '-' charactor?
Post: RE: How to input '-' charactor?
You can just use -- to mark the end of the parameters.
For instance:
Code:
--
cudahashcat-plus64.exe -m 0 -a 3 d:\2222222.md5 -- -?a?a?a?a?a
--
There are several other ways to do it, but most of t... |
|
philsmd |
General Help
|
2 |
4,542 |
12-25-2014, 01:19 PM |
|
|
Thread: oclhashcat resume question
Post: RE: oclhashcat resume question
Seems that what you are looking for is the
--restore
option of oclHashcat.
If you copy the *.restore file to the other system it should work (given that you have also the hash list / word list / ... |
|
philsmd |
General Help
|
3 |
13,523 |
01-05-2015, 07:24 PM |
|
|
Thread: oclhashcat resume question
Post: RE: oclhashcat resume question
yeah, more strictly speaking the name of the .restore file depends on the current session name (which you can set with the --session parameter, default session name for oclHashcat is "oclHashcat"; for... |
|
philsmd |
General Help
|
3 |
13,523 |
01-05-2015, 10:32 PM |
|
|
Thread: how do i stop duplicate characters brute force
Post: RE: how do i stop duplicate characters brute force
maskprocessor (see https://hashcat.net/wiki/doku.php?id=maskprocessor and https://hashcat.net/tools/maskprocessor/ ) has the -q option.
For slow hashes you can simply pipe it into cudaHashcat without ... |
|
philsmd |
General Help
|
4 |
8,671 |
01-06-2015, 11:07 PM |
|
|
Thread: how do i stop duplicate characters brute force
Post: RE: how do i stop duplicate characters brute force
You need to read the --help output of maskprocessor. If you do so, you will find 2 interesting options:
Code:
--
-q, --seq-max=NUM Maximum number of multiple sequential characters
-r, --oc... |
|
philsmd |
General Help
|
4 |
8,671 |
01-08-2015, 05:46 PM |
|
|
Thread: input file format
Post: RE: input file format
According to the forum's rules you are not allowed to post hashes!
Read the rules here: https://hashcat.net/forum/announcement-2.html
I give you 1 week to read them. After the week you might be mo... |
|
philsmd |
General Help
|
1 |
5,098 |
01-22-2015, 07:16 PM |
|
|
Thread: Hired Help?
Post: RE: Hired Help?
Yes, these requests are not allowed here.
Furthermore, hashcat is about offline cracking (vs online cracking that you "want").
And of course, the solution for your problem is to not even think abo... |
|
philsmd |
General Help
|
1 |
3,723 |
01-26-2015, 11:25 AM |
|
|
Thread: Combine to user:pass, Crashes with --show
Post: RE: Combine to user:pass, Crashes with --show
Thanks for the report.
Next time please consider opening a trac ticket if you experience a problem/crash and can reliable reproduce it.
Thx
BTW: the problem was anyways trac'ed here: https://ha... |
|
philsmd |
General Help
|
8 |
13,187 |
01-29-2015, 01:09 PM |