项目作者: erkexzcx

项目描述 :
Dictionary generator for Lithuanian dictionary attacks
高级语言: Java
项目地址: git://github.com/erkexzcx/Lithuanian-dictionary-generator.git
创建时间: 2015-09-18T12:24:58Z
项目社区:https://github.com/erkexzcx/Lithuanian-dictionary-generator

开源协议:GNU General Public License v3.0

下载


Lithuanian dictionary generator

License
Github All Releases

Lithuanian dictionary generator is a tool designed to generate password-like words dictionary, which is used for cracking common Lithuanian passwords. In order to generate such dictionary, you need to get a list of simple basic Lithuanian words in a form of text file.

DISCLAIMER: I take no responsibility for any misuse of this application. It was created only for penetration testing and nothing else.

About

For example, you have a file c:\input_dictionary.txt with the following contents:

  1. erikas
  2. petras

and with those words you want to generate new c:\input_dictionary-generated.txt file with the following contents:

  1. Petras
  2. petras
  3. Petro
  4. petro
  5. Petras10
  6. Petras42
  7. petras10
  8. petras42
  9. Petro10
  10. Petro42
  11. petro10
  12. petro42
  13. Erikas
  14. erikas
  15. Eriko
  16. eriko
  17. Erikas10
  18. Erikas42
  19. erikas10
  20. erikas42
  21. Eriko10
  22. Eriko42
  23. eriko10
  24. eriko42

And this is the purpose of this application - out of a few words it can generate extremelly large dictionaries in minutes or even seconds.

More information

Checkboxes

Hover mouse over any checkbox to show the tooltip.

Textareas

  1. Replace endings textarea - Endings must be provided in a form of change_what=>change_to and such pairs must be separated by new line. There should be no need to edit this textarea at all, unless you find some word endings that are not added by default. Also create issue on Github so I can add missing endings.
  2. Append text textarea - Text must be separated by new line. Initially, this textarea was intended for numbers only, but you can use it to append any text you want.