Skip to content

starbugs-ctf/exploits-testing

Repository files navigation

Directory structure

- NAME_OF_THE_PROBLEM
  - NAME_OF_THE_EXPLOIT
    - siren.toml
    - Dockerfile
    - ... any extra files you want

siren.toml

# If true the exploit will be run every tick
enabled = true

# Teams that will be ignored when running this exploit
ignore_teams = []

# Exploit timeout in seconds. It will be killed after this time passes
# and you will be notified
timeout = 60

# List of discord handles (e.g "elnardu#1337") that will be notified in case
# this exploit fails
notifications = []

# Any additional metadata that you would like to provide
# to your exploit. Can be overridden when exploit is run manually
[meta]
hello = "world"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published