mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-08 23:35:01 -04:00
fix up banner links for consistency
This commit is contained in:
parent
475568cbfd
commit
4507d471bc
2 changed files with 24 additions and 11 deletions
|
@ -149,11 +149,12 @@
|
|||
<div id="banner" class="row">
|
||||
<div>
|
||||
<a href="#"
|
||||
class="banner-link"
|
||||
data-toggle="modal"
|
||||
data-target="#download-modal"
|
||||
data-help-title="Downloading CyberChef"
|
||||
data-help="<p>CyberChef can be downloaded to run locally or hosted within your own network. It has no server-side component so all that is required is that the ZIP file is uncompressed and the files are accessible.</p><p>As a user, it is worth noting that unofficial versions of CyberChef could have been modified to introduce Input and/or Recipe exfiltration. We recommend always using the official, open source, up-to-date version of CyberChef hosted at <a href='https://gchq.github.io/CyberChef'>https://gchq.github.io/CyberChef</a> if accessible.</p><p>The Network tab in your browser's Developer console (F12) can be used to inspect the network requests made by a website. This can confirm that no data is uploaded when a CyberChef recipe is baked.</p>">
|
||||
Download CyberChef
|
||||
<span>Download CyberChef</span>
|
||||
<i class="material-icons">file_download</i>
|
||||
</a>
|
||||
</div>
|
||||
|
@ -172,6 +173,7 @@
|
|||
<div>
|
||||
<a href="#"
|
||||
id="options"
|
||||
class="banner-link"
|
||||
data-help-title="Options and Settings"
|
||||
data-help="Configurable options to change how CyberChef behaves. These settings are stored in your browser's local storage, meaning they will persist between sessions that use the same browser profile.">
|
||||
<span class="desktop-only">Options</span>
|
||||
|
@ -179,6 +181,7 @@
|
|||
</a>
|
||||
<a href="#"
|
||||
id="support"
|
||||
class="banner-link"
|
||||
data-toggle="modal"
|
||||
data-target="#support-modal"
|
||||
data-help-title="About / Support"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue