diff --git a/.docs/pwnjailrun.gif b/.docs/pwnjailrun.gif new file mode 100644 index 0000000..5af3055 Binary files /dev/null and b/.docs/pwnjailrun.gif differ diff --git a/Dockerfile b/Dockerfile index 960fb01..7046a7d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,6 +35,8 @@ RUN apt-get -y update && apt-get install -y \ gcc \ g++ \ git \ + vim \ + python2.7 \ netcat \ net-tools \ socat \ diff --git a/README.md b/README.md index 4753c98..63f4bbb 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Example: 1. Run `runPWNJail.sh` or `runPWNJail_Windows.ps1` and wait for the docker shell to open 2. In docker's shell run `/pwnjailexec.sh` or `pwnjail --config /etc/pwnjail.cfg` 3. To exit press `CTRL+C` - +![](./.docs/pwnjailrun.gif) > Note: To run in detached mode type `pwnjail --config /etc/pwnjail.cfg -d`