添加linux-exploit-suggester与应急响应手册
This commit is contained in:
parent
6192721b21
commit
a84337045d
|
@ -4,3 +4,6 @@
|
|||
[submodule "应急响应工具箱/Security Assessment/docker-bench-security"]
|
||||
path = 应急响应工具箱/Security Assessment/docker-bench-security
|
||||
url = https://github.com/docker/docker-bench-security.git
|
||||
[submodule "应急响应工具箱/Security Assessment/linux-exploit-suggester"]
|
||||
path = 应急响应工具箱/Security Assessment/linux-exploit-suggester
|
||||
url = https://github.com/mzet-/linux-exploit-suggester.git
|
||||
|
|
Binary file not shown.
|
@ -11,5 +11,20 @@ This repository only supply the tools, **DO NOT USE IT FOR ILLEGAL PURPOSES!**
|
|||
## 目录
|
||||
|
||||
* **Security Assessment(安全评估工具)**
|
||||
|
||||
* testssl.sh (https://github.com/drwetter/testssl.sh)
|
||||
* docker-bench-security(https://github.com/docker/docker-bench-security)
|
||||
|
||||
用于评估网站的SSL安全性
|
||||
|
||||
* docker-bench-security(https://github.com/docker/docker-bench-security)
|
||||
|
||||
用于评估服务器Docker的安全性
|
||||
|
||||
* linux-exploit-suggester(https://github.com/mzet-/linux-exploit-suggester)
|
||||
|
||||
用于评估Linux服务器可能存在的提权漏洞
|
||||
|
||||
|
||||
* **Linux 应急响应手册**
|
||||
|
||||
* Linux 应急响应手册v1.5 发行版 (https://mp.weixin.qq.com/s/eGaQDLVo9yn3fIPFN2bH6w)
|
|
@ -0,0 +1 @@
|
|||
Subproject commit b6a730b7edc38be4cd64c948bea88d46c1d5df09
|
Loading…
Reference in New Issue