|
96 | 96 |
|
97 | 97 | ### Usage
|
98 | 98 |
|
99 |
| -The OS setup is simple and tools are divided by the CSPs. Inside each CSP, there are three sub-categories i.e, Enumeration, Exploitation, and Post Exploitation. For multitasking and ease-of-use, **Terminator** is set as the default terminal. |
| 99 | +The OS setup is simple and tools are divided by the CSPs. Inside each CSP, there are three sub-categories i.e, **Enumeration**, **Exploitation**, and **Post Exploitation**. For multitasking and ease-of-use, **Terminator** is set as the default terminal. |
100 | 100 |
|
101 |
| -Each tool can be launched in 3 different ways as follows:- |
102 |
| -1. Using menu launchers |
103 |
| -2. Directly executing `startup.sh` script in respective **/opt/*** folder |
104 |
| -3. TAB autocomplete to search binary using tool name |
| 101 | +Each tool can be launched in 4 different ways as follows:- |
| 102 | +1. By clicking their menu launchers |
| 103 | +2. Directly executing `startup.sh` script in respective `/opt/` folder |
| 104 | +3. Executing startup script in `/usr/local/bin` |
| 105 | +4. TAB autocomplete to search binary using tool name |
105 | 106 |
|
106 | 107 |
|
107 | 108 | **Note:** PowerShell tools start with capital letters and all others start with small letters. In case of any confusion, feel free to checkout `/usr/local/bin`.
|
@@ -150,16 +151,22 @@ alias ll='ls -la'
|
150 | 151 | 3. Once installation is finished, launch VM and clone this repo using `git clone https://github.com/RedTeamOperations/RedCloud-OS.git`
|
151 | 152 | 4. Browse to `build-scripts` folder and make scripts executable.
|
152 | 153 | 5. First execute [uninstall.sh](https://github.com/RedTeamOperations/RedCloud-OS/blob/main/build-scripts/uninstall.sh) and wait for script to finish.
|
153 |
| -6. THen execute [hold.sh](https://github.com/RedTeamOperations/RedCloud-OS/blob/main/build-scripts/hold.sh) and wait for script to finish. |
| 154 | +6. Then execute [hold.sh](https://github.com/RedTeamOperations/RedCloud-OS/blob/main/build-scripts/hold.sh) and wait for script to finish. |
154 | 155 | 7. Finally execute [install.sh](https://github.com/RedTeamOperations/RedCloud-OS/blob/main/build-scripts/install.sh) and wait for script to finish.
|
155 | 156 | 8. Install required tools from APT repo/Github/Gitlab.
|
156 | 157 | 9. Use `Menu Editor` to create applications launchers.
|
157 | 158 | 10. Use `Dconf-Editor` to customize icons.
|
158 | 159 | 11. Use `Grub Customizer` to modify Grub settings.
|
159 | 160 |
|
| 161 | +## Cheatsheets |
| 162 | +Below are the links of couple cheatsheets related to TTPs of cloud security assessments. Please note that these links are given for reference purposes only and might not cover everything. If you feel like you have something to contribute in regards of TTPs, please refer to their respective contributing pages. |
| 163 | + |
| 164 | +1. [Hacktricks Cloud](https://cloud.hacktricks.xyz/) |
| 165 | +2. [Offensive Cloud](https://github.com/lutzenfried/OffensiveCloud) |
| 166 | + |
160 | 167 | ## Feedback
|
161 | 168 |
|
162 |
| - RedCloud OS is an ongoing piece of development and your feedbacks/suggestions will help us enhance it furthermore. Feel free to either create an [**Issue **](https://github.com/RedTeamOperations/RedCloud-OS/issues) or email us at **[email protected]** with the subject "RedCloud OS". |
| 169 | + RedCloud OS is an ongoing piece of development and your feedbacks/suggestions will help us enhance it furthermore. Feel free to either create an [**Issue **](https://github.com/RedTeamOperations/RedCloud-OS/issues) or email us at **[email protected]** with the subject " **RedCloud OS **". |
163 | 170 |
|
164 | 171 | ## Acknowledgements
|
165 | 172 |
|
|
0 commit comments