Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: .NET Webapplication
Post: RE: .NET Webapplication
Can't you just replace the "hash" with one you know the password for.
I.e. you generate a new "hash" using a simple password and check if you can login etc.
What I mean is, in such situations you ... |
|
philsmd |
General Talk
|
1 |
5,173 |
04-27-2015, 09:49 PM |
|
|
Thread: .cap conversion fails
Post: RE: .cap conversion fails
Please double-check if you did all the steps mentioned here: https://hashcat.net/wiki/doku.php?id=cracking_wpawpa2
For wpa you need to add -m 2500 to the command line: see https://hashcat.net/wiki/d... |
|
philsmd |
Old oclHashcat Support
|
2 |
7,204 |
01-21-2014, 12:31 PM |
|
|
Thread: -m 2500 hccapx works on hashcat-5.1.0+1831 but not 6.0
Post: RE: -m 2500 hccapx works on hashcat-5.1.0+1831 but...
what's your command ?
do you use -m 2500 in the command line ? |
|
philsmd |
hashcat
|
1 |
482 |
06-17-2020, 10:05 PM |
|
|
Thread: -m 22600 Hashcat how extract hash?
Post: RE: -m 22600 Hashcat how extract hash?
first of all, most of the extraction tools now require python 3 as you can see also here:
Code:
--
#!/usr/bin/env python3
--
(from https://github.com/openwall/john/blob/bleeding-jumbo/run/telegr... |
|
philsmd |
hashcat
|
3 |
338 |
09-29-2020, 11:41 AM |
|
|
Thread: -m 22600 Hashcat how extract hash?
Post: RE: -m 22600 Hashcat how extract hash?
I would suggest that if you are 100% sure that you are doing everything correctly, you should report the problem to John The Ripper (which develop the telegram2john.py tool) and try to investigate mor... |
|
philsmd |
hashcat
|
3 |
338 |
09-30-2020, 11:41 AM |
|
|
Thread: -m 18300 APFS
Post: RE: -m 18300 APFS
Code:
--
sudo apt install libfuse3-dev
--
|
|
philsmd |
hashcat
|
9 |
3,940 |
05-18-2020, 10:19 AM |
|
|
Thread: -m 18300 APFS
Post: RE: -m 18300 APFS
normally you would need to do everything that the extraction tool needs to do. so it could turn out to be more complicated than you might think (but of course there are exceptions to this as always) .... |
|
philsmd |
hashcat
|
9 |
3,940 |
05-18-2020, 02:08 PM |
|
|
Thread: -m 13100 (Kerberos 5 TGS-REP etype 23) return Invalid hash-type specified ???
Post: RE: -m 13100 (Kerberos 5 TGS-REP etype 23) return ...
If the output of
Code:
--
cudaHashcat64.exe --help
--
doesn't list the hash mode you are trying to use, in your case 13100, it means that this specific version does not support -m 13100.
It is as s... |
|
philsmd |
Old hashcat Support
|
1 |
6,622 |
05-29-2016, 06:42 PM |
|
|
Thread: -m 11600 7z
Post: RE: -m 11600 7z
Difficult to say without having the .7z and the extracted hash (but you are right, it is not allowed to post hashes here according to the forum's rules).
I would say that it makes sense in this cas... |
|
philsmd |
hashcat
|
3 |
4,073 |
08-01-2017, 11:31 AM |
|
|
Thread: -m 11600 7z
Post: RE: -m 11600 7z
Yeah, you are right it sometimes depends on how "experimental" the beta currently is. Sometimes (actually very often) betas contain fixes for known problems/bugs and therefore at that very moment we r... |
|
philsmd |
hashcat
|
3 |
4,073 |
08-02-2017, 10:56 AM |
|
|
Thread: --username not working- line length exception
Post: RE: --username not working- line length exception
The trac ticket https://hashcat.net/trac/ticket/441 was fixed and next version will include the bug fix.
For speed you can play around w/ -w 3 (OR -u -n values, but -w 3 should give you good result... |
|
philsmd |
Old oclHashcat Support
|
4 |
8,846 |
05-12-2014, 07:20 AM |
|
|
Thread: --show takes forever to finish
Post: RE: --show takes forever to finish
it depends mainly on the size of the hashcat.potfile and of course also to some extend on the hashes.txt file (note there can be cracks assigned to several users, especially if unsalted hashes are use... |
|
philsmd |
hashcat
|
6 |
3,802 |
08-21-2018, 10:33 PM |
|
|
Thread: --show takes forever to finish
Post: RE: --show takes forever to finish
what's your memory usage and CPU usage during the --show --username run ? High memory, high CPU?
We might need to troubleshoot this in detail but I guess we need to have the files (or similar files... |
|
philsmd |
hashcat
|
6 |
3,802 |
08-22-2018, 05:07 PM |
|
|
Thread: --show takes forever to finish
Post: RE: --show takes forever to finish
I just tested with a hash file and potfile with 1000000 entries and it's very fast on my system.
Maybe you can do the same and report back.
This is how I generated the lists:
Code:
--
#!/usr/b... |
|
philsmd |
hashcat
|
6 |
3,802 |
08-23-2018, 01:33 PM |
|
|
Thread: --show problem
Post: RE: --show problem
please read the faq page:
e.g. https://hashcat.net/wiki/frequently_asked_questions#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword
(hint: you shou... |
|
philsmd |
Old oclHashcat Support
|
6 |
13,323 |
12-12-2015, 02:43 PM |
|
|
Thread: --show problem
Post: RE: --show problem
The wiki page I linked to has exactly the answer for you (but I will copy it here anyways):
2 steps:
1. cracking:
Code:
--
cudaHashcat64.exe -m 0 -a 0 --username --outfile D:\cracked.txt "D:\trop... |
|
philsmd |
Old oclHashcat Support
|
6 |
13,323 |
12-12-2015, 04:19 PM |
|
|
Thread: --show doesnt work
Post: RE: --show doesnt work
you also need to specify the hash type. How else should cudaHashcat/oclHashcat know what type of hashes it should load?
(btw: all this info is mentioned on the wiki page that epixoip linked) |
|
philsmd |
Old oclHashcat Support
|
6 |
7,728 |
03-23-2016, 02:59 PM |
|
|
Thread: --show doesn't print duplicates when using --username
Post: RE: --show doesn't print duplicates when using --u...
Recently, a new feature was implemented to support exactly this.
See https://github.com/hashcat/hashcat/issues/963 and test the beta at https://hashcat.net/beta/ |
|
philsmd |
hashcat
|
2 |
6,417 |
02-02-2017, 04:12 PM |
|
|
Thread: --remove switch with WPA
Post: RE: --remove switch with WPA
Like with all other hash types the file (in this case the .hccap file) should be empty if and only if all "hashes" were cracked.
The size of the hash file should therefore be 0 bytes if each and ever... |
|
philsmd |
Old oclHashcat Support
|
2 |
5,738 |
09-17-2014, 03:41 PM |
|
|
Thread: --remove ?
Post: RE: --remove ?
It is all very well explained in the FAQ: --show (https://is.gd/HiV9cw)
To sum it up: --show needs to be run on the original (not modified) hash list, it must be run after the cracking was already fin... |
|
philsmd |
Old oclHashcat Support
|
5 |
7,871 |
05-28-2015, 06:38 PM |