Quick Start

Run your first scan with smugglex

Get started with smugglex in minutes.

Run First Scan

smugglex https://example.com/

Replace https://example.com/ with a URL you have permission to test.

Understand Results

Example output when a vulnerability is found:

=== TE.CL Vulnerability Details ===
Status: VULNERABLE
Payload Index: 0
Attack Response: Connection Timeout
Timing: Normal: 1279ms, Attack: 10000ms

Common Options

# Verbose output
smugglex https://example.com/ -v

# Quick scan (exit on first vulnerability)
smugglex https://example.com/ -1

# Save results to JSON
smugglex https://example.com/ -o results.json

# Test specific attack types
smugglex https://example.com/ -c cl-te,te-cl

Security Notice

⚠️ Only test systems you own or have explicit written permission to test. Unauthorized testing may be illegal.

Next Steps