關於vulhub環境報錯問題

2022-05-02 01:42:17 字數 540 閱讀 4573

最近在ubuntu上搭建vulhub環境時在執行:

ubuntu@ubuntu:docker-compose up -d

報錯:

error: couldn'

在網上找了很多教程找解決方式,效果都不是很好,不過運氣還不差有乙個方法解決了這個問題:

ubuntu@ubuntu:sudo gpasswd -a $ docker

ubuntu@ubuntu:sudo systemctl restart docker

ubuntu@ubuntu:newgrp - docker

原文連線:

搭建vulhub漏洞環境

vulhub是乙個基於docker和docker compose的漏洞環境集合,裡面大部分都是做好的虛擬機器映象檔案,編譯執行只需要幾條簡單命令。執行環境 kali linux curl s shkali linux下安裝docker 檢視kali linux版本 lsb release a刪除原系...

vulhub漏洞環境搭建

搭建之前建議更換成阿里的源 1 安裝docker,並用docker v命令驗證安裝結果 curl s sh 或者 sudo apt install docker.io 2 安裝python pip,並用pip v命令驗證安裝結果 sudo apt get install python pip 或者c...

Vulhub漏洞環境使用教程

vulhub是乙個比較全面的漏洞集合,收集了近年來許多的重要漏洞,以開源的形式呈現,以docker的形式進行環境配置,提供了更簡單的漏洞復現,只需要簡單的命令即可實現漏洞復現。2 docker安裝 apt get install docker.io 安裝後注意使用時啟動docke service d...