Score:0

Wordlist generation for password recovery

mg flag

I'm trying to build a wordlist to recover a password to a file. I know what the password consisted of, but not which order the components were in.

How would I go about building a wordlist out of discrete components?

For example, not the actual phrases, but

1964 red Ford Mustang !

It would be some variation of those, but the ! would not be in the middle of any of the words.

I tried doing this with crunch but it seems I'm not understanding the -p parameter.

cn flag
https://github.com/topics/password-cracker?l=python might be helpful
waltinator avatar
it flag
There is `/var/dict/words`. What you're attempting is called "password cracking". Research in this area, and creating cracking tools, has been going on for decades (I checked for "Joe" entries (passwd==userid) in NIS in 1986). Please search for "password cracking" using your favorite search engine. Any program you write will not be as "good" as the existing tools.
waltinator avatar
it flag
@Rinzwind Why restrict the github search with `l=python`? A password cracked by C is just as cracked as a password cracked by Python. With `l=python`, the search returns 129 entries, 294 entries without.
Thystra avatar
mg flag
I've done some searching on the password cracking. Does anyone have an example of how to do this with crunch? I have John the ripper set up, but I have to make the dictionary first.
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.