aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel <0xc0decafe@users.noreply.github.com>2017-04-04 12:07:08 +0200
committerDaniel <0xc0decafe@users.noreply.github.com>2017-04-04 12:07:08 +0200
commit3bbf167502fa1dc6f2d25d9e9c603ab72cd03c12 (patch)
tree02c8408a89bf46cb7a96df396f0023e555164554
parent0b7b4cbf6c7d7b84ca77ba1936213e27957f58b6 (diff)
Added Dockerfile and updated README with Docker Hub link.
-rw-r--r--Dockerfile3
-rw-r--r--README.md2
2 files changed, 5 insertions, 0 deletions
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