wordlists icon indicating copy to clipboard operation
wordlists copied to clipboard

Python 3 render script

Open origintopleft opened this issue 3 years ago • 0 comments

As discussed in #2 .

$ ./render.py -h
usage: render.py [-h] [-o {json,rant}] [-q] outfile

Renders single-file versions of these wordlists.

positional arguments:
  outfile               output file

optional arguments:
  -h, --help            show this help message and exit
  -o {json,rant}, --output {json,rant}
                        what type of file to render, defaults to json
  -q, --quiet           suppress progress output

Tried my best to leave it heavily commented and easy to maintain, and even uses a decorator to make adding renderers for other filetypes a relative breeze.

origintopleft avatar Jan 23 '23 20:01 origintopleft