diff --git a/.github/workflows/generate_workflows.py b/.github/workflows/generate_workflows.py index ba120c319..5a79430f2 100755 --- a/.github/workflows/generate_workflows.py +++ b/.github/workflows/generate_workflows.py @@ -7,9 +7,15 @@ "rustest" ] -CHECKERS = ["example"] +CHECKERS = [ + "example", + "hyperborea-legends", +] -SPLOITS = ["example"] +SPLOITS = [ + "example", + "hyperborea-legends" +] TEMPLATE = """ name: Check {service} diff --git a/checkers/hyperborea-legends/hyperborea-legends.checker.py b/checkers/hyperborea-legends/hyperborea-legends.checker.py old mode 100644 new mode 100755 index bd4fa66b8..88d39087c --- a/checkers/hyperborea-legends/hyperborea-legends.checker.py +++ b/checkers/hyperborea-legends/hyperborea-legends.checker.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3.11 + import base64 import traceback import uuid diff --git a/sploits/hyperborea-legends/hyperborea-legends.1.sploit.py b/sploits/hyperborea-legends/hyperborea-legends.1.sploit.py old mode 100644 new mode 100755 index 8035ce498..62fb49d65 --- a/sploits/hyperborea-legends/hyperborea-legends.1.sploit.py +++ b/sploits/hyperborea-legends/hyperborea-legends.1.sploit.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3.11 + import sys import time import uuid