Giter VIP home page Giter VIP logo

pwtools's Introduction

PWTools

A small collection of tools designed to increase password cracking success.

##Combination-Builder Merge multiple wordlists to create every combination of the words in the wordlists.
Usage is: ./combination-builder.py <input wordlist 2>

./combination-builder.py sample\ wordlists/speeds.txt sample\ wordlists/colors.txt sample\ wordlists/cars.txt
FastRedFord
FastRedChevy
FastRedToyota
FastBlueFord
FastBlueChevy
FastBlueToyota
FastWhiteFord
FastWhiteChevy
...

##DictPhrase-Builder
Using a single wordlist, match each word with every other word in the file (x) amount of times.
Usage is: ./dictphrase-builder.py

./dictphrase-builder.py sample\ wordlists/listall.txt 3
FastFastFast
FastFastSlow
FastFastGreen
FastFastBlue
FastFastRed
FastFastFord
FastFastChevy
...

##Phrase Builder
Using an imported song/movie script/book/etc, generate phrases from the input (x) long.
Usage is: ./phrase-builder.py

./phrase-builder.py sample\ wordlists/starwarsv.txt starwarsv-out.txt 4
grep force starwarsv-out.txt
disturbanceintheforce
intheforcevader
theforcevaderi
forcevaderihave
himemperortheforce
emperortheforceis
theforceisstrong
...

##Mask-Builder
Using an imported wordlist(cracked passwords), generate the password masks and sort by most common.
Usage is: ./mask-builder.py

./mask-builder.py sample\ wordlists/passwords.txt passwords-mask.txt
Outputting Data
Total time was 0.000359058380127
Speed was 50131.123506 words per second

head -n 5 passwords-mask.txt
?u?l?l?l?l?l?d?d?s,3 Occurances,16.6666666667%
?u?l?l?l?l?d?d?d?s,3 Occurances,16.6666666667%
?u?l?l?l?l?l?l?l?d?s,3 Occurances,16.6666666667%
?u?l?l?l?d?d?d?s,2 Occurances,11.1111111111%
?u?l?l?l?l?l?d?s,2 Occurances,11.1111111111%

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.