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
- Host: GitHub
- URL: https://github.com/hi120ki/tsunami-docker
- Owner: hi120ki
- License: mit
- Created: 2020-06-26T14:53:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-01T13:51:51.000Z (about 4 years ago)
- Last Synced: 2025-01-26T05:25:10.840Z (8 months ago)
- Topics: docker, tsunami
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```