Go to file
Pierre Precourt 7c2a07a352 Minor change to the documentation to make Python plugins work.
PiperOrigin-RevId: 788904717
Change-Id: Icc91e2a44b8de6c978a90473629c4a632b58df6b
2025-07-30 08:08:38 -07:00
.github/workflows Limit permissions of the runner for build-only jobs. 2025-07-18 09:41:39 -07:00
common Inline and reorganize dependencies in the core engine. 2025-07-14 10:12:40 -07:00
docs Minor change to the documentation to make Python plugins work. 2025-07-30 08:08:38 -07:00
main Declare a few more explicit dependencies in Gradle. 2025-07-29 01:29:39 -07:00
plugin Stop depending on the Maven release of the callback server. Directly use the stable branch of GitHub. 2025-07-15 01:34:03 -07:00
plugin_server/py Ensure the path to the payload definitions can be configured. 2025-07-25 11:07:14 -07:00
proto Inline and reorganize dependencies in the core engine. 2025-07-14 10:12:40 -07:00
workflow Declare a few more explicit dependencies in Gradle. 2025-07-29 01:29:39 -07:00
.dockerignore Define a Dockerfile and update the documentation 2020-07-11 18:49:27 +01:00
.gitattributes Gradle init for Tsunami. 2020-06-04 17:17:47 -07:00
.gitignore Gradle init for Tsunami. 2020-06-04 17:17:47 -07:00
LICENSE Internal change 2020-06-05 10:12:08 -07:00
README.md Introduce a devel image that is the base of all other images, to make unification of the dev dependencies of Tsunami easier to maintain throughout the different images. 2025-06-26 05:19:43 -07:00
build.gradle Inline and reorganize dependencies in the core engine. 2025-07-14 10:12:40 -07:00
core.Dockerfile Update the core and full images to package the Python server and plugins. 2025-07-25 11:21:23 -07:00
devel.Dockerfile Update the development Docker to provide a Python environment for other dockers. This environment is copied over to final images. 2025-07-25 10:28:55 -07:00
full.Dockerfile Update the core and full images to package the Python server and plugins. 2025-07-25 11:21:23 -07:00
go.mod Add a `go.mod` to Tsunami so that we can use Golang utilities. 2025-06-03 15:11:45 -07:00
settings.gradle Stop depending on the Maven release of the callback server. Directly use the stable branch of GitHub. 2025-07-15 01:34:03 -07:00
tsunami.yaml Add quick start script, guidelines on how to use it will follow. 2020-06-16 09:20:03 -07:00
tsunami_tcs.yaml Added missing configuration in default tsunami_tcs.yaml 2024-09-16 00:10:20 +02:00

README.md

Tsunami

build

Tsunami is a general purpose network security scanner with an extensible plugin system for detecting high severity vulnerabilities with high confidence.

To learn more about Tsunami, visit our documentation.

Tsunami relies heavily on its plugin system to provide basic scanning capabilities. All publicly available Tsunami plugins are hosted in a separate google/tsunami-security-scanner-plugins repository.

Quick start

Please see the documentation on how to build and run Tsunami

Contributing

Read how to contribute to Tsunami.

License

Tsunami is released under the Apache 2.0 license.

Copyright 2025 Google Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Disclaimers

Tsunami is not an official Google product.