An open API service indexing awesome lists of open source software.

https://github.com/hi120ki/tsunami-docker

Tsunami security scanner execution environment on Docker
https://github.com/hi120ki/tsunami-docker

docker tsunami

Last synced: 7 months ago
JSON representation

Tsunami security scanner execution environment on Docker

Awesome Lists containing this project

README

          

# Tsunami Docker

Tsunami security scanner execution environment on Docker

## Build

```
$ docker build ./ -t tsunami-docker
```

## Run a scan

```
$ mkdir output
$ docker run --rm -it -v $PWD/output:/out:rw tsunami-docker /run.sh 127.0.0.1 result.json
$ cat output/result.json
```