Search Results
|
Post
[desc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: New architecture, different sched
Post: RE: New architecture, different sched
Very cool. Amazing stuff! Thx |
|
philsmd |
Beta Tester
|
1 |
2,610 |
06-12-2013, 11:51 AM |
|
|
Thread: New Attack-Mode: Association Attack
Post: RE: New Attack-Mode: Association Attack
as far as I understood it, you would need to specify more files or a folder instead.
Code:
--
hashcat -m 3200 -a 9 hash.txt dict_*.txt
--
or
Code:
--
hashcat -m 3200 -a 9 hash.txt dicts/... |
|
philsmd |
Beta Tester
|
21 |
3,762 |
09-29-2020, 07:22 PM |
|
|
Thread: New hccapx format explained
Post: RE: New hccapx format explained
@c4pOne you should definitely make sure you are using the latest version of hashcat-utils (v1.5 or higher), because as you can read/see here https://github.com/hashcat/hashcat-utils/releases, the wind... |
|
philsmd |
User Contributions
|
49 |
179,647 |
02-10-2017, 10:51 AM |
|
|
Thread: New hccapx format explained
Post: RE: New hccapx format explained
if you see that error, just increase the DB_ESSID_MAX value to whatever value you feel comfortable. The risk of doing this is that it might use much more RAM. So you should do it at your own risk.
We... |
|
philsmd |
User Contributions
|
49 |
179,647 |
02-09-2017, 02:15 PM |
|
|
Thread: New hccapx format explained
Post: RE: New hccapx format explained
@abdou99 If you are talking about this screenshot https://hashcat.net/wiki/hccapx#screenshot (you didn't say that explicitly), than you should read the section below the image:
Quote:
--
authentic... |
|
philsmd |
User Contributions
|
49 |
179,647 |
02-10-2017, 02:20 PM |
|
|
Thread: New plugin developer guide
Post: RE: New plugin developer guide
You do not need to wait for a new release, the guide is already online:
https://github.com/hashcat/hashcat/blob/master/docs/hashcat-plugin-development-guide.md |
|
philsmd |
hashcat
|
5 |
1,717 |
04-21-2020, 06:38 PM |
|
|
Thread: New to forum and hashcat, and in a hurry to crack a file.
Post: RE: New to forum and hashcat, and in a hurry to cr...
Example "hashes" can be found here: https://hashcat.net/wiki/doku.php?id=example_hashes
The input that you provide to hashcat ("the hashes") should look very similar to the example hashes.
Specifi... |
|
philsmd |
hashcat
|
6 |
8,077 |
02-05-2017, 05:42 PM |
|
|
Thread: New to forum and hashcat, and in a hurry to crack a file.
Post: RE: New to forum and hashcat, and in a hurry to cr...
I think I read somewhere (a while ago) that the new file where the data is stored is just called profile.js
Are you able to locate a file file called profile.js ?
Update: I think this is just th... |
|
philsmd |
hashcat
|
6 |
8,077 |
12-28-2017, 10:25 AM |
|
|
Thread: New to HashCat , using cudaHashcat 1.36 , trying to crack a office 2007 'XLSX' hash.
Post: RE: New to HashCat , using cudaHashcat 1.36 , tryi...
FAQ: How do I extract the hashes from Office (Word, Excel, etc.) documents? (https://hashcat.net/wiki/frequently_asked_questions#how_do_i_extract_the_hashes_from_office_word_excel_etc_documents) |
|
philsmd |
General Help
|
6 |
11,851 |
07-26-2015, 07:48 PM |
|
|
Thread: New to hashcat and unknown issue
Post: RE: New to hashcat and unknown issue
you always need to check if you use the latest version of the tools you use before reporting any problems:
https://hashcat.net/hashcat
hint: version 4.1.0 is several years old, why do you even t... |
|
philsmd |
hashcat
|
4 |
360 |
09-18-2020, 11:52 AM |
|
|
Thread: new to hashcat trying to learn
Post: RE: new to hashcat trying to learn
please remember that the custom charsets must be set within the hashcat mask file:
Code:
--
hashcat -m 2500 -a 3 -w 3 Prova.hccapx masks.hcmask
--
the masks.hcmask file is this one:
Code:
... |
|
philsmd |
hashcat
|
3 |
1,969 |
02-17-2019, 10:50 AM |
|
|
Thread: Newbie learning how to crack a RAR3 hash.
Post: RE: Newbie learning how to crack a RAR3 hash.
a,lso escaping of the "$RAR3$..." hash is very important... therefore I would suggest to use a hash file, instead of messing around with shell escaping directly in the command
Code:
--
hashcat64.e... |
|
philsmd |
hashcat
|
5 |
1,172 |
05-07-2020, 11:00 AM |
|
|
Thread: Newbie Wallet
Post: RE: Newbie Wallet
What is the thread you are referring at ?
What are the files that you have ? wallet.dat ?
Which software (and which version of that software) did generate this wallet ?
hashcat support bitcoi... |
|
philsmd |
General Talk
|
9 |
3,606 |
07-10-2019, 11:41 AM |
|
|
Thread: Newbie Wallet
Post: RE: Newbie Wallet
you use bitcoin2john.py to convert the wallet.dat file into a hash:
https://raw.githubusercontent.com/magnumripper/JohnTheRipper/bleeding-jumbo/run/bitcoin2john.py
install and use python 2.7 to ... |
|
philsmd |
General Talk
|
9 |
3,606 |
07-11-2019, 09:55 AM |
|
|
Thread: Newbie Wallet
Post: RE: Newbie Wallet
see --help
-a 0 is dictionary attack and you need to provide a dictionary
-a 3 is mask attack (or "brute-force") and you need to provide a mask
upper = 26 chars, lower = 26 chars, digits = 10 c... |
|
philsmd |
General Talk
|
9 |
3,606 |
07-11-2019, 12:21 PM |
|
|
Thread: Newbie Wallet
Post: RE: Newbie Wallet
I don't know about that. If you say it's a "complex password system" maybe it's not random at all. I don't know about the specifics of your password system, it could be flawed and not that difficult t... |
|
philsmd |
General Talk
|
9 |
3,606 |
07-11-2019, 01:22 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,005 |
11-22-2014, 12:15 PM |
|
|
Thread: No devices found/left
Post: RE: No devices found/left
I think you are confusing something.
why do you need to use -d if you have only 1 GPU ?
if you want to enable and/or crack with your CPU, you need to use -D instead.
see this --help output sni... |
|
philsmd |
hashcat
|
9 |
7,548 |
01-25-2019, 11:19 AM |
|
|
Thread: No devices found/left
Post: RE: No devices found/left
it's directly linked in the above thread:
linux: https://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/15532/l_opencl_p_18.1.0.015.tgz
windows: https://registrationcenter-download.intel.co... |
|
philsmd |
hashcat
|
7 |
1,535 |
06-09-2020, 02:00 PM |
|
|
Thread: No devices found/left
Post: RE: No devices found/left
if you want to install the Intel driver, you just go to the intel download page (as explained in dozens of other hashcat forum posts):
https://hashcat.net/forum/thread-9240-post-48858.html#pid48858
... |
|
philsmd |
hashcat
|
7 |
1,535 |
06-09-2020, 12:48 PM |