Results 1 to 2 of 2

Thread: Custom Wordlist Generator

  1. #1
    Join Date
    2016-Feb
    Posts
    18

    Question Custom Wordlist Generator

    Hello all,

    i an trying to write a custom word list generator (generators that already exist are nice but lack a feature i need)

    does anyone know a good way of generating a word list but in a way where i can set min/max length and min/max letters/numbers (independently, so i could say max 5 letters and a max of 8 numbers for example) while also defining what characters to use? C++ code would be nice for those who know it, but if you don't know C++, any code will help.

  2. #2
    Join Date
    2013-Jul
    Posts
    844
    To St0ner1995

    Download the essidprobe program open it with leafpad and see how MTeams did something similiar

    We used crunch. Write your eight number length wordlist. Then embed letters around each string. using the @ variable in crunch.

    But each string has many permutations

    @@@@@11111111
    11111111@@@@@
    @@@@11111111@
    @11111111@@@@

    etc etc

    See

    https://forums.kali.org/showthread.p...ght=essidprobe

    See also

    https://forums.kali.org/showthread.p...List-Generator

    MTeams
    Last edited by mmusket33; 2016-12-10 at 23:45.

Similar Threads

  1. adstar Wordlist Generator v1.0
    By repzeroworld in forum Project Archive
    Replies: 69
    Last Post: 2017-04-03, 00:11
  2. Cewl Wordlist-Generator // German-Umlauts
    By bastian in forum General Archive
    Replies: 1
    Last Post: 2014-11-02, 11:50
  3. Wordlist generator and remover
    By magnum199547 in forum General Archive
    Replies: 7
    Last Post: 2013-09-05, 13:39

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •