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

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

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

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

工具目录

分类

查看所有分类
Loading categories
quicmap — quicmap 是一款简单却又快速(quic!)的 QUIC 协议扫描器 | Kitploit
工具/GitHubGitHub/bojanisc/quicmap
侦察网络映射端口扫描信息收集网络安全
GitHubbojanisc/quicmap

quicmap

quicmap 是一款简单却又快速(quic!)的 QUIC 协议扫描器

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

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

quicmap

(快速)高效的 QUIC 服务扫描器

quicmap 是一个相对快速的 QUIC 服务扫描器,无需使用多个工具即可识别 QUIC 服务、所使用的协议版本以及支持的 ALPN。

主要特性

  • 扫描任意主机、IP 地址、网络和端口,并识别 QUIC 服务
  • 运行任意数量的线程(默认 50)
  • 支持对 ALPN 进行二分查找以加快扫描速度
  • 精美的进度条!

安装

root@kitploit:~
git clone https://github.com/bojanisc/quicmap.git
cd quicmap
pip3 install -r requirements.txt
python3 quicmap.py -h

-h, --help

root@kitploit:~
usage: quicmap.py [-h] [-p PORTS] [-t TIMEOUT] [-c CONCURRENCY] hosts

quicmap.py - script that does QUIC scanning

positional arguments:
  hosts                 The target host(s), comma separated hosts or IP range(s)

options:
  -h, --help            show this help message and exit
  -p PORTS, --ports PORTS
                        Port range (e.g., '80', '1-1024', '80,443,1000-2000'). Default is '1-1000'
  -t TIMEOUT, --timeout TIMEOUT
                        Timeout for a UDP connection in seconds. Default is 5 seconds.
  -c CONCURRENCY, --concurrency CONCURRENCY
                        Number of concurrent connections to spawn. Default is 50.

示例

1) 扫描 Youtube 和 Facebook 以获取支持的协议

root@kitploit:~
python3 quicmap.py -p 443 youtube.com,facebook.com
100%|█████████████████████████████████████████████████████████████████████████████████████████| 2/2 [00:01<00:00,  1.47it/s]
endpoint        : youtube.com
port            : 443
server_versions : 0x1, 0x5aba0aba, 0xff00001d
ALPN            : h3 (HTTP/3)

endpoint        : facebook.com
port            : 443
server_versions : 0xfaceb002, 0xfaceb00e, 0xfaceb011, 0xfaceb013, 0xfaceb010, 0x1, 0xfaceb003
ALPN            : h3 (HTTP/3)

如果您发现软件有任何问题,请提交 issue。欢迎提交 Pull Request。

下载工具