Skip to content

Commit

Permalink
Update based on code review
Browse files Browse the repository at this point in the history
  • Loading branch information
gaby authored Jan 11, 2024
1 parent 00ccb04 commit 5019b6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ To quickly get started with Tsunami scans,
docker run --network="host" -v "$(pwd)/logs":/usr/tsunami/logs tsunami
```
1. installing debug tools in the Tsunami image.
1. debugging issues with Tsunami container. The tsunami container is based on Debian which means
you you can exec into the container and install debug tools:
```shell
docker exec -it tsunami bash -c "apt-get update && apt-get install -y dnsutils net-tools procps"
docker exec -it tsunami bach -c "ping hostname"
docker exec -it tsunami bash
```
## Contributing
Expand Down

0 comments on commit 5019b6f

Please sign in to comment.