Skip to content

Commit

Permalink
Check hekate only!
Browse files Browse the repository at this point in the history
  • Loading branch information
noirscape committed May 12, 2021
1 parent bb4a636 commit 47c8152
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions html/core.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ <h3>Payload:</h3>
<div>
<form id="mainForm">
<p>
<input type="radio" name="payload" id="fusee.bin" value="fusee.bin" checked>
<input type="radio" name="payload" id="fusee.bin" value="fusee.bin">
<label for="fusee.bin">Example payload (fusee.bin)</label>
</p>
<p>
<input type="radio" name="payload" id="hekate.bin" value="hekate.bin" checked>
<label for="fusee.bin">Hekate {} - (hekate_ctcaer.bin)</label>
</p>
<p>
<input type="radio" name="payload" id="tegraexplorer.bin" value="tegraexplorer.bin" checked>
<input type="radio" name="payload" id="tegraexplorer.bin" value="tegraexplorer.bin">
<label for="fusee.bin">TegraExplorer v{} - (tegraexplorer.bin)</label>
</p>
<p>
<input type="radio" name="payload" id="lockpick.bin" value="lockpick.bin" checked>
<input type="radio" name="payload" id="lockpick.bin" value="lockpick.bin">
<label for="fusee.bin">Lockpick_RCM {} - (lockpick.bin)</label>
</p>
<p>
Expand Down

0 comments on commit 47c8152

Please sign in to comment.