mirror of https://github.com/1N3/Sn1per.git
docs(readme): add steps for Docker Compose
This commit is contained in:
parent
6d2d9e0434
commit
af26b6051e
33
README.md
33
README.md
|
|
@ -82,18 +82,33 @@ To install Sn1per using an AWS EC2 instance:
|
||||||
|
|
||||||
[](https://hub.docker.com/r/sn1persecurity/sn1per)
|
[](https://hub.docker.com/r/sn1persecurity/sn1per)
|
||||||
|
|
||||||
From a new Docker console, run the following commands.
|
### Kali Linux-based Sn1per
|
||||||
|
|
||||||
```
|
1. Run the Docker Compose file
|
||||||
Download https://raw.githubusercontent.com/1N3/Sn1per/master/Dockerfile
|
|
||||||
docker build -t sn1per .
|
|
||||||
docker run -it sn1per /bin/bash
|
|
||||||
|
|
||||||
or
|
```bash
|
||||||
|
sudo docker compose up
|
||||||
|
```
|
||||||
|
|
||||||
docker pull xer0dayz/sn1per
|
1. Run the container
|
||||||
docker run -it xer0dayz/sn1per /bin/bash
|
|
||||||
```
|
```bash
|
||||||
|
sudo docker run -it sn1per-kali-linux /bin/bash
|
||||||
|
```
|
||||||
|
|
||||||
|
### BlackArch-based Sn1per
|
||||||
|
|
||||||
|
1. Run the Docker Compose file
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo docker compose -f docker-compose-blackarch
|
||||||
|
```
|
||||||
|
|
||||||
|
1. Run the container
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo docker run -it sn1per-blackarch /bin/bash
|
||||||
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue