Skip to content

v0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@battleoverflow battleoverflow released this 28 Mar 23:53
· 18 commits to main since this release
12bb51e

Changelog | v0.5.0

Crate: https://crates.io/crates/catherine/0.5.0

Features

  • Catherine now has a Graphical User Interface (GUI) using Tauri with a partial feature set of the CLI (08eb177)
  • New commands: id, crack_hash, domain_gen, extract_zip, launch (08eb177)
    • id: Attempt to identify a strings origins
    • crack_hash: Attempts to crack an unknown hash within 10 seconds using project_ares
    • domain_gen: Generates a domain name for DNS squatting attempts by using character shifting
    • extract_zip: Extract a zip files contents to the current working directory
    • launch: Launch the Catherine GUI from the command line interface
  • Updated commands: h
    • help, h: Now can boot help menu by just typing h or the traditional help (08eb177)

Bug Fixes

  • Bumped prettytable-rs (< 0.10.0) to mitigate potentially undefined behavior (GHSA-gfgm-chr3-x6px)
  • Now uses the os_type Rust crate instead of the git repository (3c4e75a)

New version available via Cargo: cargo install catherine

Changelog: v0.4.0...v0.5.0