From f518b7cc9baf6b894ec4830805dd03f1f7d3385b Mon Sep 17 00:00:00 2001 From: Benedikt Radtke Date: Sun, 6 Feb 2022 10:25:06 +0100 Subject: [PATCH] Bump version to 0.0.8 --- Bambixploit/Bambixploit.csproj | 2 +- Bambixploit/ExploitTemplates.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Bambixploit/Bambixploit.csproj b/Bambixploit/Bambixploit.csproj index 87bc98f..1a8581f 100644 --- a/Bambixploit/Bambixploit.csproj +++ b/Bambixploit/Bambixploit.csproj @@ -6,7 +6,7 @@ bambixploit enable ../ENOWARS.ruleset - 0.0.3 + 0.0.8 diff --git a/Bambixploit/ExploitTemplates.cs b/Bambixploit/ExploitTemplates.cs index 08845a5..062abd5 100644 --- a/Bambixploit/ExploitTemplates.cs +++ b/Bambixploit/ExploitTemplates.cs @@ -42,7 +42,7 @@ def exploit(hint: Optional[str], flag_store: Optional[int]): # iCTF flag hints: t = Team('http://teaminterface.ictf.gg/', 'TODO_INSERT_TEAM_TOKEN_HERE') -targets = t.get_targets(SERVICE_ID) +targets = t.get_targets(TODO_INSERT_SERVICE_ID_HERE) for target in targets: if target['hostname'] == TARGET: pass