From 89ef0b4b2e9e219a22eb40e68def8326c202765f Mon Sep 17 00:00:00 2001 From: "yorick@iotechnology.pro" <41quS!> Date: Mon, 11 May 2026 09:51:49 +0300 Subject: [PATCH 1/2] Add Kittysploit --- kittysploit-framework | 1 + tools/exploit_frameworks.py | 17 +++++++++++++++++ web2attack | 1 + 3 files changed, 19 insertions(+) create mode 160000 kittysploit-framework create mode 160000 web2attack diff --git a/kittysploit-framework b/kittysploit-framework new file mode 160000 index 0000000..e15307f --- /dev/null +++ b/kittysploit-framework @@ -0,0 +1 @@ +Subproject commit e15307f458b75d9100de6043935e8b19f3b2b100 diff --git a/tools/exploit_frameworks.py b/tools/exploit_frameworks.py index 39c91c1..8cb37f8 100644 --- a/tools/exploit_frameworks.py +++ b/tools/exploit_frameworks.py @@ -51,12 +51,29 @@ class Commix(HackingTool): super().__init__(runnable=False) +class KittySploitFramework(HackingTool): + TITLE = "KittySploit Framework" + DESCRIPTION = ( + "Open-source exploitation framework for red teams — modular Python engine, " + "optional AI-assisted planning with local LLMs, KittyProxy for HTTP/API/WebSocket " + "reconnaissance, Zig-based payloads, Tor routing, collaborative editing, and a " + "community module marketplace." + ) + INSTALL_COMMANDS = [ + "git clone https://github.com/SIA-IOTechnology/kittysploit-framework.git", + "cd kittysploit-framework && chmod +x install/install.sh && ./install/install.sh", + ] + RUN_COMMANDS = ["cd kittysploit-framework && ./start_kittysploit.sh"] + PROJECT_URL = "https://github.com/SIA-IOTechnology/Kittysploit-framework" + + class ExploitFrameworkTools(HackingToolsCollection): TITLE = "Exploit framework" TOOLS = [ RouterSploit(), WebSploit(), Commix(), + KittySploitFramework(), Web2Attack() ] diff --git a/web2attack b/web2attack new file mode 160000 index 0000000..44b6e48 --- /dev/null +++ b/web2attack @@ -0,0 +1 @@ +Subproject commit 44b6e481a3d56cf0d98073ae0fb69833dda563d9 From e66088023300bb9a7ca3f7bfea4f6a41d485da50 Mon Sep 17 00:00:00 2001 From: "yorick@iotechnology.pro" <41quS!> Date: Mon, 11 May 2026 09:58:25 +0300 Subject: [PATCH 2/2] Update --- kittysploit-framework | 1 - web2attack | 1 - 2 files changed, 2 deletions(-) delete mode 160000 kittysploit-framework delete mode 160000 web2attack diff --git a/kittysploit-framework b/kittysploit-framework deleted file mode 160000 index e15307f..0000000 --- a/kittysploit-framework +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e15307f458b75d9100de6043935e8b19f3b2b100 diff --git a/web2attack b/web2attack deleted file mode 160000 index 44b6e48..0000000 --- a/web2attack +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 44b6e481a3d56cf0d98073ae0fb69833dda563d9