![]() |
Wordlist of phrases - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Misc (https://hashcat.net/forum/forum-15.html) +--- Forum: User Contributions (https://hashcat.net/forum/forum-25.html) +--- Thread: Wordlist of phrases (/thread-6158.html) Pages:
1
2
|
Wordlist of phrases - vladimir125 - 12-27-2016 Hello everyone, I'm interested in creating phrases from a given text, for example: Code: In the beginning God created the heaven and the earth. Code: In the beginning God created the heaven I was going to code the script for this, but before starting I have a couple of questions:
RE: Wordlist of phrases - kamsulla - 12-27-2016 2. bitstrengh 320 - entropy 4137 bitstrengh 218 - entropy 3727 RE: Wordlist of phrases - vladimir125 - 12-27-2016 Care to elaborate? RE: Wordlist of phrases - atom - 12-27-2016 Should be easy to script RE: Wordlist of phrases - vladimir125 - 12-27-2016 I hope so ![]() So I guess there's nothing like that and it could be useful RE: Wordlist of phrases - Kgx Pnqvhm - 12-28-2016 See the PhraserGram and Phraser tools at: https://github.com/Sparell/Phraser And: Linguistic Cracking of Passphrases using Markov Chains PasswordsCon 2015 Cambridge Peder Sparell RE: Wordlist of phrases - vladimir125 - 12-29-2016 that seems interesting, but I think it's too much clever: what I was trying to do is to simply create a "floating window" on words other a prefixed text. If I got it right, the code you linked will try to create some phrases from a text. Let's see if I can find some time to script it. RE: Wordlist of phrases - vladimir125 - 12-29-2016 I put the script together, created a wordlist of phrases based on the Bible and... oh boy, that was unexpected! Code: withhisstripeswearehealed I guess I'll polish it up and then publish the repo soon. RE: Wordlist of phrases - vladimir125 - 01-23-2017 It took some time, but I was able to complete it. You can find it here with some thoughts on it: https://www.nc-lp.com/blog/phrases-generator As usual comments are more than welcome! RE: Wordlist of phrases - bigblacknose - 01-25-2017 (01-23-2017, 10:36 AM)vladimir125 Wrote: It took some time, but I was able to complete it. You can find it here with some thoughts on it: Hi, Good work with this. Every tool has it own strengths. Any plan supporting non ascii characters? // BBN |