Search Results
|
Post |
Author |
Forum |
Replies |
Views
[asc]
|
Posted |
|
|
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: 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: 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: 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: 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: 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: 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: 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: Solved WPA2 Hash - but Password won't work
Post: RE: Solved WPA2 Hash - but Password won't work
I think it is much more likely that there are some further security measurements (like MAC address filtering) or that you type/input the password incorrectly (wrong configuration/setting/HEX vs presha... |
|
philsmd |
hashcat
|
4 |
5,191 |
03-31-2017, 08:53 AM |
|
|
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: SHA512 without salt
Post: RE: SHA512 without salt
Wow, this is a very nice analysis @epixoip! Well done!
That's some very precious knowledge about how PHP deals with a zero-length salt for sha512crypt (or better said, no salt at all) ... and might... |
|
philsmd |
hashcat
|
4 |
5,167 |
06-30-2017, 09:11 AM |
|
|
Thread: Correct way to hash and crack PMKID and benchmark
Post: RE: Correct way to hash and crack PMKID and benchm...
I think there are a lot of misunderstandings here.
I would highly recommend that you re-read this thread again: https://hashcat.net/forum/thread-7717.html
of course -m 16800 = WPA-PMKID-PBKDF2 i... |
|
philsmd |
General Talk
|
1 |
5,147 |
01-30-2019, 02:01 PM |
|
|
Thread: ocl1.31 + NVidia 343.22 - error cuModuleLoad() 301
Post: RE: ocl1.31 + NVidia 343.22 - error cuModuleLoad()...
How did you extract the oclHashcat .7z archive ?
Please also use the forum's search function to find similar threads, e.g.
https://hashcat.net/forum/thread-3760.html
https://hashcat.net/forum/thread-... |
|
philsmd |
Old oclHashcat Support
|
2 |
5,136 |
12-09-2014, 04:08 PM |
|
|
Thread: increase maximum password length supported by kernel
Post: RE: increase maximum password length supported by ...
the syntax as mentioned withn the --help output is:
Code:
--
hashcat -m 3000 -a 3 hash.txt ?a?a?a?a?a?a?a
--
i.e. the hash (or hash file) must be specified before the mask |
|
philsmd |
hashcat
|
11 |
5,132 |
02-02-2019, 06:03 PM |
|
|
Thread: Is there a way to extract a password hash from AESCrypt archive?
Post: RE: Is there a way to extract a password hash from...
it seems that the algorithm is quite simple and there are a lot of alternative implementations.
as a test I tried to find out if I'm able to recover/find the password of the example file from here:... |
|
philsmd |
General Talk
|
20 |
5,128 |
01-09-2020, 01:52 AM |