a-r-d / educated-guess-web

Generates password guesses- built with Sinatra for fun.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Educated Guess (WEB)

#What:

Takes a seed list things you know about target. 
E.g. name, school, address, birthdate and then 
crosses it with a list of other passwords. I have 
provided some lists of common terrible passwords.
It will then output a customized password attempt 
list to a location of your choosing.

#Original Project:

A command line Ruby script. I decided to re-write using Sinatra, so I could
deploy the thing easily and play with the framework. I'm a big fan of Flask.

original: https://github.com/a-r-d/educated_guess

About

Generates password guesses- built with Sinatra for fun.


Languages

Language:CSS 98.9%Language:JavaScript 0.6%Language:Ruby 0.5%