Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Redeye — Collaborative pentest data management platform for organizing servers, users, vulnerabilities, attack vectors, and files with API access and graph visualization. | Kitploit
Tools/GitHubGitHub/redeye-framework/redeye
Penetration Testing FrameworksVulnerability AnalysisInformation GatheringPenetration TestingUtilities & Frameworks
GitHubredeye-framework/redeye

Redeye

Collaborative pentest data management platform for organizing servers, users, vulnerabilities, attack vectors, and files with API access and graph visualization.

View Repository
473453 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Redeye

This project was built by pentesters for pentesters. Redeye is a tool intended to help you manage your data during a pentest operation in the most efficient and organized way.

Table of Contents

  • Redeye
    • Table of Contents
    • The Developers
    • Overview
    • Installation
      • Docker
      • Source
      • General
    • Special-Thanks
    • Credits

The Developers

Daniel Arad - @dandan_arad && Elad Pticha - @elad_pt

Overview

The Server panel will display all added server and basic information about the server such as: owned user, open port and if has been pwned.

servers

After entering the server, An edit panel will appear. We can add new users found on the server, Found vulnerabilities and add relevant attain and files.

edit-server

Users panel contains all found users from all servers, The users are categorized by permission level and type. Those details can be chaned by hovering on the username.

Users

Files panel will display all the files from the current pentest. A team member can upload and download those files.

Files

Attack vector panel will display all found attack vectors with Severity/Plausibility/Risk graphs.

AttackVector

PreReport panel will contain all the screenshots from the current pentest.

Pre-Report

Graph panel will contain all of the Users and Servers and the relationship between them.

Graph

APIs allow users to effortlessly retrieve data by making simple API requests.

image
root@kitploit:~
curl redeye.local:8443/api/servers --silent -H "Token: redeye_61a8fc25-105e-4e70-9bc3-58ca75e228ca" | jq
curl redeye.local:8443/api/users --silent -H "Token: redeye_61a8fc25-105e-4e70-9bc3-58ca75e228ca" | jq
curl redeye.local:8443/api/exploits --silent -H "Token: redeye_61a8fc25-105e-4e70-9bc3-58ca75e228ca" | jq

Installation

Docker

Pull from GitHub container registry.

root@kitploit:~
git clone https://github.com/redeye-framework/Redeye.git
cd Redeye
docker-compose up -d

Start/Stop the container

root@kitploit:~
sudo docker-compose start/stop

Save/Load Redeye

root@kitploit:~
docker save ghcr.io/redeye-framework/redeye:latest neo4j:4.4.9 > Redeye.tar
docker load < Redeye.tar

GitHub container registry: https://github.com/redeye-framework/Redeye/pkgs/container/redeye

Source

root@kitploit:~
git clone https://github.com/redeye-framework/Redeye.git
cd Redeye
sudo apt install python3.8-venv
python3 -m venv RedeyeVirtualEnv
source RedeyeVirtualEnv/bin/activate
pip3 install -r requirements.txt
python3 RedDB/db.py
python3 redeye.py --safe

General

Redeye will listen on: http://0.0.0.0:8443
Default Credentials:

  • username: redeye
  • password: redeye

Neo4j will listen on: http://0.0.0.0:7474
Default Credentials:

  • username: neo4j
  • password: redeye

Special-Thanks

  • Yoav Danino for mental support and beta testing.

Credits

  • Sidebar

    • https://github.com/azouaoui-med/pro-sidebar-template
    • https://bootsnipp.com/snippets/Q0dAX
  • flowchart

    • https://www.jqueryscript.net/chart-graph/Drag-drop-Flow-Chart-Plugin-With-jQuery-jQuery-UI-flowchart-js.html
  • download.js

    • http://danml.com/download.html
  • dropzone

    • http://www.dropzonejs.com
  • Pictures and Icons

    • https://www.iconfinder.com
      • licensed by - https://creativecommons.org/licenses/by/4.0
    • http://www.freepik.com
  • Logs

    • https://codepen.io/jo_Geek/pen/NLoGZZ
      • licensed by - https://blog.codepen.io/documentation/terms-of-service/

If you own any Code/File in Redeye that is not under MIT License please contact us at: [email protected]

Download Tool