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

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

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

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

工具目录

分类

查看所有分类
Loading categories
工具/GitHubGitHub/qustavo/httplab
通用工具Web代理与拦截API安全测试调试器
GitHubqustavo/httplab

httplab

交互式Web服务器,用于检查HTTP请求和伪造响应,带有终端UI,适用于实时调试和API测试。

查看仓库
4.2k1222年前Kitploit 审核通过

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

HTTPLAB

Build Status Go Report Card PRs Welcome

交互式 Web 服务器。

HTTPLab 让你可以检查 HTTP 请求并伪造响应。


screencast

安装

Golang

root@kitploit:~
go install github.com/gchaincl/httplab/cmd/httplab@latest

Archlinux

root@kitploit:~
yaourt httplab

Snap FIXME

在支持 snap 的系统上:

root@kitploit:~
snap install httplab

二进制发布版

每个发布版本都提供了预编译的二进制文件,适用于不同架构,你可以在此下载:https://github.com/gchaincl/httplab/releases/latest

帮助

root@kitploit:~
Usage of httplab:
  -a, --auto-update       Auto-updates response when fields change. (default true)
  -b, --body string       Specifies the inital response body. (default "Hello, World")
  -c, --config string     Specifies custom config path.
      --cors              Enable CORS.
      --cors-display      Display CORS requests. (default true)
  -d, --delay int         Specifies the initial response delay in ms.
  -H, --headers strings   Specifies the initial response headers. (default [X-Server:HTTPLab])
  -p, --port int          Specifies the port where HTTPLab will bind to. (default 10080)
  -s, --status string     Specifies the initial response status. (default "200")
  -v, --version           Prints current version.

键位绑定

键描述
Tab下一个输入框
Shift+Tab上一个输入框
Ctrl+a应用响应更改
Ctrl+r重置请求历史
Ctrl+s将响应另存为
Ctrl+f将请求另存为
Ctrl+l切换响应列表
Ctrl+t切换响应构建器
Ctrl+o打开请求体文件
Ctrl+b切换请求体模式
Ctrl+h切换帮助
Ctrl+w切换换行
q关闭弹窗
PgUp上一条请求
PgDown下一条请求
Ctrl+c退出

HTTPLab 使用文件来存储预构建的响应,它会在当前目录中查找名为 .httplab 的文件,如果未找到则回退到 $HOME。 示例文件参见此处。

HTTPLab 深受 wuzz 启发

下载工具