Search Results
|
Post |
Author |
Forum |
Replies |
Views
[desc]
|
Posted |
|
|
Thread: No duplicated characters when cracking wpa2 password
Post: RE: No duplicated characters when cracking wpa2 pa...
you also can't really pipe like this:
command1 | cd && command2
you need to do it like this:
command1 | command2
therefore something like this:
Code:
--
cd C:\Users\Alexandre\Downloads\h... |
|
philsmd |
General Talk
|
7 |
5,193 |
09-29-2018, 11:50 AM |
|
|
Thread: No duplicated characters when cracking wpa2 password
Post: RE: No duplicated characters when cracking wpa2 pa...
the command I told you to use was different:
1. enter the hashcat folder within the cmd:
Code:
--
cd C:\Users\Alexandre\Downloads\hashcat-4.2.1\
--
2. afterwards run hashcat within that speci... |
|
philsmd |
General Talk
|
7 |
5,193 |
09-30-2018, 10:46 AM |
|
|
Thread: Skipping Russian passwords in ver. 0.14
Post: RE: Skipping Russian passwords in ver. 0.14
Please use the features that v0.15 provide: e.g. see here https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_charset_files
There are good reasons why "The version 0.15 doesn't work with the ?R... |
|
philsmd |
Very old oclHashcat-plus Support
|
1 |
5,207 |
08-25-2013, 12:30 PM |
|
|
Thread: Complete Noob
Post: RE: Complete Noob
In general you should prefer masks/hcmask files over *generating* wordlist (that fit those requirements)... but it really depends on what the requirements exactly are... Do you know the positions of t... |
|
philsmd |
Very old oclHashcat-plus Support
|
1 |
5,210 |
10-28-2013, 12:02 AM |
|
|
Thread: hashcat v0.47 --debug-mode=3 Insufficient memory
Post: RE: hashcat v0.47 --debug-mode=3 Insufficient memo...
We/I almost didn't see this bug report since it wasn't on trac (please report to atom if opening trac tickets is still not working - he also changed something in the meantime w/ trac so could be worki... |
|
philsmd |
Old hashcat Support
|
1 |
5,218 |
03-03-2014, 10:41 PM |
|
|
Thread: Combine specific hcchr with ?d?l?u..
Post: RE: Combine specific hcchr with ?d?l?u..
The .hcchr files should contain all chars that are part of your custom charset.
Therfore, the simplest solution is to modify the .hcchr file s.t. it contains also the additional chars you need.
E.... |
|
philsmd |
General Help
|
2 |
5,221 |
06-22-2014, 01:48 PM |
|
|
Thread: Mask not finding password Straight hit or miss.
Post: RE: Mask not finding password Straight hit or miss...
already the fact that it contains the same amount of passwords, but is 2 bytes shorter is suspicous to say the least, maybe it doesn't contain the correct passwords:
Passwords.: 14344392
Bytes....... |
|
philsmd |
hashcat
|
20 |
5,250 |
11-17-2019, 09:01 AM |
|
|
Thread: Mask not finding password Straight hit or miss.
Post: RE: Mask not finding password Straight hit or miss...
just do the same test by putting the word "hashcat!" (without quotes) into rockyou txt and using the example hash from https://hashcat.net/wiki/example_hashes
furthermore, you should clean up (spli... |
|
philsmd |
hashcat
|
20 |
5,250 |
11-17-2019, 04:49 PM |
|
|
Thread: Mask not finding password Straight hit or miss.
Post: RE: Mask not finding password Straight hit or miss...
I really think this is a user error. what is all this strange commands:
Guess.Mask.......: rockyouEdited1.text [19]
Candidates.#1....: rockyouEdited1.text -> rockyouEdited1.text
This means ... |
|
philsmd |
hashcat
|
20 |
5,250 |
11-18-2019, 08:57 AM |
|
|
Thread: Hashcat SHA1 output "hash:plain" to plain
Post: RE: Hashcat SHA1 output "hash:plain" to plain
Code:
--
hashcat -m 100 --show --outfile-format 2 originalHashList.txt
--
p.s.: do not post hashes. this is against the forum rules. you will get banned |
|
philsmd |
hashcat
|
4 |
5,280 |
08-22-2017, 07:16 AM |
|
|
Thread: Hashcat SHA1 output "hash:plain" to plain
Post: RE: Hashcat SHA1 output "hash:plain" to plain
something like this should work (on linux or mingw):
Code:
--
cut -b 42- hashcat.potfile | ./hashcat --stdout --outfile-autohex-disable
--
or you could also copy the file and use any advance... |
|
philsmd |
hashcat
|
4 |
5,280 |
08-22-2017, 11:00 PM |
|
|
Thread: Itunes Backup recovery strategy
Post: RE: Itunes Backup recovery strategy
Well, since the algorithm is very slow... your best bet is to use very selectively choosen password candidates (and apply very few rules - or even none - to it).
The best thing would be to try to re... |
|
philsmd |
hashcat
|
3 |
5,284 |
02-27-2017, 09:36 AM |
|
|
Thread: Dictiionary Attack - how-to-question
Post: RE: Dictiionary Attack - how-to-question
you need to explain more clearly what you are trying to do.
What does combining mean in your situation ? how many words combined, any separator between the words, can one word occur multiple times ... |
|
philsmd |
General Talk
|
29 |
5,284 |
04-18-2020, 09:34 PM |
|
|
Thread: Dictiionary Attack - how-to-question
Post: RE: Dictiionary Attack - how-to-question
does the release version from https://hashcat.net/hashcat work for you ?
does it work with -D 1 (i.e. with your CPU) ? |
|
philsmd |
General Talk
|
29 |
5,284 |
04-22-2020, 11:29 AM |
|
|
Thread: Dictiionary Attack - how-to-question
Post: RE: Dictiionary Attack - how-to-question
It's not totally clear. maybe this is only a problem on macOS ? do you use the latest version of macOS ?
It could easily be that the macOS driver is buggy. You could do further test and see if other ... |
|
philsmd |
General Talk
|
29 |
5,284 |
04-22-2020, 02:13 PM |
|
|
Thread: Dictiionary Attack - how-to-question
Post: RE: Dictiionary Attack - how-to-question
I think under macOS you can't really install the driver by downloading and installing "the new" or a "different" one from the Intel (vendor) page or similar. I think under macOS the only thing you cou... |
|
philsmd |
General Talk
|
29 |
5,284 |
04-22-2020, 03:23 PM |
|
|
Thread: Dictiionary Attack - how-to-question
Post: RE: Dictiionary Attack - how-to-question
In general you would use a command like this:
Code:
--
hashcat -m 14700 -a 3 -w 3 --increment --increment-min 8 -2 ?u?l?d@ extracted_hash.txt ?u?2?2?2?2?2?2?2?2?2
--
instead of -2 you could al... |
|
philsmd |
General Talk
|
29 |
5,284 |
04-23-2020, 12:17 PM |
|
|
Thread: Dictiionary Attack - how-to-question
Post: RE: Dictiionary Attack - how-to-question
-w is for the workload profile, see the output of the hashcat --help command:
Code:
--
hashcat --help
...
- [ Workload Profiles ] -
# | Performance | Runtime | Power Consumption | Desktop I... |
|
philsmd |
General Talk
|
29 |
5,284 |
04-23-2020, 05:59 PM |
|
|
Thread: Dictiionary Attack - how-to-question
Post: RE: Dictiionary Attack - how-to-question
glad to hear that. well done ! |
|
philsmd |
General Talk
|
29 |
5,284 |
04-28-2020, 02:01 PM |
|
|
Thread: sam file
Post: RE: sam file
Hey, since you neglected to follow the rules (https://hashcat.net/forum/announcement-2.html ), I've locked your account for 1 week and closed this thread.
Now you've plenty of time to:
1. read agai... |
|
philsmd |
Old hashcat Support
|
1 |
5,293 |
07-19-2014, 02:13 PM |