Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
lykan — Password leak analysis program | Kitploit
Tools/GitHubGitHub/michaeldim02/lykan
OSINT (Open Source Intelligence)Password CrackingPassword AttacksInformation Gathering
GitHubmichaeldim02/lykan

lykan

Password leak analysis program

View Repository
153 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
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:

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

Dependencies

To build:

  • gcc / clang / tcc
  • Make

To run:

  • gnuplot
Download Tool