Skip to content

Commit 2dc5d00

Browse files
authored
Update README.md
1 parent 6824409 commit 2dc5d00

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Intro
66

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/).
88

99
### Credentials
1010
**Username** --> cwl
@@ -108,7 +108,7 @@ That being said, there are some launchers like **Impacket** and **Redboto** whic
108108

109109
#### Environmental Variables Setup
110110

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

113113
##### AWS
114114
```bash
@@ -151,20 +151,20 @@ alias ll='ls -la'
151151
## Building from scratch
152152

153153
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.
155155
3. ONce installation is finished, launch VM and clone this repo using `git clone https://github.com/RedTeamOperations/RedCloud-OS.git`
156156
4. Browse to `build-scripts` folder and make scripts executable.
157157
5. First execute [uninstall.sh](https://github.com/RedTeamOperations/RedCloud-OS/blob/main/build-scripts/uninstall.sh) and wait for script to finish.
158158
6. THen execute [hold.sh](https://github.com/RedTeamOperations/RedCloud-OS/blob/main/build-scripts/hold.sh) and wait for script to finish.
159159
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.
164164

165165
## Feedback
166166

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".
168168

169169
## Acknowledgements
170170

0 commit comments

Comments
 (0)