Based on Ubuntu 16.04 with traditional netcat and curl installed.
2.0K
Dockerfile:
FROM ubuntu:16.04 LABEL MAINTAINER="Matthew Barker, [email protected]"
LABEL version="1.01" LABEL security="bad" LABEL purpose="Twistlock Fargate image for reverse shell usage in demo"
# update and replace openbsd netcat with traditional netcat and curl RUN apt-get update RUN apt-get remove -y netcat-openbsd && apt-get install -y netcat-traditional RUN apt-get install -y curl
Content type
Image
Digest
Size
77 MB
Last updated
over 7 years ago
docker pull matthewabq/ubuntu-nc