Redeye: tool intended to help you manage your data during a pentest operation
Redeye
This project was built by pentesters for pentesters. Redeye is a tool intended to help you manage your data during the pentest operation in the most efficient and organized way.
Overview
The Server panel will display all added servers and basic information about the server such as owned user, open port, and if has been pwned.
After entering the server, An edit panel will appear. We can add new users found on the server, Find vulnerabilities and add relevant attain and files.
The users’ panel contains all found users from all servers, The users are categorized by permission level and type. Those details can be changed by hovering on the username.
The files panel will display all the files from the current pentest. A team member can upload and download those files.
The attack vector panel will display all found attack vectors with Severity/Plausibility/Risk graphs.
The preReport panel will contain all the screenshots from the current pentest.
Graph panel will contain all of the Users and Servers and the relationship between them.
APIs allow users to effortlessly retrieve data by making simple API requests.
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
Copyright (c) 2022, Daniel Arad and Elad Pticha