Skip to content

Commit

Permalink
Update version and description
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-zip committed Nov 7, 2024
1 parent 32ff5cb commit 78f2beb
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 25 deletions.
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

### WITCH_CRAFT

WITCH_CRAFT is a versatile task automation software designed to serve as the foundation for various cybersecurity modules. Whether you're diving into forensic research, conducting OSINT (Open Source Intelligence), running scans, setting up backup and copying workflows, or even performing intrusion tests on applications and APIs, WITCH_CRAFT aims to be your go-to platform.
WITCH_CRAFT is a task automation tool for cybersecurity. It handles forensic research, OSINT, scanning, backups, data copying, and penetration testing for apps and APIs, serving as a flexible platform for diverse security tasks.

### Visit the wiki:

Expand All @@ -33,20 +33,20 @@ their final versions are merged into the main project.

The witch_spells package also provide:

- **Advanced osint search in over 1000 sources**
- **Default Credentials Database**
- **IP Lookup**
- **A Set of Social Media Pages for Evil Twin Attacks**
- **General Wordlists for Directories and Subdomains**
- **MAC Address Vendor Database**
- **Usernames Wordlist**
- **XSS Wordlist**
- **And more, UwU!**
- **Advanced osint search in over 1000 sources**
- **Default Credentials Database**
- **IP Lookup**
- **A Set of Social Media Pages for Evil Twin Attacks**
- **General Wordlists for Directories and Subdomains**
- **MAC Address Vendor Database**
- **Usernames Wordlist**
- **XSS Wordlist**
- **And more, UwU!**

- **Unique Wordlists**:
- **Unique Wordlists**:

- _Moth_
- _Ladybug_
- _Moth_
- _Ladybug_

### Install using snap

Expand Down Expand Up @@ -128,9 +128,9 @@ The witch_craft project is extensible through static files and Rust code. Moreov

```json
{
"description": "Securely deletes and overwrites the contents of a device seven times",
"name": "nuke.hd",
"command": "shred -vzn 7 @@device"
"description": "Securely deletes and overwrites the contents of a device seven times",
"name": "nuke.hd",
"command": "shred -vzn 7 @@device"
}
```

Expand Down
4 changes: 2 additions & 2 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: witchcraft-cybersecurity
version: "0.20.21"
version: "0.20.25"
summary: Your OPSEC companion!
icon: "witch_docs/media_kit/logo-1.png"
grade: stable
Expand All @@ -12,7 +12,7 @@ source-code: https://github.com/cosmic-zip/witch_craft
description: |
**WITCH_CRAFT**
WITCH_CRAFT is a versatile task automation software designed to serve as the foundation for various cybersecurity modules. Whether you're diving into forensic research, conducting OSINT (Open Source Intelligence), running scans, setting up backup and copying workflows, or even performing intrusion tests on applications and APIs, WITCH_CRAFT aims to be your go-to platform.
WITCH_CRAFT is a task automation tool for cybersecurity. It handles forensic research, OSINT, scanning, backups, data copying, and penetration testing for apps and APIs, serving as a flexible platform for diverse security tasks.
**Visit the wiki:**
Expand Down
2 changes: 1 addition & 1 deletion witch_craft/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "witch_craft"
version = "0.20.21"
version = "0.20.25"
edition = "2021"
readme = "README.md"
homepage = "https://cosmic-zip.github.io/wiki/wiki.html"
Expand Down
11 changes: 5 additions & 6 deletions witch_craft/src/core/consts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pub const SPLIT_II: &str = "--";
pub const SPLIT_I: &str = "-";
pub const DBPATH: &str = "dataset/db.json";
pub const WITCH_SPELLS_ROOT_DIR: &str = "/var/witch_spells/archive";
pub const VERSION: &str = "Version: 0.20.21 by cosmic-zip";
pub const VERSION: &str = "Version: 0.20.25 by cosmic-zip";

pub const MAGIC_DOCS: &[(&str, &str)] = &[
("account", "Generic arguments for account info or token"),
Expand Down Expand Up @@ -73,11 +73,10 @@ SYNOPSIS
DESCRIPTION
WITCH_CRAFT is a versatile task automation software designed to
serve as the foundation for various cyber security modules. It
provides capabilities for tasks such as forensic research, OSINT
(Open Source Intelligence), scanning, backup and copying, intrusion
testing of applications and APIs, and more.
WITCH_CRAFT is a task automation tool for cybersecurity. It handles
forensic research, OSINT, scanning, backups, data copying, and
penetration testing for apps and APIs, serving as a flexible
platform for diverse security tasks.
PLUGINS
The Witch_Craft project is extensible through static files and Rust
Expand Down

0 comments on commit 78f2beb

Please sign in to comment.