Code Monkey home page Code Monkey logo

listparse's Introduction

listparse

GitHub release (latest by date) GitHub GitHub all releases

Parse through a wordlist and get only the entries you want. Useful for limiting wordlists for brute-force & dictionary attacks when password policy is known

Quick Start

To get started, Download the latest release or compile from source.

# listparse help
$ ./listparse -h          
[sub]Command required
usage: listparse <Command> [-h|--help]

                 Creates more customized wordlist

Commands:

  gui     Launch listparse's gui
  parser  User listparse as a command line tool

Arguments:

  -h  --help  Print help information
$ listparse gui -h
usage: listparse gui [-h|--help]

                 Launch listparse's gui

Arguments:

  -h  --help  Print help information
$ listparse parser -h
usage: listparse parser [-h|--help] -w|--wordlist "<value>" -o|--output
                 "<value>" [-m|--min-length "<value>"] [-x|--max-length
                 "<value>"] [-p|--phrase "<value>"]
                 [-s|--require-special-characters] [-n|--require-number]
                 [-v|--verbose]

                 User listparse as a command line tool

Arguments:

  -h  --help                        Print help information
  -w  --wordlist                    Wordlist to parse through; Full path to
                                    wordlist
  -o  --output                      File to output to
  -m  --min-length                  Minimum length of line. Default: 0
  -x  --max-length                  Maximum length of line. Default: 0
  -p  --phrase                      Phrase/word that is required to be in the
                                    line. Default: 
  -s  --require-special-characters  Require special characters
  -n  --require-number              Require Number
  -v  --verbose                     Verbose mode

Examples

# Get all lines with only 8 characters and require special characters
$ listparse -w rockyou.txt -o outfile.txt -m 8 -x 8 -s
# Get all lines that contains numbers
$ listparse -w rockyou.txt -o outfile.txt -n
# Get all lines that contain the phrase "pass"
$ listparse -w rockyou.txt -o outfile.txt -p pass
# Get all lines between 8 and 12 characters that have a special character and number
$ listparse -w rockyou.txt -o outfile.txt -m 8 -x 12 -s -n

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.