Skip to content

Morin3/security-testbeds

This branch is 10 commits ahead of, 76 commits behind google/security-testbeds:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3b25c64 Β· Jan 19, 2025
Jan 16, 2025
Jan 16, 2024
Mar 25, 2024
Jan 8, 2024
Dec 1, 2023
Dec 1, 2023
Dec 1, 2023
Jan 19, 2025
Dec 1, 2023
Jul 31, 2024
Jun 14, 2024
Feb 16, 2024
Dec 1, 2023
Dec 1, 2023
Dec 1, 2023
Dec 1, 2023
Jul 31, 2024
Dec 1, 2023
Dec 1, 2023
Jun 7, 2024
Dec 1, 2023
Dec 1, 2023
Jan 10, 2024
Jan 25, 2024
Dec 1, 2023
Jan 9, 2024
Jul 31, 2024
Apr 19, 2024
Nov 28, 2023
Dec 1, 2023
Dec 1, 2023
Jan 8, 2025
Jan 17, 2025
Dec 1, 2023
May 17, 2024
Dec 1, 2023
Dec 1, 2023
Dec 1, 2023
Jan 15, 2024
Jun 17, 2024
Sep 15, 2023
Sep 15, 2023
Sep 15, 2023

Repository files navigation

Testbeds for Security Scanner

This project aims to provide a central repository for testbeds contents usable to assert the quality and functionality of security scanners. This includes 0-day and 1-day scanning capabilities.

Testbed contents

The tesbed contents are logically grouped into different sub projects. E.g., the archery_range is the 0-day testbed hosting different applications that help to assert functionality and quality of a 0-day black box scanner. Each subfolder provides detailed instructions on the type of vulnerabilities it hosts and provides instructions for setting up and running the testbed containers.

For now, we merely provide the testbed contents source, but we might, in the future, provided a uniform build setup for all of the testbed applications.

Contributing

Read how to contribute.

Source Code Headers

Every file containing source code must include copyright and license information. This includes any JS/CSS files that you might be serving out to browsers. (This is to help well-intentioned people avoid accidental copying that doesn't comply with the license.)

Apache header:

Copyright 2022 Google LLC

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

    https://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.

Disclaimer

Security Testbeds is not an officially supported Google product.