---
title: "Reverse, decode, and defang a hidden URL"
description: "Undo character reversal and substitution, decode Base64, extract the URL, and neutralize it for reporting."
---

> Documentation Index
> Fetch the complete documentation index at: https://help.serialize.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Reverse, decode, and defang a hidden URL

import RecipeDoc from "../../../../components/RecipeDoc.astro";

Source: https://help.serialize.dev/recipes/security-analysis/reverse-decode-defang-url/index.mdx
