项目作者: v1k1nghawk

项目描述 :
hash collisions finder
高级语言: C++
项目地址: git://github.com/v1k1nghawk/karbedo.git
创建时间: 2020-09-28T08:44:34Z
项目社区:https://github.com/v1k1nghawk/karbedo

开源协议:

下载


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.