repzeroworld Posted September 28, 2014 Share Posted September 28, 2014 (edited) A wordlist generator that I have been working on but finally got the time to finish it...i might think of adding some more features if i have enough time. adstar v1.0 wordlist generator. Created by: repzeroworld Download Link: http://www52.zippyshare.com/v/89300952/file.html optional arguments: -h, --help show this help message and exit -o [OUTPUT_PATH] Path to output wordlist. -o without a value will result in output to terminal. -b BEGINING_OF_WORD example '-b repzero' will place 'repzero' at the beginning of each word generated' -e END_OF_WORD example '-e repzero' will place 'repzero' at the end of each word generated. -r REPEAT_A_CHARACTER no. of times to repeat a character,e.g, '-r 2' will generate all combination of words INCLUDING words with each character being repeated a maximum of 2 times.Mandatory/Required Arguments: -s STRING string of characters to make wordlist from,EXAMPLE1:'-s abcd' will generate a wordlist containing characters'a','b','c' 'and' 'd'.EXAMPLE2:'-s 'my name is repzero'' will generate all combinations with the strings 'my', 'name', 'is' and 'repzero'. -l WORD_LENGTH length of words in word in wordlist,EXAMPLE: '-l 4' will generate words that are 4 characters in length ONLY Edited November 14, 2014 by repzeroworld Quote Link to comment Share on other sites More sharing options...
repzeroworld Posted September 30, 2014 Author Share Posted September 30, 2014 HOW TO USE ADSTAR WORDLIST GENERATOR (VIDEO BY JAY DEE) video link https://www.youtube.com/watch?v=5qXc26ZRjD0 Quote Link to comment Share on other sites More sharing options...
sazer Posted October 2, 2014 Share Posted October 2, 2014 thats amazing really good for newbies like myself Quote Link to comment Share on other sites More sharing options...
repzeroworld Posted October 12, 2014 Author Share Posted October 12, 2014 I will see if i can make a Graphical user window (with options) for the generator and a snapshot window to show when words are created prior to being stored in the file (this will be a seperate program and will not run in terminal)...this may take sometime..... Quote Link to comment Share on other sites More sharing options...
repzeroworld Posted October 26, 2014 Author Share Posted October 26, 2014 hmm...i was able to input some lengthy codes into adstar wordlist generator..These codes focuse on:1. Resuming adstar wordlist generator when piping - detecting the previous command line used for piping and resuming the process once the user agreed to it.This only works once the user input the exact command line to resume the process..word length, string, repeat character, beginning of word , end of word arguments2. Detecting and Resumming the process of creating MULTIPLE wordlist files (if they were interrupted)the major difficulty was trying to resume a python generator function AFTER THE PROGRAM QUIT /EXIT... after some serious thoughts and i found a way around this...I will release some this new version after i add another option.....can't wait to finish perfecting this program while focusing on simplicity Quote Link to comment Share on other sites More sharing options...
repzeroworld Posted November 16, 2014 Author Share Posted November 16, 2014 RELEASE OF ADSTAR WORDLIST GENERATOR V1.2DOWNLOAD LINKhttp://www52.zippyshare.com/v/89300952/file.htmlWHAT'S NEW?adstar wordlist generator v1.1 was rewritten in the shortest codes I can think of thereby making it very efficient than adstar v1.1.This version have a touch of humanity with the following options:1. Detect whether the process of creating a dictionary or even piping to stdout in a linux terminal is being interrupted (Ctrl-C)and resume this process. . Nevertheless, the main limitation to the resumption of a broken process is that resuming from 1billion or more keys tried will not start the resumption process instantly ( few seconds for 1 billion keys).2.There is a new option for splitting large dictionary files into smaller chunks.3. Some bug fixes were also implemented.NOTE: A "How to install and use" file goes in depth with easy to follow screenshot examples. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.