/lykan

Password leak analysis program

Primary LanguageCGNU Affero General Public License v3.0AGPL-3.0

lykan logo

lykan

Lykan is a leak analysis program written in C that generates visual graphs of the analysed data. It receives as inputs raw password text dumps where the passwords are separated by '\n' and extracts statistical information about the dumps, including the top passwords, character popularity etc. Lykan is meant to help understand the psychology & the trends of password-making by the average user, information which can be later used defensively or offensively for security assessment.

Under development

Installation

To install lykan, just run the following commands in the shell:

$ git clone install https://github.com/michaeldim02/lykan && cd lykan/src
$ sudo make install

Dependencies

To build:

  • gcc / clang / tcc
  • Make

To run:

  • gnuplot