From e2400b22aa59849f6345ddf86bebfe2007aaacc1 Mon Sep 17 00:00:00 2001 From: azazelm3dj3d <56496067+azazelm3dj3d@users.noreply.github.com> Date: Sat, 2 Sep 2023 16:34:36 -0500 Subject: [PATCH] Update app description --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9d62ac2..33d2df1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "catherine" -description = "The Catherine Framework is a general-purpose cybersecurity framework built to provide extended support to defense (blue & purple) operations." +description = "The Catherine Framework is a general-purpose cybersecurity framework built to provide extended support for defense operations." version = "0.6.0" authors = ["azazelm3dj3d"] license = "BSD-2-Clause" diff --git a/README.md b/README.md index 97e1a2a..1122527 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Catherine -The Catherine Framework is a general-purpose cybersecurity framework built to provide extended support to defense (blue & purple) 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. +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.