zhameersheraz/cloud-security
GitHub: zhameersheraz/cloud-security
一份涵盖 AWS、Azure 和 GCP 配置错误、工具与命令的静态云安全速查参考网站。
Stars: 37 | Forks: 0
# 云安全
一份涵盖 AWS、Azure 和 GCP 的静态云安全备忘单。作为
针对云攻击与防御测试的学习资源而构建。
在线访问:[zhameersheraz.github.io/cloud-security](https://zhameersheraz.github.io/cloud-security/)
## 页面
| 页面 | 主题 |
| ------------ | ----------------------------------------------- |
| `index.html` | 主页 |
| `aws.html` | AWS 配置错误、工具、实用命令 |
| `azure.html` | Azure 配置错误、工具、实用命令 |
| `gcp.html` | GCP 配置错误、工具、实用命令 |
| `tools.html` | 精选的云安全工具目录 |
## 本地运行
任何静态文件服务器均可。最简单的方式:
```
python3 -m http.server 8000
```
然后打开 `http://localhost:8000`。
或者使用 Node:
```
npx serve .
```
## 部署
该站点是静态的,因此可以部署在任何地方。两种简便的选择:
- **GitHub Pages** — 仓库 Settings → Pages → Source: `main` / root
- **Vercel** — 在 vercel.com 导入 GitHub 仓库,无需额外配置
每次推送到 `main` 都会触发重新部署。
## 源码结构
```
cloud-security/
├── index.html # landing
├── aws.html # AWS cheatsheet
├── azure.html # Azure cheatsheet
├── gcp.html # GCP cheatsheet
├── tools.html # tool directory
├── styles.css # shared theme
├── script.js # mobile menu + copy-to-clipboard
├── package.json # for Vercel
└── vercel.json # Vercel config
```
## 作者
Zhameer Sheraz Tampugao — [github.com/zhameersheraz](https://github.com/zhameersheraz)
## 许可证
MIT — 请参阅 [LICENSE](LICENSE)。
标签:AWS, Azure, DPI, GCP, 后端开发, 多模态安全, 安全测试, 攻击性安全, 数据可视化, 足迹分析, 速查表