Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: Ethereum Wallet and 1080ti trouble
Post: RE: Ethereum Wallet and 1080ti trouble
It's called the cost factor (N, r, p parameters of scrypt).
your hash is probably: $ethereum$s*262144*1*8
their hash is: $ethereum$s*8192*8*1*
it's important to compare similar things, not apple ... |
|
philsmd |
hashcat
|
4 |
1,626 |
02-15-2020, 12:15 PM |
|
|
Thread: Mask for brut
Post: RE: Mask for brut
If you do not specify any mask the default mask is used, see https://hashcat.net/wiki/doku.php?id=hashcat#default_values
I already explained it here (don't just double post that quickly, we already... |
|
philsmd |
hashcat
|
4 |
1,525 |
02-19-2020, 09:45 AM |
|
|
Thread: Mask for brut
Post: RE: Mask for brut
It's just one of the best masks if you care about speed, hit-rate, working efficient with multiple hash-type etc.
of course, the user should specify their own masks if they have some knowledge abou... |
|
philsmd |
hashcat
|
4 |
1,525 |
02-20-2020, 12:43 AM |
|
|
Thread: Wallet.DAT Master Key
Post: RE: Wallet.DAT Master Key
can you please give more detail about what software this is from and why you think it is sha3 etc ?
normally every bitcoin wallet.dat file is just simple used together with bitcoin2john.py and the ... |
|
philsmd |
hashcat
|
4 |
2,148 |
02-20-2020, 12:45 AM |
|
|
Thread: Optimizing WPA recovery
Post: RE: Optimizing WPA recovery
The recommended way is to capture the network traffic with https://github.com/ZerBea/hcxdumptool and convert the capture to hashes with hcxpcapngtool of https://github.com/ZerBea/hcxtools .
The new... |
|
philsmd |
General Talk
|
4 |
1,529 |
02-21-2020, 08:28 AM |
|
|
Thread: Electrum 4 and 5 Token length exception (ver 5.1.0+1736)
Post: RE: Electrum 4 and 5 Token length exception (ver ...
yeah, -m 21700 starts with $electrum$4 (see https://hashcat.net/wiki/example_hashes). I'm also pretty sure only the beta version currently supports -m 21700 and -m 21800 (at the time of this writing, ... |
|
philsmd |
Beta Tester
|
4 |
1,400 |
03-09-2020, 09:25 AM |
|
|
Thread: Recovered hashes spreadsheets help
Post: RE: Recovered hashes spreadsheets help
I'm pretty sure you can just open the outfile/potfile with any spreadsheet viewer/editor as a CSV file where the separator is just ":" (or the -p command line value).
I'm not sure why some people n... |
|
philsmd |
hashcat
|
4 |
1,333 |
03-11-2020, 05:06 PM |
|
|
Thread: Recovered hashes spreadsheets help
Post: RE: Recovered hashes spreadsheets help
just to be very clear: you do NOT need any python script to do this.
just open the document as a CSV file (with : as a separator).. Comma-separated values (CSV) files can typically use any sepataor... |
|
philsmd |
hashcat
|
4 |
1,333 |
03-11-2020, 11:42 PM |
|
|
Thread: Hash Mode request MS SQL 2016 with salt
Post: RE: Hash Mode request MS SQL 2016 with salt
Could be anything. Do you know the software / CMS / code that generates these hashes ?
I assume it's not the MSSQL software itself ? is it some custom software / webpage ?
You need to be more sp... |
|
philsmd |
hashcat
|
4 |
1,108 |
03-19-2020, 04:09 PM |
|
|
Thread: 3rd GPU will not run in betas
Post: RE: 3rd GPU will not run in betas
why cygwin ? you can just use the exe in cmd directly
do you use risers ? which attack mode do you use -a x ?
does this problem also happen with other hash types or even all hash types ? |
|
philsmd |
Beta Tester
|
4 |
1,112 |
04-05-2020, 07:31 AM |
|
|
Thread: Telegram Desktop passcode
Post: RE: Telegram Desktop passcode
This was implemented with https://github.com/hashcat/hashcat/pull/2355 |
|
philsmd |
hashcat
|
4 |
3,573 |
04-08-2020, 12:11 PM |
|
|
Thread: Very Slow Keepass hash-rate
Post: RE: Very Slow Keepass hash-rate
It's difficult to say what you are doing in detail, but you should of course keep in mind that these specific hash types are parameterized and therefore can have varying cost factors. The iteration co... |
|
philsmd |
hashcat
|
4 |
2,007 |
04-07-2020, 09:33 AM |
|
|
Thread: Custom charset
Post: RE: Custom charset
If you do not know how your shell escaping works, just use a file: https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_charset_files |
|
philsmd |
hashcat
|
4 |
1,170 |
04-09-2020, 03:47 PM |
|
|
Thread: Custom charset
Post: RE: Custom charset
Just to try to explain the detail of the problem also for potential future readers of this thread.
This has to do with your cmd/shell...
for instance %VAR% is a variable interpreted by your cmd... |
|
philsmd |
hashcat
|
4 |
1,170 |
04-09-2020, 05:13 PM |
|
|
Thread: pattern mask
Post: RE: pattern mask
Well, this is a very specific task (insert a word of length 5, g00se, into a mask of length 12, at each and every position), it's probably much more easier to just write all combination down or use a ... |
|
philsmd |
hashcat
|
4 |
998 |
04-18-2020, 08:19 AM |
|
|
Thread: Intel Integrated GPU
Post: RE: Intel Integrated GPU
in general the k a l i distribution is not recommended. You would uninstall both mesa and pocl and try to install all the required proprietary drivers from the hardware vendor page.
In some cases y... |
|
philsmd |
Hardware
|
4 |
1,779 |
04-22-2020, 11:34 AM |
|
|
Thread: CPU device not available
Post: RE: CPU device not available
you need to install the drivers as mentioned in https://hashcat.net/hashcat/
https://software.intel.com/en-us/articles/opencl-drivers#cpu-section
current win driver at time of this writing: http:/... |
|
philsmd |
hashcat
|
4 |
1,197 |
04-28-2020, 11:51 AM |
|
|
Thread: Hashcating 7z passw
Post: RE: Hashcating 7z passw
-o is wrong in your command line. --outfile (or short -o) is only used for redirecting the output to a file (the results).
you need to specify the hash like this:
Code:
--
hashcat -m 11600 -a 3... |
|
philsmd |
hashcat
|
4 |
1,058 |
04-27-2020, 11:47 AM |
|
|
Thread: CPU device not available
Post: RE: CPU device not available
Please install the nvidia driver directly from https://www.nvidia.com/Download/index.aspx
also see https://hashcat.net/faq/wrongdriver if installing the GPU driver doesn't work immediately |
|
philsmd |
hashcat
|
4 |
1,197 |
04-28-2020, 02:00 PM |
|
|
Thread: Hashcating 7z passw
Post: RE: Hashcating 7z passw
7z2hashcat from https://github.com/philsmd/7z2hashcat (you would need to either have perl installed or use the windows binary from https://github.com/philsmd/7z2hashcat/releases).
The .7z file must... |
|
philsmd |
hashcat
|
4 |
1,058 |
04-27-2020, 07:08 PM |