ChatGPT se ha convertido en una herramienta sorprendentemente útil para resolver problemas de red. Puede explicar por qué un vecino BGP se desconecta, sugerir por qué tu túnel IPsec se reinicia cada cuatro horas, y ayudarte a identificar configuraciones erróneas en políticas de firewall que te tomaría una hora rastrear manualmente.

El problema es el flujo de trabajo. Para obtener ayuda útil, necesitas compartir tu configuración. Y tu configuración contiene claves de pre-compartición activas de VPN, contraseñas de administrador, tokens de API y cadenas SNMP que están activas ahora mismo en tu red de producción.

ScrubForge resuelve exactamente esto: sanitize the config locally before it leaves your browser, then paste the clean version anywhere.

Por qué pegar configuraciones crudas en ChatGPT es un riesgo

When you paste a config into ChatGPT, that text goes to OpenAI’s servers. Depending on your account settings and region, it may be:

None of this is unusual — it applies to most cloud services. A production firewall config containing live credentials does not belong on an external server. The fix is not to stop using AI for troubleshooting. The fix is to sanitize first.

El flujo de trabajo de ScrubForge + ChatGPT

  1. 1
    Exporta tu configuración activa
    On Cisco IOS: show running-config. On FortiGate: System > Configuration > Download. Most vendors have a CLI command or a web UI export option.
  2. 2
    Abre ScrubForge
    Click the ScrubForge icon in your Chrome toolbar. It opens as a local panel directly in your browser — no upload, no external connection, nothing leaves your machine at this step.
  3. 3
    Pega y desinfecta
    Paste your raw config into ScrubForge. It detects passwords, pre-shared keys, API tokens, private keys, and SNMP community strings — replacing each unique value with a consistent placeholder like [PSK_1] or [ADMIN_PASS_1].
  4. 4
    Revisa la salida desinfectada
    Scan for anything that looks like a live credential. ScrubForge catches common patterns, but a 30-second review before sharing is good practice, especially for vendor-specific or custom fields.
  5. 5
    Pega en ChatGPT con contexto
    Describe your problem clearly, then paste the sanitized config. ChatGPT can analyze the logical structure — routing, VPN settings, firewall policies — without seeing any real credentials.
Example prompt: “My IPsec site-to-site tunnel drops every 4 hours. Here is my sanitized running config (credentials replaced with tokens — structure is intact). What should I check?”

Antes y después: Qué reemplaza ScrubForge

Here’s a Cisco IOS snippet showing what the sanitization looks like in practice:

--- BEFORE (raw) ---
crypto isakmp key T@nn3lS3cr3t address 198.51.100.10
username netadmin password 7 094F471A1A0A
snmp-server community public RO
snmp-server community pr1vate_mon RW

--- AFTER (sanitized) ---
crypto isakmp key [PSK_1] address 198.51.100.10
username netadmin password 7 [ENC_PASS_1]
snmp-server community [SNMP_RO_1] RO
snmp-server community [SNMP_RW_1] RW

The peer IP address stays. Interface names, routing configurations, and policy structure all stay. ChatGPT sees the same logical layout with none of the live credentials. And because tokens are consistent — if the same password appears five times, all five become [ADMIN_PASS_1] — the AI can still reason about reuse patterns without seeing the actual value.

En qué pueden ayudarte los asistentes de IA una vez que compartes de forma segura

Once sanitized and pasted, AI troubleshooting works well for:

ChatGPT reasons about structure and logic. What it doesn’t need — and what you should not provide — is working credentials.

Esto funciona con cualquier asistente de IA

The same process applies whether you use Claude, Gemini, Copilot, or any other AI assistant. Sanitize with ScrubForge first, then paste anywhere. The credential exposure risk is identical regardless of which AI you use — the data goes to an external server either way.

A Note on ChatGPT’s Privacy Settings

ChatGPT offers options to disable chat history and opt out of training. These are worth enabling for work contexts. But they depend on your account settings being correct and respected server-side.

ScrubForge gives you a guarantee that does not depend on external settings: the credentials never left your machine in the first place.

Sanitize before you paste

ScrubForge is free to install. Paste your config, strip the credentials locally, then share with ChatGPT or any AI assistant safely — no account, no upload required.

Install ScrubForge — Free