hashcat Forum
How to filter a wordlist - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: How to filter a wordlist (/thread-8407.html)



How to filter a wordlist - Phantom1 - 06-06-2019

Hi, 
I know that the password i'm trying to crack begins with D and has 10 letters (in plain-text), and i was wondering how can i filter from a word list only the passwords that meet these requirements

Any help would be appreciated.


RE: How to filter a wordlist - slyexe - 06-07-2019

(06-06-2019, 05:08 PM)Phantom1 Wrote: Hi, 
I know that the password i'm trying to crack begins with D and has 10 letters (in plain-text), and i was wondering how can i filter from a word list only the passwords that meet these requirements

Any help would be appreciated.

https://hashcat.net/wiki/doku.php?id=mask_attack


RE: How to filter a wordlist - undeath - 06-07-2019

mask attack is absolutely not what OP needs.

have a look at grep


RE: How to filter a wordlist - Phantom1 - 06-07-2019

(06-07-2019, 11:01 AM)undeath Wrote: mask attack is absolutely not what OP needs.

have a look at grep

Well, i am using a windows machine. Is there any equivalent?


RE: How to filter a wordlist - philsmd - 06-07-2019

you can probably use power shell on windows: select-string

furthermore,
grep.exe for instance can be used on windows too. also mingw/cygwin for windows could be an option


RE: How to filter a wordlist - azaran - 06-08-2019

Or Windows Subsystem for Linux is yet another alternative on how to get grep on Windows.


RE: How to filter a wordlist - slyexe - 06-08-2019

(06-07-2019, 11:01 AM)undeath Wrote: mask attack is absolutely not what OP needs.

Sorry I skimmed thru the question to fast and didn't notice the aspect of filtering a wordlist. Maaa bad!