> For the complete documentation index, see [llms.txt](https://gitbook.cdxiaodong.life/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.cdxiaodong.life/an-quan-zi-yuan/yan-jiu/web-application.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
