Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: Hashcat 5.1 beta output format incorrectly displayed
Post: RE: Hashcat 5.1 beta output format incorrectly dis...
the format changed with https://github.com/hashcat/hashcat/pull/2292 (requested here: https://github.com/hashcat/hashcat/issues/2255).
The --help output should reflect the new format that should be... |
|
philsmd |
hashcat
|
8 |
1,804 |
03-18-2020, 10:21 PM |
|
|
Thread: Bitcoin encryption algorithm
Post: RE: Bitcoin encryption algorithm
One good thing about hashcat source code, is that we also have several high-level tests (like the test framework in perl)... this is very easy code to understand, even if you are only fluent with pyth... |
|
philsmd |
General Talk
|
2 |
1,111 |
03-17-2020, 09:47 AM |
|
|
Thread: bitlocker Hash-types Mask Attack Unable to crack the password correctly
Post: RE: bitlocker Hash-types Mask Attack Unable to cra...
Are you able to share this hash in a private message (PM) with us ?
Alternatively, could you generate an example hash that also is uncrackable (for which you know the password and are able to share... |
|
philsmd |
hashcat
|
6 |
2,313 |
03-13-2020, 02:39 PM |
|
|
Thread: history hash
Post: RE: history hash
if you use LINUX *and* if you have installed hashcat (make install or used a package manager), the files are wihtin your home directory:
Code:
--
cat $HOME/.hashcat/hashcat.potfile
--
|
|
philsmd |
hashcat
|
5 |
1,555 |
03-13-2020, 01:20 PM |
|
|
Thread: history hash
Post: RE: history hash
just open the potfile in a text editor or use:
Code:
--
cat hashcat.potfile
--
(this is on linux ... or use the "type" command on windows)
use --potfile-disable to disable the potfile (or rem... |
|
philsmd |
hashcat
|
5 |
1,555 |
03-13-2020, 11:32 AM |
|
|
Thread: help me
Post: RE: help me
just do NOT specify the file name. see https://hashcat.net/wiki/example_hashes or run:
Code:
--
hashcat -m 10500 --example-hashes
--
to see an example hash (note: there is no file name within th... |
|
philsmd |
hashcat
|
1 |
874 |
03-13-2020, 11:30 AM |
|
|
Thread: Multiple GPU Problem
Post: RE: Multiple GPU Problem
try to use some task manager and tuning tools (like afterburner) etc.
could be bad risers, too slow CPU/cores, little RAM, configurations etc etc etc
try test with -d 1,2,3 etc and add GPUs until ... |
|
philsmd |
Hardware
|
3 |
1,381 |
03-12-2020, 11:03 AM |
|
|
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: 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: A question about constant Exhausted
Post: RE: A question about constant Exhausted
Try this: https://hashcat.net/faq/wrongdriver |
|
philsmd |
hashcat
|
8 |
2,281 |
03-11-2020, 01:31 PM |
|
|
Thread: bitlocker Hash-types Mask Attack Unable to crack the password correctly
Post: RE: bitlocker Hash-types 掩码?l?l?l无法正确�...
The forum rules are very clear that it is not allowed to use any other language other than English on this forum.
https://hashcat.net/forum/announcement-2.html
Rules are rules and they need to be ... |
|
philsmd |
hashcat
|
6 |
2,313 |
03-11-2020, 12:56 PM |
|
|
Thread: A question about constant Exhausted
Post: RE: A question about constant Exhausted
you could try the beta version of hashcat: https://hashcat.net/beta/
and install the Intel OpenCL Runtime for your CPU to use -D 1 while testing with your CPU: https://software.intel.com/en-us/arti... |
|
philsmd |
hashcat
|
8 |
2,281 |
03-10-2020, 07:58 PM |
|
|
Thread: A question about constant Exhausted
Post: RE: A question about constant Exhausted
I'm pretty confident that you just discovered the root of the problem.
Wrong driver could very easily give wrong results. The use of --force doesn't help. it's a no-go to use a debugging/developer ... |
|
philsmd |
hashcat
|
8 |
2,281 |
03-10-2020, 07:14 PM |
|
|
Thread: A question about constant Exhausted
Post: RE: A question about constant Exhausted
this command line parameter is wrong
Code:
--
--force
--
just remove the --force flag |
|
philsmd |
hashcat
|
8 |
2,281 |
03-10-2020, 06:41 PM |
|
|
Thread: Delete character using rule "s"
Post: RE: Delete character using rule "s"
Code:
--
@,
--
https://hashcat.net/wiki/doku.php?id=rule_based_attack (purge) |
|
philsmd |
hashcat
|
2 |
1,004 |
03-10-2020, 11:18 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: Weird behaviour when cracking RAR?
Post: RE: Weird behaviour when cracking RAR?
Do you use --optimized-kernel-enable (or short -O) in your command ?
The maximum password length with -O is 20:
Code:
--
Minimum password length supported by kernel: 0
Maximum password length ... |
|
philsmd |
hashcat
|
3 |
1,330 |
03-07-2020, 08:00 PM |
|
|
Thread: Hybrid attack keyspace inconsistency
Post: RE: Hybrid attack keyspace inconsistency
thanks for the report of this documentation problem (it has actually changed a little bit between versions of hashcat). The general rule now is that the left part matters (dict for -a 6; and mask for ... |
|
philsmd |
hashcat
|
3 |
1,317 |
03-07-2020, 04:03 PM |
|
|
Thread: Hash extract error
Post: RE: Hash extract error
It probably would make much more sense to report this problem to the bleeding-jumbo JTR repository (https://github.com/magnumripper/JohnTheRipper ) where the bitcoin2john.py utility is being developed... |
|
philsmd |
General Talk
|
2 |
920 |
03-07-2020, 10:34 AM |
|
|
Thread: Would anyone be able to match this hash with the password?
Post: RE: Would anyone be able to match this hash with t...
it's not allowed in this forum: https://hashcat.net/forum/announcement-2.html
you got a 1 week ban to revise the forum rules |
|
philsmd |
General Talk
|
1 |
666 |
03-07-2020, 09:13 AM |