Search Results
|
Post |
Author |
Forum |
Replies
[desc]
|
Views |
Posted |
|
|
Thread: Question regarding brute forcing hex charsets
Post: RE: Question regarding brute forcing hex charsets
your calculation is wrong, -1 d8d9dadb -2 808182...etc...bebf in combination with ?1?2..etc does not mean 68^n possibilities because you can't just add ?1 and ?2, you are multiplying. For every char ... |
|
DanielG |
hashcat
|
2 |
2,492 |
05-09-2018, 09:46 AM |
|
|
Thread: OpenCL Deprecation on Mac OSX 10.14
Post: RE: OpenCL Deprecation on Mac OSX 10.14
This sucks, I run hashcat with wordlists a lot locally on my mac before sending it to our dedicated crackingstation at work. Would be a shame if this would no longer be possible.
I read on https://... |
|
DanielG |
hashcat
|
2 |
3,676 |
06-07-2018, 09:06 AM |
|
|
Thread: HashCat just doesn't crack my MD5 hash with brute force
Post: RE: HashCat just doesn't crack my MD5 hash with br...
Your hashes seem to be double MD5, so not just md5("abcd") but md5(md5("abcd")). 5259ee4a034fdeddd1b65be92debe731 is "asdf" for example.
If you look at https://hashcat.net/wiki/doku.php?id=hashcat... |
|
DanielG |
hashcat
|
2 |
5,742 |
10-23-2018, 05:16 PM |
|
|
Thread: word combinations with masks between
Post: RE: word combinations with masks between
I think the easiest way is to generate a wordlist on your own with the 2 passwords and every character or two between them (if you can't program, try making it in excel with the standard tables). Then... |
|
DanielG |
General Talk
|
2 |
2,118 |
11-14-2018, 04:32 PM |
|
|
Thread: About Winzip (13600) hash
Post: RE: About Winzip (13600) hash
Code:
--
filename:$zip2$*Ty*Mo*Ma*Sa*Va*Le*DF*Au*$/zip2$
Ty = type (0) and ignored.
Mo = mode (1 2 3 for 128/192/256 bit)
Ma = magic (file magic). This is reservered for now. See pkzip_fmt_p... |
|
DanielG |
General Talk
|
2 |
3,417 |
11-21-2018, 10:59 AM |
|
|
Thread: Help with lotus ID password
Post: RE: Help with lotus ID password
Looking for this online I mainly see posts on how to use the "Recover Password" (https://searchdomino.techtarget.com/tip/Resetting-a-Lotus-Notes-password) with a special token that a Notes administrat... |
|
DanielG |
hashcat
|
2 |
2,131 |
12-19-2018, 10:14 AM |
|
|
Thread: Help brute forcing a SHA512 7-character password
Post: RE: Hire someone to brute force a single SHA512 7-...
https://hashcat.net/forum/announcement-2.html
"Do not ask people to crack your hash. It does not matter if you are willing to pay." |
|
DanielG |
General Talk
|
2 |
2,075 |
01-11-2019, 01:52 PM |
|
|
Thread: CL_PLATFORM_NOT_FOUND_KHR - Windows 10 and GeForce 1060
Post: RE: CL_PLATFORM_NOT_FOUND_KHR - Windows 10 and GeF...
Glad you solved it, also thanks you took the time to report back with the solution. |
|
DanielG |
hashcat
|
2 |
2,174 |
03-21-2019, 12:23 PM |
|
|
Thread: Masking question
Post: RE: Masking question
https://hashcat.net/wiki/doku.php?id=mask_attack
Quote:
--
A placeholder can be either a custom charset variable, a built-in charset variable or a static letter
--
so yeah, just a?a?a?a?a?a?a?... |
|
DanielG |
hashcat
|
2 |
1,142 |
11-01-2019, 04:03 PM |
|
|
Thread: VNC challenge response password crack
Post: RE: VNC challenge response password crack
Wow very cool, according to https://en.wikipedia.org/wiki/Virtual_Network_Computing there are different protocols used by different VNC clients. Which protocol / clients use this particular method of ... |
|
DanielG |
User Contributions
|
2 |
2,609 |
12-18-2019, 04:34 PM |
|
|
Thread: Pantagrule, a really large last-resort ruleset
Post: RE: Pantagrule, a really large last-resort ruleset
Cool, thanks for your contribution. I added it to my rules/ folder. Always nice to have different rulesets based on real world data. |
|
DanielG |
User Contributions
|
2 |
1,659 |
01-14-2020, 01:34 PM |
|
|
Thread: Need help to identify encryption
Post: RE: Need help to identify encryption
On a lot of "Default Usernames & Passwords" lists for routers Huawei devices seem to have the password 'admin' or '[email protected]' as the password. Perhaps try that before trying to break the config... |
|
DanielG |
hashcat
|
2 |
1,120 |
02-10-2020, 11:52 AM |
|
|
Thread: Line-length exception?
Post: RE: Line-length exception?
You are setting -t (--markov-threshold Threshold X when to stop accepting new markov-chains) to 500, you probably want -m 500 (-m, --hash-type) to 500 which is md5crypt, MD5 (Unix), Cisco-IOS $1$ (MD5... |
|
DanielG |
General Talk
|
3 |
4,749 |
12-29-2017, 08:40 AM |
|
|
Thread: Just a little issue, hoping for some support
Post: RE: Just a little issue, hoping for some support
Would be nice to know the results of your "reading up and down for over an hour, on diff sites and forums". Because you're bound to get suggestions that you already saw in your hours of research but d... |
|
DanielG |
hashcat
|
3 |
2,824 |
01-02-2018, 12:24 PM |
|
|
Thread: aes128 brute-force w/mask using half sha256
Post: RE: aes128 brute-force w/mask using half sha256
If you only have half a SHA256 hash I think you would need to edit the m01400* files (SHA256) to do something similar as the m05100* files (Half MD5) on https://github.com/hashcat/hashcat/tree/mast... |
|
DanielG |
hashcat
|
3 |
4,106 |
01-09-2018, 03:22 PM |
|
|
Thread: Error while running hashcat: llvm_codegen: Assertion error == 0 failed...
Post: RE: Error while running hashcat: llvm_codegen: As...
Several google results regarding the error llvm_codegen: Assertion 'error == 0' failed indicate that installing 'clang' resolved this.
Quote:
--
sudo apt-get install clang-3.8
--
|
|
DanielG |
hashcat
|
3 |
3,845 |
01-16-2018, 04:07 PM |
|
|
Thread: HELP, need a mask example
Post: RE: HELP, need a mask example
rasoulcarrera Wrote: (01-31-2018, 12:45 PM)
--
nope ,seen it and nothing
--
It literally says on https://hashcat.net/wiki/doku.php?id=mask_attack#example
Built-in charsets
?l = abcdefghijkl... |
|
DanielG |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
3 |
4,041 |
01-31-2018, 02:18 PM |
|
|
Thread: cracking password with part of it knowm
Post: RE: cracking password with part of it knowm
Big question is why are you using "--force", maybe it has to do with the error you are suppressing. What is your entire output when not using "--force"? |
|
DanielG |
hashcat
|
3 |
3,764 |
04-09-2018, 08:52 AM |
|
|
Thread: Disable Cracking performance lower than expected?
Post: RE: Disable Cracking performance lower than expect...
yeah, get the source code off github, change the part of the code that does that, compile hashcat, no more message. |
|
DanielG |
hashcat
|
3 |
3,347 |
07-29-2018, 01:13 PM |
|
|
Thread: error v4.1.0
Post: RE: error v4.1.0
Is it also possible that hashcat has been extracted to a folder where an admin has rights but a user does not? So if you unzip hashcat using Admin account but start command prompt using normal user ac... |
|
DanielG |
hashcat
|
3 |
3,216 |
08-01-2018, 05:06 PM |