|
4 | 4 |
|
5 | 5 | ## Intro
|
6 | 6 |
|
7 |
| -**RedCloud OS** is a [Debian-based](https://www.debian.org/) Cloud Adversary Simulation Operating System for Red Teams to assess the Cloud Security of Leading Cloud Service Providers (CSPs). It includes tools optimized for adversary simulation tasks within [Amazon Web Services (AWS)](https://aws.amazon.com/), [Azure](https://azure.microsoft.com/en-us), and [Google Cloud Platform (GCP)](https://cloud.google.com/). |
| 7 | +**RedCloud OS** is a [Debian](https://www.debian.org/) based Cloud Adversary Simulation Operating System for Red Teams to assess the security of leading Cloud Service Providers (CSPs). It includes tools optimized for adversary simulation tasks within [Amazon Web Services (AWS)](https://aws.amazon.com/), [Microsoft Azure](https://azure.microsoft.com/en-us), and [Google Cloud Platform (GCP)](https://cloud.google.com/). |
8 | 8 |
|
9 | 9 | ### Credentials
|
10 | 10 | **Username** --> cwl
|
@@ -108,7 +108,7 @@ That being said, there are some launchers like **Impacket** and **Redboto** whic
|
108 | 108 |
|
109 | 109 | #### Environmental Variables Setup
|
110 | 110 |
|
111 |
| -We have provided some examples of environmental variables required for certain tools to work. These variables however are not exhaustive and more can be needed on case-to-case basis. Please make sure these variables are not |
| 111 | +We have provided some examples of environmental variables required for certain tools to work. These variables however are not exhaustive and more can be needed on case-to-case basis. |
112 | 112 |
|
113 | 113 | ##### AWS
|
114 | 114 | ```bash
|
@@ -151,20 +151,20 @@ alias ll='ls -la'
|
151 | 151 | ## Building from scratch
|
152 | 152 |
|
153 | 153 | 1. Download base OS i.e, [Parrot OS Architect Edition 5.3](https://parrotsec.org/download/?version=architect) and proceed with installation in VMware/VirtualBox.
|
154 |
| -2. During VM installation when prompted to choose components, select only Mate Desktop Environment and proceed. |
| 154 | +2. During VM installation, when prompted to choose components, select only Mate Desktop Environment and proceed. |
155 | 155 | 3. ONce installation is finished, launch VM and clone this repo using `git clone https://github.com/RedTeamOperations/RedCloud-OS.git`
|
156 | 156 | 4. Browse to `build-scripts` folder and make scripts executable.
|
157 | 157 | 5. First execute [uninstall.sh](https://github.com/RedTeamOperations/RedCloud-OS/blob/main/build-scripts/uninstall.sh) and wait for script to finish.
|
158 | 158 | 6. THen execute [hold.sh](https://github.com/RedTeamOperations/RedCloud-OS/blob/main/build-scripts/hold.sh) and wait for script to finish.
|
159 | 159 | 7. Finally execute [install.sh](https://github.com/RedTeamOperations/RedCloud-OS/blob/main/build-scripts/install.sh) and wait for script to finish.
|
160 |
| -8. Install required tools from APT repo/Github/Gitlab. |
161 |
| -9. Use Menu Editor to create applications launchers. |
162 |
| -10. Use Dconf Editor to customize icons. |
163 |
| -11. Use Grub Customizer to modify Grub settings. |
| 160 | +8. Install required tools from APT repo/Github/Gitlab. |
| 161 | +9. Use `Menu Editor` to create applications launchers. |
| 162 | +10. Use `Dconf-Editor` to customize icons. |
| 163 | +11. Use `Grub Customizer` to modify Grub settings. |
164 | 164 |
|
165 | 165 | ## Feedback
|
166 | 166 |
|
167 |
| - RedCloud OS is an ongoing piece of development and your feedback will help us enhance it furthermore. Feel free to either create **Issue ** here in this repo or email us at **[email protected]** with subject "RedCloud OS". |
| 167 | + 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". |
168 | 168 |
|
169 | 169 | ## Acknowledgements
|
170 | 170 |
|
|
0 commit comments