Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
D3vil0p3r committed Nov 6, 2023
1 parent 079c3c3 commit e546d7c
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 5 deletions.
Binary file added src/assets/images/xfce-well-bluemenu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/xfce-well-redmenu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/images/xfce-well-secmenu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion src/content/docs/en/resources/blueteam-menu.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ description: Details about Blue Team Menu in Athena OS.
import ImageComponent from "@components/ImageComponent.astro";
import ThemedImage from '@components/ThemedImage.astro';

Blue Team Menu is born for organizing in pretty manner the main security defensive tools that users need to start their Blue Team activity. It consists of two levels:
Blue Team Menu is born for organizing in pretty manner the main security defensive tools that users need to start their Blue Team activity. It is deployed in different manner according to the installed environment.

In GNOME, it consists of two levels:
* 1st level containing the [NIST Cybersecurity Framework](https://www.nist.gov/cyberframework) phases
* 2nd level consisting of defensive tools deployed for each NIST category

Expand Down Expand Up @@ -51,6 +53,10 @@ In details:
</tr>
</table>

In other environments, it reflects the classic menu layout in Linux. For example:

![Blue Team Menu](@assets/images/xfce-well-bluemenu.png)

At the beginning, these tools are not installed to avoid that users would store in the disk space installed tools or services that never use. For users that would like to get these main tools, the **Blue Teamer** role must be chosen on the Welcome App.

<ImageComponent />
12 changes: 10 additions & 2 deletions src/content/docs/en/resources/payload-dock.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ description: Access to the main payload repositories.
import ImageComponent from "@components/ImageComponent.astro";
import ThemedImage from '@components/ThemedImage.astro';

Payload to Dock is based on [Dash 2 Dock](https://github.com/micheleg/dash-to-dock) and keeps the access to the most famous payload repositories. It allows to get the latest version of payloads and accessing their path directly by the shell. It shows:
Several Athena OS environments offer the so called **Payload to Dock**. It is deployed in GNOME and XFCE Well environments.

Payload to Dock in GNOME is based on [Dash 2 Dock](https://github.com/micheleg/dash-to-dock) while the on in XFCE comes from the standard XFCE panel. Payload to Dock keeps access to the most famous payload repositories and retrieves the latest version of payloads and lands to their path directly by the shell. It provides:
* [Auto Wordlists](https://github.com/carlospolop/Auto_Wordlists)
* [FuzzDB](https://github.com/fuzzdb-project/fuzzdb)
* [PayloadAllTheThings](https://github.com/swisskyrepo/PayloadsAllTheThings)
Expand All @@ -14,7 +16,13 @@ Payload to Dock is based on [Dash 2 Dock](https://github.com/micheleg/dash-to-do

The Dock contains also links to **Mimikatz** and **Powersploit** resources, and allows to run the **current shell** and **PowerShell**. Furthermore, it offers **CyberChef** access directly on your desktop.

![Payload to Dock](@assets/images/payload-dock.png)
In GNOME:

![GNOME Payload to Dock](@assets/images/payload-dock.png)

In XFCE Well:

![XFCE Payload to Dock](@assets/images/xfce-well-menudock.png)

At the beginning, these repositories are not installed, to avoid that users would store in the disk space payload repositories that never use. If you would like to get these repositories, click on the button of the repositories you want to retrieve, or set a [Cyber Security role](/en/resources/athena-welcome/#cyber-security-roles) compliant with these resources.

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/en/resources/pwnage-menu.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import ThemedImage from '@components/ThemedImage.astro';

![PWNage Menu](@assets/images/pwnage-menu.png)

PWNage menu can be accessed by `CTRL+SHIFT+SPACE`.
PWNage menu can be accessed by `CTRL+SHIFT+SPACE` in GNOME environment.

One of the most interesting features of Athena is the deep **integration** with [Hack The Box](https://app.hackthebox.com) platform, accessible by PWNage menu. Athena gives the possibility to play Hack The Box machines directly on the OS environment in a **quick** and **comfortable** manner. It offers:
* **Connect/Disconnect** to/from Hack The Box VPN servers
Expand Down
8 changes: 7 additions & 1 deletion src/content/docs/en/resources/redteam-menu.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ description: Details about Red Team Menu in Athena OS.
import ImageComponent from "@components/ImageComponent.astro";
import ThemedImage from '@components/ThemedImage.astro';

Red Team Menu is born for organizing in pretty manner the main pentesting tools that users need to start their hacking activity. It consists of two levels:
Red Team Menu is born for organizing in pretty manner the main pentesting tools that users need to start their hacking activity. It is deployed in different manner according to the installed environment.

In GNOME, it consists of two levels:
* 1st level containing several hacking categories, plus browser and VSCodium as editor
* 2nd level consisting of hacking tools deployed for each hacking category

Expand Down Expand Up @@ -87,6 +89,10 @@ In details:
</tr>
</table>

In other environments, it reflects the classic menu layout in Linux. For example:

![Red Team Menu](@assets/images/xfce-well-redmenu.png)

At the beginning, these tools are not installed to avoid that users would store in the disk space installed tools or services that never use. For users that would like to get these main tools, the **Enthusiast Student** role must be chosen on the Welcome App.

<ImageComponent />

0 comments on commit e546d7c

Please sign in to comment.