Skip to content

buby generate wordlist

cktricky edited this page Jul 5, 2011 · 1 revision

Author(s):

Saint Patrick [email protected]

Description:

Parses proxy history reponses into a wordlist similar to Robin Wood's CeWL. Best part is since we're working with previously visited pages no spidering is necessary and we minimize trips to the server.

References:

http://blog.portswigger.net/2009/04/using-burp-extender.html

Module Options:

LFILE wordlists/gen_wordlist.txt true Enter the local file to save to WORDLEN 5 false Minimum word length

Options Explained (Module Specific):

WORDLEN -- The minimum word length you'd like to use (if left at 5, only words 5 characters or longer are created):

set WORDLEN 6

LFILE -- The file to write to, by default, is datum/wordlists/generated_wordlist.txt. Using this value, you can type reload lfiles and the file will show up in the list. It will be re-useable in any module that has an LFILE option. Keep in mind, if this value is changed you must write out the full path and file name OTHERWISE the file will be written to the wXf directory. Example of changing:

set LFILE /pentest/web/wXf/datum/wordlists/my_gen_wordlist.txt

Real world example:

Let's say you'd like to create a targeted wordlist based off parsed HTML where keywords are created on the fly and written to a file. This would be your module!

Clone this wiki locally