Skip to content

Commit

Permalink
Bump version to 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Trolldemorted committed Feb 6, 2022
1 parent e637df2 commit f518b7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Bambixploit/Bambixploit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<RootNamespace>bambixploit</RootNamespace>
<Nullable>enable</Nullable>
<CodeAnalysisRuleSet>../ENOWARS.ruleset</CodeAnalysisRuleSet>
<Version>0.0.3</Version>
<Version>0.0.8</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Bambixploit/ExploitTemplates.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f518b7c

Please sign in to comment.