Search Results
|
Post |
Author |
Forum
[desc]
|
Replies |
Views |
Posted |
|
|
Thread: Is there a way to extract a password hash from AESCrypt archive?
Post: RE: Is there a way to extract a password hash from...
on the official forum there is a topic about bruteforce a forgotten password on https://forums.packetizer.com/viewtopic.php?f=72&t=1333 there is a slow python version using the tool itself but a user ... |
|
DanielG |
General Talk
|
20 |
5,128 |
01-08-2020, 09:56 AM |
|
|
Thread: Is there a way to extract a password hash from AESCrypt archive?
Post: RE: Is there a way to extract a password hash from...
okay, googling a bit more it seems the format is pretty open. The fileformat is described on https://www.aescrypt.com/aes_file_format.html and there is source on https://github.com/kenkendk/sharpaescr... |
|
DanielG |
General Talk
|
20 |
5,128 |
01-08-2020, 10:18 AM |
|
|
Thread: Intercept zip decryption key or files from an application
Post: RE: Intercept zip decryption key or files from an ...
Yes but it heavily depends on the application and how you have access to it. You can decompile the application and look for the password, debug the running application, run a trace on calls that are b... |
|
DanielG |
General Talk
|
1 |
719 |
03-12-2020, 05:33 PM |
|
|
Thread: XFX ATI HD 5870 Radeon graphics card 1gb, AMD, PCI-e.
Post: RE: XFX ATI HD 5870 Radeon graphics card 1gb, AMD,...
Also see Atom in https://hashcat.net/forum/thread-6473.html:
atom Wrote: (04-09-2017, 08:54 AM)
--
The GPU is ways too old, the drivers are outdated. [...]
--
|
|
DanielG |
Hardware
|
9 |
6,481 |
03-28-2018, 05:03 PM |
|
|
Thread: Tesla P100 / HC 4.1.0 Benchmarks on Google Cloud
Post: RE: Tesla P100 / HC 4.1.0 Benchmarks on Google Clo...
|
DanielG |
Hardware
|
5 |
6,940 |
04-13-2018, 11:26 AM |
|
|
Thread: where to buy a vps for hashcat?
Post: RE: where to buy a vps for hashcat?
Google cloud: https://hashcat.net/forum/thread-7439.html
AWS EC2: https://hashcat.net/forum/thread-4143.html
there are a few topics in the forum, you can use search to find more |
|
DanielG |
Hardware
|
1 |
2,773 |
07-05-2018, 09:12 AM |
|
|
Thread: 2080ti $Bitcoin$ hashrate
Post: RE: 2080ti $Bitcoin$ hashrate
Kulahin Wrote: (10-14-2018, 02:34 PM)
--
What do you think about this hashrate
--
It is a good hashrate for your card, which you did not mention. Lol I'm blind, it's in the title. |
|
DanielG |
Hardware
|
5 |
4,357 |
10-15-2018, 08:06 AM |
|
|
Thread: Looking to rent GPU Server 4 hashcat.
Post: RE: Looking to rent GPU Server 4 hashcat.
"hour how much time would i need on 10x 1080... for 8 char ?a or 10 ?a brute"
Let's calculate this:
Hashcat supports these:
-m 11300 = Bitcoin/Litecoin wallet.dat
-m 12700 = Blockchain, My Wal... |
|
DanielG |
Hardware
|
4 |
4,071 |
07-12-2019, 11:10 AM |
|
|
Thread: DECRYPTUM
Post: RE: DECRYPTUM
Very cool, what are you using this beast of a machine for?
Ah I see it's a commercial device on https://www.decryptum.com/ (https://www.decryptum.com/) |
|
DanielG |
Hardware
|
12 |
1,219 |
09-16-2020, 10:07 AM |
|
|
Thread: [sha256] Hash inside a hash
Post: RE: [sha256] Hash inside a hash
There are 2^256 possible SHA256 hashes, this is about 10^77 possibilities. There are about 10^80 atoms in the whole observable universe. You will need more than "haha like 1tera?", it's more like "hah... |
|
DanielG |
hashcat
|
5 |
3,758 |
11-29-2017, 04:09 PM |
|
|
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: question about hccapx
Post: RE: question about hccapx
farhad_usa Wrote: (01-08-2018, 07:44 PM)
--
based on this page (https://hashcat.net/wiki/doku.php?id=hccapx)
this is my password/keymic in encrypted :9094e48390f2
--
No, based on that page it... |
|
DanielG |
hashcat
|
2 |
2,644 |
01-09-2018, 04:49 PM |
|
|
Thread: MD5 Help
Post: RE: MD5 Help
Hi, you would probably already be cracking if you followed the information on the wiki (https://hashcat.net/wiki/). Here you can follow the steps needed to crack your hash:
https://hashcat.net/wiki/d... |
|
DanielG |
hashcat
|
11 |
12,044 |
01-09-2018, 05:31 PM |
|
|
Thread: MD5 Help
Post: RE: MD5 Help
?1 is indeed how you access the custom charset mentioned. In the example I put 12 "?1" combinations because that is your max length for your password. This makes it easy if you decide to try somethi... |
|
DanielG |
hashcat
|
11 |
12,044 |
01-11-2018, 10:31 AM |
|
|
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: Which Hash modes should be chosen by NThash ciphertext?
Post: RE: Which Hash modes should be chosen by NThash ci...
Yes -m 1000 is for NTLM, see https://hashcat.net/wiki/doku.php?id=example_hashes for example hashes to check if your hash is in the correct format. |
|
DanielG |
hashcat
|
2 |
2,312 |
02-01-2018, 11:58 AM |
|
|
Thread: Hashcat is showing wrong password
Post: RE: Hashcat is showing wrong password
qpens8 Wrote: (02-08-2018, 03:36 AM)
--
Is hashcat storing my pass somewhere?
--
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#what_is_a_potfile |
|
DanielG |
hashcat
|
10 |
7,999 |
02-08-2018, 10:18 AM |
|
|
Thread: Hashcat pid/outfiles error
Post: RE: Hashcat pid/outfiles error
Just a silly question, but did you use an admin account to create the hashcat-4.0.1 folder but then you are running hashcat64.exe with a non admin account? Maybe the problem is that there are no write... |
|
DanielG |
hashcat
|
4 |
4,953 |
02-08-2018, 04:22 PM |
|
|
Thread: Hashcat is showing wrong password
Post: RE: Hashcat is showing wrong password
Maybe the password is blank (my hashcat finds the same empty password for your posted hash). No password on the PDF file, at least not found by the program making the hash? |
|
DanielG |
hashcat
|
10 |
7,999 |
02-08-2018, 04:25 PM |