itsecurityco / passtool

Password tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scripts for cracking / bruteforcing.

Password generator

Generate a list of possible password for a company name. Use like this:

user@hostname:~/bin/passtool$ ./generator name

Example

user@hostname:~/bin/passtool$ ./generator google
google1
google2015
google2014
...

Feed wordlist

Append new passwords from a file to your custom big wordlist. Script also remove duplicates for both files, so you don't have to clean none of the files.

user@hostname:~/bin/passtool$ ./feed_wordlist rockyou_custom.txt passwords.txt

Example

user@hostname:~/bin/passtool$ ./feed_wordlist rockyou_custom.txt google_passwords.txt
[*] uniq new password file...
[*] Feeding original wordlist with password file
[*] uniq new wordlist ...
[!] /home/user/bin/passtool/rockyou_custom.txt.18Aug2018 file has been created.

About

Password tools


Languages

Language:Python 74.8%Language:Shell 25.2%