Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,32 +23,32 @@ Daniel Arad - @dandan_arad && Elad Pticha - @elad_pt

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](https://raw.githubusercontent.com/redeye-framework/Redeye/dev/Pics/Servers.png)
![servers](https://raw.githubusercontent.com/redeye-framework/Redeye/main/Pics/Servers.png)

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](https://raw.githubusercontent.com/redeye-framework/Redeye/dev/Pics/EditServer.png)
![edit-server](https://raw.githubusercontent.com/redeye-framework/Redeye/main/Pics/EditServer.png)


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](https://raw.githubusercontent.com/redeye-framework/Redeye/dev/Pics/Users.png)
![Users](https://raw.githubusercontent.com/redeye-framework/Redeye/main/Pics/Users.png)

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

![Files](https://raw.githubusercontent.com/redeye-framework/Redeye/dev/Pics/Files.png)
![Files](https://raw.githubusercontent.com/redeye-framework/Redeye/main/Pics/Files.png)

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

![AttackVector](https://raw.githubusercontent.com/redeye-framework/Redeye/dev/Pics/AttackVector.png)
![AttackVector](https://raw.githubusercontent.com/redeye-framework/Redeye/main/Pics/AttackVector.png)

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

![Pre-Report](https://raw.githubusercontent.com/redeye-framework/Redeye/dev/Pics/PreReport.png)
![Pre-Report](https://raw.githubusercontent.com/redeye-framework/Redeye/main/Pics/PreReport.png)

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

![Graph](https://raw.githubusercontent.com/redeye-framework/Redeye/dev/Pics/Graph.png)
![Graph](https://raw.githubusercontent.com/redeye-framework/Redeye/main/Pics/Graph.png)

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

Expand Down