> ## Documentation Index
> Fetch the complete documentation index at: https://docs.strikepoint.tech/llms.txt
> Use this file to discover all available pages before exploring further.

# Tools

> Use the restricted tools area for embedded security utilities that are available inside the dashboard.

export function AuthorizedToolsOnly({children}) {
  return <Callout type="warning">
      <strong>Authorized security personnel only:</strong> {children}
    </Callout>;
}

# Tools

The **Tools** area is a restricted utility surface for embedded offensive-security tools.

<AuthorizedToolsOnly>
  You must be explicitly authorized to use the tools area. Unauthorized users are redirected away instead of shown a limited catalog.
</AuthorizedToolsOnly>

## Tools index

The tools index is a catalog. It tells you which tools are live and which entries are still marked `Coming soon`.

Currently live tools:

* **MSF Venom Builder**
* **CyberChef**

Currently listed but not live:

* **Reverse Shell Generator**
* **Network Scanner**
* **Password Cracker**

## MSF Venom Builder

Use this tool when you need to configure and generate supported MSF Venom payload combinations inside the dashboard.

## CyberChef

Use CyberChef when you need an embedded workspace for:

* encoding and decoding
* encryption and decryption
* compression and decompression
* general data transformation and analysis

CyberChef opens as an embedded external utility inside the dashboard shell.

## Related routes covered by this guide

* `/dashboard/tools`
* `/dashboard/tools/msfvenombuilder`
* `/dashboard/tools/cyber-chef`

## Related guides

* [Integrations](/dashboard/integrations)
