Search Results
|
Post
[desc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: Worked once and didnt work immediately after
Post: RE: Worked once and didnt work immediately after
you can use the command line switch --potfile-disable if you really intend to crack hashes multipe times and avoid the potfile checks. |
|
philsmd |
hashcat
|
3 |
2,010 |
01-29-2019, 12:13 PM |
|
|
Thread: Works with OpenCL but not CUDA
Post: RE: Works with OpenCL but not CUDA
unfortunately, it could be anything here.
maybe even your OpenCL kernel is not perfectly correct and it is only a matter of which vector size etc is being used to fail or succeed.
Without seein... |
|
philsmd |
hashcat
|
2 |
1,458 |
08-24-2019, 12:20 PM |
|
|
Thread: Worldlist Clean up
Post: RE: Worldlist Clean up
just think about it like this: "I want to remove every digit that is followed by a non-digit"
you can express this with the unix sed tool like this:
Code:
--
sed -r 's/[0-9]+([^0-9])/\1/g'
--
|
|
philsmd |
General Talk
|
5 |
4,337 |
09-24-2017, 11:10 AM |
|
|
Thread: worldlist extra rules
Post: RE: worldlist extra rules
Please *read* what other users suggest as solution (because the answer was already given and works), don't ask in other threads (e.g. https://hashcat.net/forum/thread-2365-post-14211.html#pid14211 ) f... |
|
philsmd |
Very old oclHashcat-plus Support
|
8 |
14,249 |
06-16-2013, 08:23 AM |
|
|
Thread: worldlist extra rules
Post: RE: worldlist extra rules
So if this is not working for you w/ oclHashcat what can we do?
1. use cpu hashcat as above (./hashcat-cli64.bin -a 1 dicfile.txt --stdout > dicfile_combined.txt) and use this dict
2. use ./hashcat-... |
|
philsmd |
Very old oclHashcat-plus Support
|
8 |
14,249 |
06-16-2013, 05:55 PM |
|
|
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 |
|
|
Thread: WPA and first hash
Post: RE: WPA and first hash
https://hashcat.net/forum/thread-6355-post-33892.html#pid33892
https://github.com/hashcat/hashcat/issues/1167 |
|
philsmd |
hashcat
|
2 |
2,750 |
02-27-2018, 05:58 PM |
|
|
Thread: WPA password that contains mixalphanumeric
Post: RE: WPA password that contains mixalphanumeric
use policygen.py from PACK (https://thesprawl.org/projects/pack/)
The only thing you need to know here is that .hcmask files are needed and pack will generate them for you
hashcat64.exe -m 2500 ... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
1 |
3,317 |
06-17-2017, 09:06 PM |
|
|
Thread: WPA speed drop between 0.15 and 1.01
Post: RE: WPA speed drop between 0.15 and 1.01
The screenshot of oclHashcat 1.01 shows that you are trying to crack more than one network (.hccap file w/ several essid - note the file size of the hccap file + "Recovered......: 0/10"). That's also ... |
|
philsmd |
Old oclHashcat Support
|
9 |
18,769 |
01-07-2014, 07:42 AM |
|
|
Thread: WPA speed problem comparing to v1.31
Post: RE: WPA speed problem comparing to v1.31
Furthermore, there are also some other (minor) changes, which could influence the speed difference between the 2 versions
For instance, did you notice that 1.31 did reject more than 1/3 of the plains,... |
|
philsmd |
Old oclHashcat Support
|
8 |
14,762 |
02-16-2015, 01:29 PM |
|
|
Thread: WPA-WPA2-PSK test: crack failed
Post: RE: WPA-WPA2-PSK test: crack failed
Sometimes it helps to use one or more of these tools:
- wpaclean + cap2hccap
- aircrack -J (you already tried this)
- wpaclean + aircrack -J (does this really make any difference)
- cap2hccap
Especia... |
|
philsmd |
Old oclHashcat Support
|
3 |
7,249 |
01-20-2015, 12:48 PM |
|
|
Thread: WPA/WPA2 PMK mode (2501)
Post: RE: WPA/WPA2 PMK mode (2501)
If you run hashcat --help (with the latest version of hashcat) you will see that 2501 is supported and within the output.
you can use hcxtools from https://github.com/ZerBea/hcxtools (wlancap2hcx -... |
|
philsmd |
General Talk
|
20 |
19,682 |
03-02-2018, 10:03 AM |
|
|
Thread: WPA/WPA2: How the hash is generated
Post: RE: WPA/WPA2: How the hash is generated
It is actually just a kind of a checksum that is only needed internally for hashcat and wasn't meant to be something the user should care about. You shouldn't really need to know the algorithm for the... |
|
philsmd |
General Talk
|
3 |
6,795 |
03-06-2017, 09:04 AM |
|
|
Thread: WPA2 - 3/4 Digests recovered - Exhausted
Post: RE: WPA2 - 3/4 Digests recovered - Exhausted
according to this wiki/faq page, you shouldn't use --show together with additional/unnecessary command line options, like -a 3 and a mask:
https://hashcat.net/faq#how_can_i_show_previously_cracked_pa... |
|
philsmd |
hashcat
|
3 |
1,736 |
10-07-2019, 11:33 AM |
|
|
Thread: WPA2 Cracking With Password Less Then 8 Length Using rule Attack
Post: RE: WPA2 Cracking With Password Less Then 8 Length...
It seems that you also opened a hashcat github issue (https://github.com/hashcat/hashcat/issues/1222#issuecomment-292860873) and it was answered and closed.
Please do not hesitate to use the forum se... |
|
philsmd |
hashcat
|
1 |
2,947 |
04-10-2017, 09:41 AM |
|
|
Thread: Wrong number of total hashes ?
Post: RE: Wrong number of total hashes ?
Are you sure about the format of the hash.txt list.
It seems to be number[8 digit]:hash[md5 32byte]
Therefore, a command like:
cut -b 8- hashes.txt|sort -u|wc -l
gives a MUCH smaller number than your... |
|
philsmd |
Very old oclHashcat-plus Support
|
7 |
12,022 |
03-29-2013, 03:54 PM |
|
|
Thread: Wrong number of total hashes ?
Post: RE: Wrong number of total hashes ?
Good to know that it worked!
BTW, I know that we all love *cat here but there are times you shouldn't use the cat commands...hehe
Why are people using cat to grep stuff, cat to sort stuff, cat to cut... |
|
philsmd |
Very old oclHashcat-plus Support
|
7 |
12,022 |
03-29-2013, 04:15 PM |
|
|
Thread: Wrong number of total hashes ?
Post: RE: Wrong number of total hashes ?
@epixoip
That command(s) do *not* solve the problem that we had: unique lines vs unique hashes! (we need to eliminate the strings before the colon)
BTW, nobody would use an extra pipe between *TWO* c... |
|
philsmd |
Very old oclHashcat-plus Support
|
7 |
12,022 |
03-29-2013, 10:21 PM |
|
|
Thread: Yet another "No hashes loaded"
Post: RE: Yet another "No hashes loaded"
Please read this:
FAQ: How to extract required info from PDF files (https://is.gd/bX2ehZ) |
|
philsmd |
Old oclHashcat Support
|
3 |
10,197 |
05-25-2015, 09:54 AM |
|
|
Thread: Zip to Hashcat
Post: RE: Zip to Hashcat
winzip (-m 13600 ) and pkzip (-m 172xx) are very different hash types.
The data limit that hashcat supports for PKZIP hashes is currently about 320 KB, see: https://github.com/hashcat/hashcat/pull/... |
|
philsmd |
hashcat
|
2 |
728 |
06-27-2020, 03:24 PM |