From 3bbf167502fa1dc6f2d25d9e9c603ab72cd03c12 Mon Sep 17 00:00:00 2001 From: Daniel <0xc0decafe@users.noreply.github.com> Date: Tue, 4 Apr 2017 12:07:08 +0200 Subject: Added Dockerfile and updated README with Docker Hub link. --- Dockerfile | 3 +++ README.md | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..40ebd71 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,3 @@ +FROM ubuntu:16.04 +RUN apt-get -y update && apt-get install -y wget bzip2 libsctp1 && wget -O /tmp/ss7MAPer.tar.bz2 https://github.com/ernw/ss7MAPer/raw/master/releases/ss7MAPer-v0.2_linux_x64.tar.bz2 && tar -xf /tmp/ss7MAPer.tar.bz2 -C / +CMD cd /ss7MAPer && ./bin/ss7MAPer console diff --git a/README.md b/README.md index 2b5e3f4..23ff5f2 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ SS7 MAP (pen-)testing toolkit As a lot of people run into problems building the tool, there are binary releases which can be found here: https://github.com/ernw/ss7MAPer/tree/master/releases +As people also run into problems using the binary release, there is a [docker image](https://hub.docker.com/r/ernw/ss7maper/) with ss7MAPer running on ubuntu 16.04 + If you use the binary version, skip right over the next chapter. ## Get it running -- cgit v1.2.3