WPScan Docker Sample - WPScan Docker 示範

如果不想在電腦上安裝 WPScan 的話可以考慮使用 Docker 使用方法十分簡單 首先要 pull wpscandocker image https://hub.docker.com/r/wpscanteam/wpscan/

docker pull wpscanteam/wpscan

之後便可以使用這個Docker image 來執行 wpscan 的指令 e.g.

docker run --rm wpscanteam/wpscan --url https://blog.sharechiwai.com

如果想直接進入這個 wpscan 的 docker image 上執行 wpscan 可以使用以下指令

docker run -it --entrypoint /bin/sh wpscanteam/wpscan

想了解更多的wpscan 的用法可以參考他們的網站 https://github.com/wpscanteam/wpscan

Hope you find it useful

Chi Yau
Chi Yau
Software Engineer

Interested on Learning new stuff and experience sharing