# Web应用

## HTTP工具包

* [Hetty](https://github.com/dstotijn/hetty) - 用于安全研究的HTTP工具包。
* [httpx](https://github.com/projectdiscovery/httpx) - 快速多功能的HTTP工具包，允许使用`retryablehttp`库运行多个探测器，旨在增加线程的同时保持结果可靠性。

## Mock服务和Webhook

* [mocky](https://designer.mocky.io/design) - 全世界最简单快捷的API模拟工具。
* [Webhook.site](https://webhook.site/) - 使用这个方便的工具轻松测试HTTP webhook，即时显示请求。

## 反向代理和简单服务器

* [Reproxy](https://github.com/umputun/reproxy) - 支持多种提供商（docker、static、file）的简单边缘HTTP(s)服务器/反向代理。

## 上传和下载

* [httpsweet](https://github.com/eloypgz/httpsweet) - 用于轻松下载和上传文件的HTTP服务器。
* [QueenSono](https://github.com/ariary/QueenSono) - 使用ICMP协议进行数据渗透的Golang二进制文件。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gitbook.cdxiaodong.life/an-quan-zi-yuan/yan-jiu/web-application.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
