{% extends "base.html" %} {% block title %}Sanitize — Netcanon{% endblock %} {% block content %}

Sanitize

Strip identifying details — hostnames, usernames, public IPs, password hashes, SNMP communities, RADIUS shared secrets — from a network config before sharing it in a bug report or support ticket. Pick the source vendor, paste or select a stored config, and Netcanon redacts at the canonical-model level — the output is in the same vendor's format with every cross-reference rewritten consistently.

For sharing only. Placeholders (device-1, localuser1, fake-hash-0001, etc.) are intentionally non-functional — pasting the sanitized output back onto a live device would set real passwords / usernames to literal placeholder strings. Treat the output as evidence to attach to a ticket, never as a config to redeploy.
{% endblock %}