Skip to content
/ dicts Public

Search and download dictionaries for testing, bruteforcing, fuzzing and exploit-development.

License

Notifications You must be signed in to change notification settings

pownjs/dicts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Follow on Twitter NPM Fury SecApps

Pown Dicts

Pown Dicts is a collection of various types of dictionaries.

Credits

This tool is part of secapps.com open-source initiative.

  ___ ___ ___   _   ___ ___  ___
 / __| __/ __| /_\ | _ \ _ \/ __|
 \__ \ _| (__ / _ \|  _/  _/\__ \
 |___/___\___/_/ \_\_| |_|  |___/
  https://secapps.com

Authors

Quickstart

This tool is meant to be used as part of Pown.js but it can be invoked separately as an independent tool.

Install Pown first as usual:

$ npm install -g pown@latest

Invoke directly from Pown:

$ pown dicts

Library Use

Install this module locally from the root of your project:

$ npm install @pown/dicts --save

Once done, invoke pown cli:

$ POWN_ROOT=. ./node_modules/.bin/pown-cli dicts

You can also use the global pown to invoke the tool locally:

$ POWN_ROOT=. pown dicts

Usage

WARNING: This pown command is currently under development and as a result will be subject to breaking changes.

pown dicts [options] <search>

Assorted Dictionaries

Options:
  --version       Show version number                                  [boolean]
  --modules, -m   Load modules                                          [string]
  --help          Show help                                            [boolean]
  --download, -d  Download found dictionaries         [boolean] [default: false]
  --regex, -r     Search with regex                   [boolean] [default: false]

Supported Dictionaries

The following dictionaries are currently supported by this module:

Improvements

This is a great start but there are a number of things that the original author would like to improve. In no particular order here is the current wish list:

  • Ability to transform/cleanup the file output
  • Download progress bar - this could be another module providing this feature
  • Add the commonspeak datasets - those that work

About

Search and download dictionaries for testing, bruteforcing, fuzzing and exploit-development.

Resources

License

Stars

Watchers

Forks

Packages

No packages published