SkillAgentSearch skills...

Smugglex

Rust-powered HTTP Request Smuggling Scanner.

Install / Use

/learn @hahwul/Smugglex
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<div align="center"> <picture> <source media="(prefers-color-scheme: dark)" srcset="docs/static/images/smugglex-dark.png" width="500px;"> <source media="(prefers-color-scheme: light)" srcset="docs/static/images/smugglex-light.png" width="500px;"> <img alt="SmuggleX Logo" src="docs/static/images/smugglex-dark.png" width="500px;"> </picture> <p>Rust-powered HTTP Request Smuggling Scanner.</p> </div> <p align="center"> <a href="https://github.com/hahwul/smugglex/blob/main/CONTRIBUTING.md"> <img src="https://img.shields.io/badge/CONTRIBUTIONS-WELCOME-000000?style=for-the-badge&labelColor=black"></a> <a href="https://github.com/hahwul/smugglex/releases"> <img src="https://img.shields.io/github/v/release/hahwul/smugglex?style=for-the-badge&color=black&labelColor=black&logo=web"></a> <a href="https://rust-lang.org"> <img src="https://img.shields.io/badge/Rust-000000?style=for-the-badge&logo=rust&logoColor=white"></a> </p>

Overview

Smugglex is a security testing tool that detects HTTP Request Smuggling vulnerabilities in web applications. It tests for CL.TE, TE.CL, TE.TE, H2C, and H2 smuggling attacks.

For detailed documentation, visit smugglex.hahwul.com.

Installation

Homebrew (macOS and Linux)

brew install hahwul/smugglex/smugglex

Build from Source

Requires Rust 1.70 or later:

git clone https://github.com/hahwul/smugglex
cd smugglex
cargo install --path .

For other installation methods, see Installation Guide.

Usage

Basic scan:

smugglex https://target.com

Read URLs from stdin:

cat urls.txt | smugglex

For detailed usage and options, see Usage Guide.

Examples

smugglex https://target.com -v -o results.json
cat urls.txt | smugglex --exit-first

Troubleshooting

Common issues and solutions are available in the Troubleshooting Guide.

References


View on GitHub
GitHub Stars116
CategoryDevelopment
Updated5d ago
Forks12

Languages

Rust

Security Score

100/100

Audited on Mar 27, 2026

No findings