Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/WDLegend/VulhubStarter
No description, website, or topics provided. |
https://github.com/WDLegend/VulhubStarter
Last synced: 13 days ago
JSON representation
No description, website, or topics provided. |
- Host: GitHub
- URL: https://github.com/WDLegend/VulhubStarter
- Owner: WDLegend
- Created: 2024-07-25T08:17:37.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-25T08:35:24.000Z (6 months ago)
- Last Synced: 2024-09-10T02:55:16.478Z (4 months ago)
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - WDLegend/VulhubStarter - No description, website, or topics provided. (Python)
README
# VulhubStarter
## 介绍
一个简单的脚本,根据cve列表,批量搭建漏洞测试环境。## 使用说明
-r 指定vulhub路径,建议弄个备份,因为这个脚本会改文件,而且有些特殊的还得自己改,比如webmin那个只能开在10000端口
-s 设置启动端口,默认为46000, 依次顺序启动
-f -t from to设置启动xx到xx个容器
-x 指定要启动的CVE列表文件,默认是cve_list.txt, 可以不加
-c true/false 需要强制recreate容器的时候加上这个。
## 其他
一键docker kill:docker ps -q | xargs docker kill