Skip to content

Commit

Permalink
Merge pull request nccgroup#56 from Hacking-the-Cloud/clarify_homepage
Browse files Browse the repository at this point in the history
Updated the home page and fixed CSS issue
  • Loading branch information
Frichetten authored Mar 17, 2021
2 parents 728895f + 8a7e94e commit 0bf75ae
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 11 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# hackingthe.cloud ![Deploy](https://github.com/Hacking-the-Cloud/hackingthe.cloud/workflows/Deploy/badge.svg)
Hacking the cloud is an open source encyclopedia of attacks against cloud infrastructure.
Hacking the cloud is a encyclopedia of the attacks/tactics/techniques that offensive security professionals can use on their next cloud exploitation adventure. The goal is to share this knowledge with the security community to better defend cloud native technologies.

## Contributing
Anyone is welcome to submit a pull request with whatever topic you'd like to write about. Content will be reviewed for quality and accuracy. Please keep topics related to cloud relevant material (AWS, Azure, GCP, Docker, K8s, Terraform, etc.). You are also welcome to expand upon existing topics, make improvements, and add details.
All content on this site is created by volunteers. If you'd like to be one of them, you can contribute your knowledge by submitting a [Pull Request](https://github.com/Hacking-the-Cloud/hackingthe.cloud/pulls). We are open to content from any major cloud provider and will also accept cloud-related technologies as well (Docker, Terraform, K8s, etc.). Additionally you are encouraged to update/modify/improve existing pages as well.

Topics can include offensive techniques, tools, general knowledge related to cloud security, etc. **Defensive knowledge is also welcome!** At the end of the day the primary goal is to make the cloud safer, and defenders are welcome to submit content all the same.

Don't worry about submitting content in the wrong format or what section it should be a part of, we can always make improvements later :)

## Roadmap
Currently the site has some material on AWS, and very little for Azure or GCP. If you have experience in any of those areas you are welcome to submit content. Even something as small as fixing grammar mistakes or adding a screenshot is appreciated! In the future I'd like to expand the site to include labs for folks to get hands-on experience with the content.
14 changes: 12 additions & 2 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ enableToc: false
enableMenu: false
---

Hacking the cloud is a encyclopedia of attacks/tactics/techniques that offensive security professionals can use on their next cloud exploitation adventure.
### Welcome!
Hacking the cloud is a encyclopedia of the attacks/tactics/techniques that offensive security professionals can use on their next cloud exploitation adventure. The goal is to share this knowledge with the security community to better defend cloud native technologies.

All content on this site is created by volunteers. If you'd like to be one of them, you can contribute your knowledge by submitting a [Pull Request](https://github.com/Hacking-the-Cloud/hackingthe.cloud/pulls). We are open to content from any major cloud provider and will also accept cloud-related technologies as well (Docker, Terraform, K8s, etc.).
All content on this site is created by volunteers. If you'd like to be one of them, you can contribute your knowledge by submitting a [Pull Request](https://github.com/Hacking-the-Cloud/hackingthe.cloud/pulls). We are open to content from any major cloud provider and will also accept cloud-related technologies as well (Docker, Terraform, K8s, etc.). Additionally you are encouraged to update/modify/improve existing pages as well.

Topics can include offensive techniques, tools, general knowledge related to cloud security, etc. **Defensive knowledge is also welcome!** At the end of the day the primary goal is to make the cloud safer, and defenders are welcome to submit content all the same.

Don't worry about submitting content in the wrong format or what section it should be a part of, we can always make improvements later :)

### Roadmap
Currently the site has some material on AWS, and very little for Azure or GCP. If you have experience in any of those areas you are welcome to submit content. Even something as small as fixing grammar mistakes or adding a screenshot is appreciated! In the future I'd like to expand the site to include labs for folks to get hands-on experience with the content.

Please checkout the [GitHub page](https://github.com/Hacking-the-Cloud/hackingthe.cloud) for more!
12 changes: 6 additions & 6 deletions themes/zdoc/assets/sass/pages/_single.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,32 +107,32 @@

h1 {
font-size: 2.6rem;
margin: 3.5rem 0 1.75rem 0;
//margin: 3.5rem 0 1.75rem 0;
}

h2 {
font-size: 2.2rem;
margin: 3.2rem 0 1.5rem 0;
//margin: 3.2rem 0 1.5rem 0;
}

h3 {
font-size: 1.8rem;
margin: 2.8rem 0 1.25rem 0;
//margin: 2.8rem 0 1.25rem 0;
}

h4 {
font-size: 1.5rem;
margin: 2.4rem 0 1rem 0;
//margin: 2.4rem 0 1rem 0;
}

h5 {
font-size: 1.2rem;
margin: 2rem 0 0.8rem 0;
//margin: 2rem 0 0.8rem 0;
}

h6 {
font-size: 1rem;
margin: 1.5rem 0 0.5rem 0;
//margin: 1.5rem 0 0.5rem 0;
}

pre {
Expand Down

0 comments on commit 0bf75ae

Please sign in to comment.