Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NB-STAR/Security-Operation
安全运维技巧整理
https://github.com/NB-STAR/Security-Operation
Last synced: about 1 month ago
JSON representation
安全运维技巧整理
- Host: GitHub
- URL: https://github.com/NB-STAR/Security-Operation
- Owner: NB-STAR
- Created: 2018-12-15T07:40:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-30T02:11:49.000Z (over 5 years ago)
- Last Synced: 2024-08-02T05:13:34.654Z (4 months ago)
- Language: Roff
- Size: 37.9 MB
- Stars: 163
- Watchers: 3
- Forks: 41
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- security-study-tutorial - https://github.com/NB-STAR/Security-Operation
README
本课程为开源课程,仅供学习,不要做商业使用。
```
├── README.md
├── 防火墙:IDS:IPS
│ └── 防火墙.md
├── 数据泄露
│ └── 文件泄露.md
├── 服务加固
│ ├── apache加固.md
│ ├── mysql加固.md
│ ├── nginx加固.md
│ ├── samba加固.md
│ ├── ssh安全配置.md
│ ├── tomcat加固.md
│ └── 解析漏洞总结.txt
├── 流量分析
│ ├── 1
│ │ ├── 1.traffic-analysis-exercise-answers.pdf
│ │ ├── page
│ │ ├── pic
│ │ ├── writeup_level1.md
│ │ ├── writeup_level2.md
│ │ ├── writeup_level3.md
│ │ └── 题目内容
│ ├── 2
│ │ ├── 2.traffic-analysis-exercise-answers.pdf
│ │ ├── page
│ │ ├── pic
│ │ ├── writeup.md
│ │ └── 题目内容
│ ├── 3
│ │ ├── 3.traffic-analysis-exercise-answers.pdf
│ │ ├── file
│ │ ├── hex_xor.py
│ │ ├── page
│ │ ├── pic
│ │ ├── writeup.md
│ │ └── 题目内容
│ ├── 4
│ │ ├── 2014-12-08-traffic-analysis-exercise-answers.pdf
│ │ ├── pic
│ │ ├── writeup.md
│ │ └── 题目内容
│ └── README.md
└── 木马病毒治理
└── 克制不死马.txt
```