Sign inSign up

iyzyi/pwn

By iyzyi

Updated over 6 years ago

Image
0

1.4K

iyzyi/pwn repository overview

RUN

docker run --name pwn -v /root/pwn-docker-file:/root/file -it iyzyi/pwn /bin/bash

Dockerfile

FROM pwntools/pwntools:base

USER root

RUN pip install --upgrade git+https://github.com/Gallopsled/pwntools@stable
RUN PWNLIB_NOTERM=1 pwn update

RUN apt-get update \
    && apt-get -y install vim \
    && apt-get -y install netcat \
    && apt-get -y install wget \
    && apt-get -y install curl

WORKDIR /root

Tag summary

Content type

Image

Digest

Size

288.9 MB

Last updated

over 6 years ago

docker pull iyzyi/pwn