Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
request_smuggler — Http request smuggling vulnerability scanner | Kitploit
工具/GitHubGitHub/sh1yo/request_smuggler
Vulnerability ScannersWeb Vulnerability ScannersWeb Application ExploitationAPI Security TestingWeb SecurityPenetration TestingArchived
GitHubsh1yo/request_smuggler

request_smuggler

Http request smuggling vulnerability scanner

查看仓库
228304年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

Twitter

ko-fi

crates.io stars crates_downloads github_downloads

Request smuggler

HTTP 请求走私漏洞扫描器

基于 James Kettle 的精彩研究。 该工具可以帮助发现可能存在请求走私漏洞的服务器。

已归档

该工具需要大量改进,而我没有足够的时间来维护它,因为我正在开发另一个大型项目——x8。未来我可能会重新回到这个项目。

使用方法

root@kitploit:~
USAGE:
    request_smuggler [OPTIONS] --url <url>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
        --amount-of-payloads <amount-of-payloads>    low/medium/all [default: low]
    -t, --attack-types <attack-types>
            [ClTeMethod, ClTePath, ClTeTime, TeClMethod, TeClPath, TeClTime] [default: "ClTeTime" "TeClTime"]

        --file <file>
            send request from a file
            you need to explicitly pass \r\n at the end of the lines
    -H, --header <headers>                           Example: -H 'one:one' 'two:two'
    -X, --method <method>                             [default: POST]
    -u, --url <url>
    -v, --verbose <verbose>
            0 - print detected cases and errors only,
            1 - print first line of server responses
            2 - print requests [default: 0]
        --verify <verify>                            how many times verify the vulnerability [default: 2]

安装

  • Linux

    • 从发行版下载
    • 从源码编译(需要安装 Rust)
      root@kitploit:~
      git clone https://github.com/Sh1Yo/request_smuggler
      cd request_smuggler
      cargo build --release
      
    • 使用 cargo 安装
      root@kitploit:~
      cargo install request_smuggler --version 0.1.0-alpha.2
      
  • Mac

    • 从源码编译(需要安装 Rust)
      root@kitploit:~
      git clone https://github.com/Sh1Yo/request_smuggler
      cd request_smuggler
      cargo build --release
      
    • 使用 cargo 安装
      root@kitploit:~
      cargo install request_smuggler --version 0.1.0-alpha.2
      
  • Windows

    • 从发行版下载
下载工具