Search Results
|
Post |
Author |
Forum |
Replies |
Views
[asc]
|
Posted |
|
|
Thread: Separator Unmatched
Post: RE: Separator Unmatched
make sure that each line of the file myunshadow.txt has hashes fomatted in the correct way: https://hashcat.net/wiki/example-hashes
or use
Code:
--
hashcat -m 1420 --example-hashes
--
to se... |
|
philsmd |
hashcat
|
5 |
1,389 |
04-26-2020, 09:22 AM |
|
|
Thread: Separator Unmatched
Post: RE: Separator Unmatched
That's not the correct assumption.
It literally just said:
Code:
--
Hashfile 'xyz' on line 6 ...
--
The most important part is the "Hashfile" part. The filename of course is not what the ... |
|
philsmd |
hashcat
|
5 |
1,389 |
04-26-2020, 09:35 AM |
|
|
Thread: Mask 0123456789
Post: RE: Mask 0123456789
https://hashcat.net/wiki/?id=mask_attack
Code:
--
hashcat64.exe -m 2500 -a 3 -o www.txt C:\ha\20488_1578425546.hccapx ?d?d?d?d?d?d?d?d
--
|
|
philsmd |
hashcat
|
4 |
1,383 |
01-07-2020, 09:59 PM |
|
|
Thread: Mask 0123456789
Post: RE: Mask 0123456789
https://hashcat.net/wiki/?id=mask_attack#custom_charsets
the general idea will be the same and won't change, if you do not know how to do it, you can simple read the explanation on the wiki page, t... |
|
philsmd |
hashcat
|
4 |
1,383 |
01-07-2020, 11:05 PM |
|
|
Thread: Using hashcat Brain with slow hash and specific password length
Post: RE: Using hashcat Brain with slow hash and specifi...
if you have a minimum required length of 12 and rules that add up to 4 characters, you could just pre-process your dict such that it has at least 12-4 = 8 characters. That's already a huge filter and ... |
|
philsmd |
hashcat
|
4 |
1,381 |
01-14-2020, 12:52 PM |
|
|
Thread: Using hashcat Brain with slow hash and specific password length
Post: RE: Using hashcat Brain with slow hash and specifi...
in theory we could enable the rule engine used by -j and -k also for --slow-candidates (-S) which is enabled by default in case brain is used.
This would also allow reject rules etc (everything that ... |
|
philsmd |
hashcat
|
4 |
1,381 |
01-15-2020, 04:50 PM |
|
|
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: Can shannon entropy be used to optimize password carcking?
Post: RE: Can shannon entropy be used to optimize passwo...
what attack type ?
hashcat has built-in support for markov chains see --help
it's probably not a good idea to have/generate password candidates that are gibberish ... and store large dictionarie... |
|
philsmd |
hashcat
|
3 |
1,377 |
01-07-2020, 12:08 PM |
|
|
Thread: Exfiltration of target material
Post: RE: Exfiltration of target material
office2john.py
7z2hashcat.py
blockchain2john.py
bitcoin2john.py
1password2john.py
itunes_backup2hashcat.pl
etc
it depends on your hash type
they can be found on the internet very easily (jus... |
|
philsmd |
hashcat
|
3 |
1,375 |
10-17-2019, 08:49 PM |
|
|
Thread: Exfiltration of target material
Post: RE: Exfiltration of target material
wherever possible it makes sense to not invent a new hash format. so it makes sense to use the same signature and data parts/salts etc in the hashcat format like in the jtr format. it doesn't make sen... |
|
philsmd |
hashcat
|
3 |
1,375 |
10-17-2019, 10:12 PM |
|
|
Thread: Hashcat exhausted. Is it a problem with the dict. or me?
Post: RE: Hashcat exhausted. Is it a problem with the di...
Do *NOT* post hashes
- https://hashcat.net/forum/announcement-2.html - |
|
philsmd |
hashcat
|
3 |
1,367 |
12-30-2019, 09:26 AM |
|
|
Thread: Hashcat not recognizing my GPU
Post: RE: Hashcat not recognizing my GPU
see: https://hashcat.net/faq/wrongdriver
also test with
Code:
--
clinfo
--
to test and make sure it's working with other tools and therefore is not a hashcat problem. |
|
philsmd |
hashcat
|
7 |
1,365 |
05-22-2020, 08:02 AM |
|
|
Thread: Hashcat not recognizing my GPU
Post: RE: Hashcat not recognizing my GPU
it's not clear what the problem now is.
Does clinfo only work (i.e. list your devices) with root ? that would be very bad and just proofs that your driver installation/configuration is broken. It w... |
|
philsmd |
hashcat
|
7 |
1,365 |
05-22-2020, 12:31 PM |
|
|
Thread: Special Character for hashcat rules
Post: RE: Special Character for hashcat rules
Code:
--
$_ $0 $1
--
[hr]
explanation:
to append more than one character, you need to apply more than one rule (https://hashcat.net/wiki/?id=rule_based_attack) |
|
philsmd |
hashcat
|
4 |
1,345 |
12-13-2019, 06:54 PM |
|
|
Thread: Special Character for hashcat rules
Post: RE: Special Character for hashcat rules
yeah, you are completely wrong.
there is a whole table of "functions" (https://hashcat.net/wiki/?id=rule_based_attack#implemented_compatible_functions) and $, ^, T, D, O, x etc are not referring to... |
|
philsmd |
hashcat
|
4 |
1,345 |
12-13-2019, 07:22 PM |
|
|
Thread: Rules in 16800 don't work?
Post: RE: Rules in 16800 don't work?
it's exactly like undeath explained above.
Without the -S slow mode the passwords that are too short (from the dict) are rejected immediately, while the -S mode is slow because it mangles the words w... |
|
philsmd |
General Talk
|
8 |
1,341 |
06-30-2020, 11:10 AM |
|
|
Thread: Unable to crack second half of LM hash
Post: RE: Unable to crack second half of LM hash
HASHCA is not 7 characters long (?1?1?1?1?1?1?1 cracks 7 char passwords) |
|
philsmd |
hashcat
|
2 |
1,339 |
11-13-2019, 02:00 PM |
|
|
Thread: rule creation with special characters (utf8 issue?)
Post: RE: rule creation with special characters (utf8 is...
Hashcat added support for hexadecimal notation in rules too (see https://github.com/hashcat/hashcat/commit/b88c956d9754a56a99f45ebfa95767b65f8bf4eb)
for instance if the utf 8 character £ (\xc2\xa3... |
|
philsmd |
hashcat
|
2 |
1,337 |
11-29-2019, 03:30 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: 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 |