> For the complete documentation index, see [llms.txt](https://xu-an.gitbook.io/sec/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xu-an.gitbook.io/sec/lan/php.md).

# PHP

- [代码审计](https://xu-an.gitbook.io/sec/lan/php/shenji.md)
- [破解DVWA-admin密码](https://xu-an.gitbook.io/sec/lan/php/dvwa.md)
- [webshell](https://xu-an.gitbook.io/sec/lan/php/wbsl.md)
- [常见php一句话webshell解析](https://xu-an.gitbook.io/sec/lan/php/wbsl/cj.md)
- [PHP Webshell Hidden Learning](https://xu-an.gitbook.io/sec/lan/php/wbsl/pwhl.md)
- [Webshell免杀研究](https://xu-an.gitbook.io/sec/lan/php/wbsl/miansha.md)
- [Webshell那些事-攻击篇](https://xu-an.gitbook.io/sec/lan/php/wbsl/wbsel.md)
- [过D盾webshell分享](https://xu-an.gitbook.io/sec/lan/php/wbsl/bypassd.md)
- [相关框架简介及漏洞](https://xu-an.gitbook.io/sec/lan/php/kj.md)


---

# 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:

```
GET https://xu-an.gitbook.io/sec/lan/php.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.
