Skip to content

v1k1nghawk/karbedo

Repository files navigation

karbedo

  • Purpose: hash collisions finder.
  • Desription: One can use this security research software for pentesting purposes or as a password recovery tool.
  • Usage:
  1. Use the "Open File..." button to select a /etc/shadow-type file;
  2. From a right drop-down menu select a user;
  3. Wait untill collision(s) are found OR
    • Interrupt the attack with the "STOP" button OR
    • Save the attack with the Close button (continue with the "RESUME" button after the next restart of the application).

  • Tested on: /etc/shadow files from "FC28", "Kali linux 2020.1", "SANS SIFT Workstation with Ubuntu LTS 16.04 Base".

  • Key new features of karbedo include:

v0.2:

  • Dictionary attack (uses all .txt files inside ~/.local/share/dictionaries/ directory);
  • Current attack saving for later resumption.

v0.1:

  • Multithreaded brute-force attack;
  • Username attack;
  • GUI.