diff --git a/CHANGELOG.md b/CHANGELOG.md index eccf9de..fafd0d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ ## CHANGELOG: +* v8.1 - Updated DockerFile repository +* v8.1 - Fixed issue with -dh flag to delete host with Sn1per Pro v8.0 * v8.1 - Fixed issue with subfinder missing * v8.1 - Fixed issue with 7zip missing * v8.1 - Added check for Ubuntu to install.sh automatically diff --git a/Dockerfile b/Dockerfile index 62078be..6a88d1b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ LABEL org.label-schema.name='Sn1per - Kali Linux' \ org.label-schema.url='https://github.com/1N3/Sn1per' \ org.label-schema.vendor='https://xerosecurity.com' \ org.label-schema.schema-version='1.0' \ - org.label-schema.docker.cmd.devel='docker run --rm -ti hariomv/sniper' \ + org.label-schema.docker.cmd.devel='docker run --rm -ti xerosecurity/sniper' \ MAINTAINER="@xer0dayz" RUN echo "deb http://http.kali.org/kali kali-rolling main contrib non-free" > /etc/apt/sources.list && \ @@ -28,6 +28,7 @@ RUN apt-get --yes install git \ && cd security \ && git clone https://github.com/1N3/Sn1per.git \ && cd Sn1per \ - && ./install.sh + && ./install.sh \ + && sniper -u force CMD ["bash"] diff --git a/README.md b/README.md index e6a0210..d6fac83 100644 --- a/README.md +++ b/README.md @@ -75,8 +75,13 @@ bash install.sh From a new Docker console, run the following commands. ``` Download https://raw.githubusercontent.com/1N3/Sn1per/master/Dockerfile -docker build -t sn1per-docker . -docker run -it sn1per-docker /bin/bash +docker build -t sn1per . +docker run -it sn1per /bin/bash + +or + +docker pull xerosecurity/sn1per +docker run -it xerosecurity/sn1per /bin/bash ``` ## USAGE: