Sn1per Community Edition by @xer0dayz - https://xerosecurity.com

This commit is contained in:
WP Engine Marketing
2019-12-30 09:14:50 -07:00
parent f749940c57
commit 06c3bbf2e8
3 changed files with 12 additions and 4 deletions

View File

@@ -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

View File

@@ -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"]

View File

@@ -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: