Search Results
|
Post |
Author |
Forum |
Replies |
Views
[desc]
|
Posted |
|
|
Thread: Noob - Understanding hashcat input format
Post: RE: Noob - Understanding hashcat input format
-m 10900 = PBKDF2-HMAC-SHA256 has both hash and salt in base64. You can just look at the examples here: https://hashcat.net/wiki/doku.php?id=example_hashes or use a command like this: hashcat -m 10900... |
|
philsmd |
hashcat
|
1 |
2,965 |
08-03-2018, 06:05 PM |
|
|
Thread: pkzip2
Post: RE: pkzip2
see https://github.com/hashcat/hashcat/pull/1962 , it's work in progress. I have no clue what you are trying to say with that sentence regarding AES, the main problem was that we have to do huffman c... |
|
philsmd |
hashcat
|
2 |
2,977 |
05-03-2019, 07:39 AM |
|
|
Thread: Hashcat stops after initializing OpenCL Runtime
Post: RE: Hashcat stops after initializing OpenCL Runtim...
try this: https://hashcat.net/faq/wrongdriver
there is definitely something wrong because your screenshot shows 2 "Advanced Micro Devices" platforms.
this seems to be a driver installation issue... |
|
philsmd |
hashcat
|
1 |
2,979 |
02-10-2019, 09:06 AM |
|
|
Thread: hashcat iconv
Post: RE: hashcat iconv
if I generate a md5 hash with your input $HEX[706f657a6965] I get a completely separate result:
Code:
--
printf "po\xebzie" |iconv -f "iso8859-1" -t "ASCII//TRANSLIT" | md5sum
5453454a253f8840811... |
|
philsmd |
hashcat
|
4 |
2,981 |
12-07-2018, 01:25 PM |
|
|
Thread: hashcat iconv
Post: RE: hashcat iconv
well, I'm still not sure if 278fbfac8b69dda968b190e6bb1f4ac9 is the correct hash for your plain. I guess you do not know the password at all (which is bad since it would be a reason to ban you, but I'... |
|
philsmd |
hashcat
|
4 |
2,981 |
12-07-2018, 06:40 PM |
|
|
Thread: Telegram and hashcat.
Post: RE: Telegram and hashcat.
that's what I already told you. The beta version of hashcat has this new hash algorithm support:
Code:
--
-m 22301 = Telegram client app passcode (SHA256)
--
This means that with the beta ve... |
|
philsmd |
hashcat
|
9 |
2,995 |
01-16-2020, 01:10 PM |
|
|
Thread: Telegram and hashcat.
Post: RE: Telegram and hashcat.
do you mean this: https://github.com/hashcat/hashcat/issues/1534 ?
The Telegram Android/IOS APP hash ?
We have recently added this format https://github.com/hashcat/hashcat/pull/2282 , it's still ... |
|
philsmd |
hashcat
|
9 |
2,995 |
01-16-2020, 11:44 AM |
|
|
Thread: Telegram and hashcat.
Post: RE: Telegram and hashcat.
okay, I just spend a couple of free minutes to come up with this perl script (POC):
telegram_desktop.pl
Code:
--
#!/usr/bin/env perl
# Author: philsmd
# Date: February 2020
# License: public... |
|
philsmd |
hashcat
|
9 |
2,995 |
02-28-2020, 04:45 PM |
|
|
Thread: Telegram and hashcat.
Post: RE: Telegram and hashcat.
@zvonko I guess this is not the mobile app you are using, but the Desktop Application.
We had this github issue https://github.com/hashcat/hashcat/issues/1534 and unfortunately nobody mentioned/exp... |
|
philsmd |
hashcat
|
9 |
2,995 |
02-26-2020, 01:19 PM |
|
|
Thread: Telegram and hashcat.
Post: RE: Telegram and hashcat.
The Desktop algorithm was implemented with https://github.com/hashcat/hashcat/pull/2355.
I find it quite disturbing that I got no answers here... it's much more motivating to get some responses and... |
|
philsmd |
hashcat
|
9 |
2,995 |
04-08-2020, 12:13 PM |
|
|
Thread: To crack passwords with Russian symbols
Post: RE: To crack passwords with Russian symbols
I'm pretty sure the --encoding-from and --encoding-to only works correctly with -a 0, i.e. only works with dictionary attacks.
The solution for this problem is quite easy, but also not perfectly id... |
|
philsmd |
hashcat
|
8 |
3,006 |
11-27-2019, 06:18 PM |
|
|
Thread: Hybrid Attack
Post: RE: Hybrid Attack
This is a warning. It is not an error message.
With a larger wordlist and/or mask you will reach full speed. With a too small wordlist/mask hashcat can't use the full acceleration. |
|
philsmd |
hashcat
|
3 |
3,011 |
02-12-2018, 10:48 PM |
|
|
Thread: multiple users - custom session file location?
Post: RE: multiple users - custom session file location?
Well, you didn't really explain how you intend to install/use hashcat and also how you manage the access to GPU/CPU OpenCL resources.
I think the main problem with multi-user system and hashcat is ... |
|
philsmd |
hashcat
|
6 |
3,015 |
02-20-2019, 09:11 PM |
|
|
Thread: multiple users - custom session file location?
Post: RE: multiple users - custom session file location?
I don't think this is a good idea to share GPU/CPU devices like this. everyone will be experiencing reduced performance if somebody else has an attack running at the same time.
I also do not unders... |
|
philsmd |
hashcat
|
6 |
3,015 |
02-21-2019, 04:47 PM |
|
|
Thread: 15200 Blockchain, My Wallet, V2 help
Post: RE: 15200 Blockchain, My Wallet, V2 help
Use this python script to extract the "hash" from your wallet file:
https://raw.githubusercontent.com/magnumripper/JohnTheRipper/bleeding-jumbo/run/blockchain2john.py
Don't forget to either remove... |
|
philsmd |
hashcat
|
1 |
3,046 |
08-26-2017, 07:38 AM |
|
|
Thread: Current Index in Subkeyspace (skip + limit)
Post: RE: Current Index in Subkeyspace (skip + limit)
you should probably use the --status-automat option and read the CURKU etc |
|
philsmd |
Old oclHashcat Support
|
1 |
3,072 |
01-11-2016, 08:07 PM |
|
|
Thread: [SOLVED] 'inconsistency in registered CommandLine options' on Ubuntu 19.10
Post: RE: 'inconsistency in registered CommandLine optio...
I assume this is the OpenCL kernel compilation by the driver failing while running hashcat ?
That only means that the driver itself is not compatible with your system (linux version). maybe see if th... |
|
philsmd |
hashcat
|
5 |
3,076 |
11-02-2019, 08:09 AM |
|
|
Thread: Hashfile input format
Post: RE: Hashfile input format
--username
please do not post hashes. you will be banned |
|
philsmd |
hashcat
|
6 |
3,092 |
07-18-2019, 06:58 AM |
|
|
Thread: Hashfile input format
Post: RE: Hashfile input format
https://hashcat.net/faq#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword |
|
philsmd |
hashcat
|
6 |
3,092 |
07-18-2019, 05:31 PM |
|
|
Thread: Hashfile input format
Post: RE: Hashfile input format
nope, you should run --show always without any dictionary file, as explained in the link above which arguments are allowed/required/optional |
|
philsmd |
hashcat
|
6 |
3,092 |
07-20-2019, 05:21 PM |