Reportingautomationpentestingdockertelegramdefect-dojo

Rekono KBX

Rekono is an automation platform that combines different hacking tools to complete pentesting processes. It automates executions against targets and sends findings via email, Telegram, or Defect-Dojo.

Description

Rekono is an automation platform designed for pentesting that integrates various hacking tools to execute complete pentesting processes against a target in an automated manner. The findings from these executions are delivered to users through email or Telegram notifications, providing real-time updates during assessments.

For advanced vulnerability management, Rekono supports importing results into Defect-Dojo, enabling structured tracking and remediation workflows. Additionally, it features a Telegram bot that allows users to initiate and manage pentesting executions from any device and location, enhancing accessibility and mobility.

This tool streamlines reconnaissance, vulnerability scanning, and reporting by orchestrating multiple tools, reducing manual effort in security assessments.

How It Works

Rekono operates by combining other hacking tools and their results to automate pentesting workflows against targets. It uses Docker for dependency management via docker.io or docker-ce, kaboxer for containerization, and the core rekono framework. Findings are processed and exported to email, Telegram notifications, or Defect-Dojo for vulnerability management, with a Telegram bot interface for remote control.

Installation

bash
sudo apt install rekono-kbx

Examples

Installs the Rekono KBX package including dependencies like docker.io, kaboxer, and rekono.
sudo apt install rekono-kbx
Starts the Rekono automation platform for pentesting workflows.
rekono-kbx
Activates the Telegram bot for remote pentesting execution control.
rekono-kbx --telegram-bot
Runs automated pentesting process against a specified target.
rekono-kbx --target example.com
Imports pentesting findings into Defect-Dojo for vulnerability management.
rekono-kbx --import-defect-dojo
Configures email notifications for pentesting results.
rekono-kbx --notify-email
Updated 2026-04-16kali.org ↗