Skip to content

Commit c9ad166

Browse files
authored
Update README.md
1 parent acae542 commit c9ad166

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

README.md

+14-7
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,13 @@
9696

9797
### Usage
9898

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.
100100

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
105106

106107

107108
**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'
150151
3. Once installation is finished, launch VM and clone this repo using `git clone https://github.com/RedTeamOperations/RedCloud-OS.git`
151152
4. Browse to `build-scripts` folder and make scripts executable.
152153
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.
154155
7. Finally execute [install.sh](https://github.com/RedTeamOperations/RedCloud-OS/blob/main/build-scripts/install.sh) and wait for script to finish.
155156
8. Install required tools from APT repo/Github/Gitlab.
156157
9. Use `Menu Editor` to create applications launchers.
157158
10. Use `Dconf-Editor` to customize icons.
158159
11. Use `Grub Customizer` to modify Grub settings.
159160

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+
160167
## Feedback
161168

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**".
163170

164171
## Acknowledgements
165172

0 commit comments

Comments
 (0)