Search Results
|
Post |
Author |
Forum |
Replies |
Views
[asc]
|
Posted |
|
|
Thread: Problem - Signature unmatched No hashes loaded.
Post: RE: Problem - Signature unmatched No hashes loaded...
you can't post hashes here... if you are really sure that you already tried everything and it still isn't working, not even with the latest beta version from https://hashcat.net/beta/ , we could proba... |
|
philsmd |
hashcat
|
11 |
2,040 |
06-13-2020, 12:46 PM |
|
|
Thread: Problem - Signature unmatched No hashes loaded.
Post: RE: Problem - Signature unmatched No hashes loaded...
I've now spend (wasted ? ) some minutes investigating this and it seems that already the input file (the UTC file that you would normally use for the ethereum2john.py conversion to a hash) is complete... |
|
philsmd |
hashcat
|
11 |
2,040 |
06-13-2020, 01:48 PM |
|
|
Thread: Problem - Signature unmatched No hashes loaded.
Post: RE: Problem - Signature unmatched No hashes loaded...
The file was obviously manipulated by a human (or malware ?) and is not valid.
No ethereum client would generate a UTC file with a
Code:
--
ciphertext
--
and
Code:
--
mac
--
within the ... |
|
philsmd |
hashcat
|
11 |
2,040 |
06-13-2020, 02:33 PM |
|
|
Thread: Increment knowing the last chars of password
Post: RE: Increment knowing the last chars of password
... or hashcat mask files (https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_mask_files)
... or salted hash types instead of unsalted ones (if there are alternative -m modes available for that... |
|
philsmd |
hashcat
|
2 |
2,038 |
05-12-2018, 12:42 PM |
|
|
Thread: Need help with cracking a blockchain wallet version 2
Post: RE: Need help with cracking a blockchain wallet ve...
try to crack the example hash from https://hashcat.net/wiki/doku.php?id=example_hashes
after that try to create a new wallet (of course backup your other wallet first) with a known password and try... |
|
philsmd |
hashcat
|
13 |
2,038 |
06-11-2020, 07:50 AM |
|
|
Thread: Need help with cracking a blockchain wallet version 2
Post: RE: Need help with cracking a blockchain wallet ve...
that's just a warning that says that your amount of password candidates (and speed that results from this small input) doesn't allow full acceleration. This doesn't mean that it's not able to crack.
... |
|
philsmd |
hashcat
|
13 |
2,038 |
06-11-2020, 07:04 PM |
|
|
Thread: Need help with cracking a blockchain wallet version 2
Post: RE: Need help with cracking a blockchain wallet ve...
seems everything is working. Why do you assume something is wrong ?
Please test the example hash for -m 15200 = Blockchain, My Wallet, V2 from https://hashcat.net/wiki/doku.php?id=example_hashes w... |
|
philsmd |
hashcat
|
13 |
2,038 |
06-11-2020, 09:11 PM |
|
|
Thread: Need help with cracking a blockchain wallet version 2
Post: RE: Need help with cracking a blockchain wallet ve...
you should try the example hash with a dictionary attack where the word list contains the password
Code:
--
hashcat.exe -m 15200 -a 0 -w 3 -r rules\best64.txt hash.txt dict.txt
--
hash.txt i... |
|
philsmd |
hashcat
|
13 |
2,038 |
06-11-2020, 09:28 PM |
|
|
Thread: Need help with cracking a blockchain wallet version 2
Post: RE: Need help with cracking a blockchain wallet ve...
okay sorry, it's rules\best64.rule
Code:
--
hashcat.exe -m 15200 -a 0 -w 3 -r rules\best64.rule hash.txt dict.txt
--
|
|
philsmd |
hashcat
|
13 |
2,038 |
06-11-2020, 09:47 PM |
|
|
Thread: hcstat to hcstat2
Post: RE: hcstat to hcstat2
well, in theory one could develop a tool to convert .hcstat files into .hcstat2 files, but at the end it doesn't make much sense because the new file format of course has several advantages (most impo... |
|
philsmd |
hashcat
|
2 |
2,035 |
11-29-2018, 10:44 AM |
|
|
Thread: what the hash is this?
Post: RE: what the hash is this?
-m 500 = md5crypt
see also https://hashcat.net/wiki/example_hashes |
|
philsmd |
General Talk
|
1 |
2,034 |
11-23-2017, 04:32 PM |
|
|
Thread: build for windows from linux
Post: RE: build for windows from linux
this has nothing to do on where you use the "win32" target, because it doesn't exists anymore! it's just a very recent change:
https://github.com/hashcat/hashcat/commit/68d6d36761e7f5ddb3b58cb90b6a8... |
|
philsmd |
hashcat
|
3 |
2,032 |
03-03-2019, 09:31 AM |
|
|
Thread: Hashcat not working
Post: RE: Hashcat not working
-a 1 is for concatenating two dicts, use -a 0 instead (with one dict)
Code:
--
hashcat -m 0 -a 0 '/root/md5/hashpassword.txt' '/root/md5/rockyou.txt'
--
the correct answer was already provid... |
|
philsmd |
hashcat
|
4 |
2,032 |
05-24-2019, 09:23 PM |
|
|
Thread: Limit GPU usage on laptop?
Post: RE: Limit GPU usage on laptop?
-w 1 or --force together with the -u and -n could help, but it's always better to fix the main problem, i.e. not using a laptop and fixing the GPU/airflow cooling instead |
|
philsmd |
hashcat
|
2 |
2,029 |
03-24-2019, 02:56 PM |
|
|
Thread: Toogle case generator problem
Post: RE: Toogle case generator problem
you can toogle all 10 (0-9) + 26 (A-Z) = 36 positions (from index 0 to 35) with the following rules
T0 T1 T2 T3 T4 T5 T6 T7 T8 T9 TA TB TC TD TE TF TG TH TI TJ TK TL TM TN TO TP TQ TR TS TT TU
TV ... |
|
philsmd |
hashcat
|
4 |
2,028 |
04-05-2019, 10:35 PM |
|
|
Thread: Hashcat Brain Files (*.admp, *.ldmp)
Post: RE: Hashcat Brain Files (*.admp, *.ldmp)
It is currently hard-coded (see https://github.com/hashcat/hashcat/blob/7806be32c25c387cc11f02a400684c0d0d465632/src/brain.c#L1982-L1983), but it's not impossible to add command line options etc for i... |
|
philsmd |
hashcat
|
3 |
2,024 |
03-27-2019, 01:57 PM |
|
|
Thread: Generator of fortune
Post: RE: Generator of fortune
what's going on here? one (actually 2) completely new forum accounts without any previous posts suddently talking about a tool with very strange description and furthermore a tool that was already con... |
|
philsmd |
User Contributions
|
8 |
2,022 |
06-15-2020, 11:06 AM |
|
|
Thread: Second GPU is not recognized
Post: RE: Second GPU is not recognized
your clinfo basically proofs that it is not hashcat fault because also clinfo only sees a single RX 580 (there is only one GPU in your list).
I would suggest reinstalling the driver and/or messing ... |
|
philsmd |
Hardware
|
2 |
2,021 |
04-18-2019, 12:40 PM |
|
|
Thread: AxCrypt v2
Post: RE: AxCrypt v2
it's on the main page: https://github.com/Fist0urs/AxSuite#author |
|
philsmd |
hashcat
|
17 |
2,015 |
08-11-2020, 10:51 AM |
|
|
Thread: AxCrypt v2
Post: RE: AxCrypt v2
Hey lapolis,
while doing a little more research and searching for AxCrypt related topic on github and the JTR repo, I came across your new github issue on the JTR repo: https://github.com/magnumrippe... |
|
philsmd |
hashcat
|
17 |
2,015 |
08-12-2020, 12:17 AM |