Sign inSign up

matthewabq/ubuntu-nc

By matthewabq

•Updated over 7 years ago

Based on Ubuntu 16.04 with traditional netcat and curl installed.

Image
0

2.0K

matthewabq/ubuntu-nc repository overview

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

Tag summary

Content type

Image

Digest

Size

77 MB

Last updated

over 7 years ago

docker pull matthewabq/ubuntu-nc