File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -102,9 +102,11 @@ JNDI 注入、MySQL JDBC 反序列化、JRMP 反序列化等漏洞进行方便
102102
103103### Mysql JDBC 反序列化利用模块 (Fake MySQL)
104104
105- ` FakeMysqlPayload ` : 经典 MySQL JDBC 反序列化利用姿势
105+ ` FakeMySQLPayload ` : MySQL JDBC 反序列化利用姿势
106106
107- ` FakeMysqlShowHandPayload ` : FakeMySQL梭哈链,一键测试常规反序列化链,提高测试效率
107+ ` FakeMySQLReadPayload ` : MySQL JDBC 客户端文件读取利用姿势
108+
109+ ` FakeMySQLSHPayload ` : FakeMySQL 反序列化梭哈链,一键测试常规反序列化链,提高测试效率
108110
109111### JRMP 反序列化利用模块 (JRMPListener)
110112
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ building the Swiss Army knife of the strongest `Java` security research
5757 - ` JndiRefBypassPayload ` : LDAP later version JDK bypasses
5858 - ` JndiShowHandPayload ` : JNDI show hand chain, one-click test routine utilization chain, improve testing efficiency
59593 . ` Fake MySQL `
60- - ` FakeMysqlPayload ` : Classic MySQL JDBC deserialization leverages poses
61- - ` FakeMysqlShowHandPayload ` : FakeMySQL show hand chain, one-click test of conventional deserialization chain, improve testing efficiency
60+ - ` FakeMySQLPayload ` : Classic MySQL JDBC deserialization leverages poses
61+ - ` FakeMySQLShowHandPayload ` : FakeMySQL show hand chain, one-click test of conventional deserialization chain, improve testing efficiency
62624 . ` JRMPListener `
6363 - It can be used with the JRMPClient deserialization chain
64645 . ` TCP Server `
You can’t perform that action at this time.
0 commit comments