# JavaSec

## JavaSec

- [1.java反射机制](https://esonhugh.gitbook.io/javasec/1.java-fan-she-ji-zhi.md)
- [10.jmx安全问题](https://esonhugh.gitbook.io/javasec/10.jmx-an-quan-wen-ti.md)
- [java安全之xxe](https://esonhugh.gitbook.io/javasec/14.xxe-zhi-documentbuilder.md)
- [15.XXE之XML解析常用库的使用案例](https://esonhugh.gitbook.io/javasec/15.xxe-zhi-xml-jie-xi-chang-yong-ku-de-shi-yong-an-li.md)
- [16.XXE之setFeature防御](https://esonhugh.gitbook.io/javasec/16.xxe-zhi-setfeature-fang-yu.md)
- [17.XMLDecoder反序列化](https://esonhugh.gitbook.io/javasec/17.xmldecoder-fan-xu-lie-hua.md)
- [18.Weblogic之XMLDecoder反序列化1\_CVE-2017-3506](https://esonhugh.gitbook.io/javasec/18.weblogic-zhi-xmldecoder-fan-xu-lie-hua-1cve20173506.md)
- [2.java序列化与反序列化](https://esonhugh.gitbook.io/javasec/2.java-xu-lie-hua-yu-fan-xu-lie-hua.md)
- [3. apache commons-collections中的反序列化](https://esonhugh.gitbook.io/javasec/3.-apache-commonscollections-zhong-de-fan-xu-lie-hua.md)
- [4.Apache Dubbo反序列化漏洞分析](https://esonhugh.gitbook.io/javasec/4.apache-dubbo-fan-xu-lie-hua-lou-dong-fen-xi.md)
- [4.log4j的反序列化](https://esonhugh.gitbook.io/javasec/4.log4j-de-fan-xu-lie-hua.md)
- [5.IDEA调试技巧1](https://esonhugh.gitbook.io/javasec/5.idea-tiao-shi-ji-qiao-1.md)
- [5.IDEA调试技巧2——远程调试](https://esonhugh.gitbook.io/javasec/5.idea-tiao-shi-ji-qiao-2-yuan-cheng-tiao-shi.md)
- [6.java rmi基础](https://esonhugh.gitbook.io/javasec/6.java-rmi-ji-chu.md)
- [7.攻击rmi的方式](https://esonhugh.gitbook.io/javasec/7.-gong-ji-rmi-de-fang-shi.md)
- [8.jndi注入](https://esonhugh.gitbook.io/javasec/8.jndi-zhu-ru.md)
- [9.fastjson-1.2.24反序列化漏洞](https://esonhugh.gitbook.io/javasec/9.fastjson1.2.24-fan-xu-lie-hua-lou-dong.md)
- [AMF3反序列化](https://esonhugh.gitbook.io/javasec/amf3-fan-xu-lie-hua.md)
- [javasec](https://esonhugh.gitbook.io/javasec/readme.md)
- [SnakeYaml反序列化](https://esonhugh.gitbook.io/javasec/snakeyaml-fan-xu-lie-hua.md)
- [XStream反序列化](https://esonhugh.gitbook.io/javasec/xstream-fan-xu-lie-hua.md)
- [java动态代理](https://esonhugh.gitbook.io/javasec/java-dong-tai-dai-li.md)
- [jvm-Class文件的结构](https://esonhugh.gitbook.io/javasec/jvmclass-wen-jian-de-jie-gou.md)
- [jvm-hotspot虚拟机对象探秘](https://esonhugh.gitbook.io/javasec/jvmhotspot-xu-ni-ji-dui-xiang-tan-mi.md)
- [jvm-字节码指令](https://esonhugh.gitbook.io/javasec/jvm-zi-jie-ma-zhi-ling.md)
- [jvm-类加载机制](https://esonhugh.gitbook.io/javasec/jvm-lei-jia-zai-ji-zhi.md)
- [jvm内存区域](https://esonhugh.gitbook.io/javasec/jvm-nei-cun-qu-yu.md)
- [CVE-2020-1938:Tomcat AJP文件包含漏洞分析](https://esonhugh.gitbook.io/javasec/tomcat-ajp-ren-yi-wen-jian-bao-han-lou-dong-fen-xi.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://esonhugh.gitbook.io/javasec/1.java-fan-she-ji-zhi.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.
