#security-framework #framework #cybersecurity #security #defense #user-interface #blueteam

app catherine

The Catherine Framework is a general-purpose cybersecurity framework built to provide extended support for defense operations

6 releases (breaking)

new 0.6.1 Apr 15, 2024
0.6.0 Oct 9, 2023
0.5.0 Mar 28, 2023
0.4.0 Jan 27, 2023
0.2.45 Nov 9, 2022

#368 in Cryptography

22 downloads per month

BSD-2-Clause

550KB
1.5K SLoC

Rust 1K SLoC // 0.1% comments Python 276 SLoC // 0.2% comments Go 197 SLoC // 0.2% comments JavaScript 69 SLoC // 0.3% comments Shell 60 SLoC // 0.2% comments C 31 SLoC // 0.4% comments

Catherine

Catherine

The Catherine Framework is a general-purpose cybersecurity framework built to provide extended support for defense operations. Catherine currently collects information from dumping hexadecimal content from files, validates malicious domains & IP addresses, attempts to crack unknown hashes, handles real-time database analysis, various types of decoding, and much more in a quick CLI utility. Thanks to Catherine being built in an easily packaged executable, you can quickly download the tool by running cargo install catherine via the Cargo ecosystem. Catherine can also be quickly compiled by pulling down the source code from git and simply running cargo build or make to build alongside modules.

NOTE: Modules do require Go, Python, and C build utilities to be installed.

Catherine provides a Command Line Interface (CLI) and Graphical User Interface (GUI) built into the executable. This means whether you install from source or Cargo, you can choose your method of use.

This project will most likely be in an experimental state for a long time. This project is a personal endeavor to explore different ways to control or manipulate data utilizing Rust. A more stable and production-oriented crate is available here. Mercy is an open-source Rust crate and CLI designed for building cybersecurity utilities and projects.

Installation

You can easily install via the Cargo CLI:

cargo install catherine

If you'd prefer to install from source, you can also do this fairly easily, but it will still require the Cargo CLI.

First, clone the repository using git:

git clone https://github.com/battleoverflow/catherine.git

Once you've cloned the repository, and you're in the correct directory, simply run the following command:

cargo build

Now you'll have a local debug build available for testing under target/debug/catherine.

If you're interested in working with the Catherine modules, you can use the make build ecosystem to create executables for Catherine:

make

I am working on converting all external modules (Python, C, Go) into native modules (Rust) to offer everything in a built-in executable via Cargo without any extra steps, but for now, I've made sure to keep them accessible (excluding the GUI) for extended functionality.

Usage

If you've already installed the application from Cargo, all you have to do now is run the following command to initialize the Catherine shell:

catherine

If a GUI is more your style, there is a simple version available with the majority of the available CLI commands. All you have to do to launch the interface is initialize the Catherine shell and run the following command within the shell:

🦀 Catherine [v0.x.x] (None) ☀️  〉launch

If a bug or issue is found, please report it here.

*GUI logo provided by Freepik w/ modification from battleoverflow.

Dependencies

~38–85MB
~1.5M SLoC