Skip to content
This repository was archived by the owner on Aug 19, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (18 loc) · 334 Bytes

README.md

File metadata and controls

18 lines (18 loc) · 334 Bytes

pwn-calculate

用 Docker 架設的 CTF PPC 題目

Requirement

Install

  1. 建立 Docker 鏡像
sudo docker build -t pwn .
  1. 運行 pwn
sudo docker run -d  -p 10001:4444 -t pwn
  1. 檢查有沒有執行成功
sudo docker ps