awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Y

Y4er/ysoserial

0
View on GitHub↗
0 星标·0 分支·3 次浏览

Ysoserial

Features

  • Deserialization Exploits - Fork of the Java deserialization payload generator.
  • Deserialization Tools - Modified ysoserial for custom class execution and memory shells.

Star 历史

y4er/ysoserial 的 Star 历史图表y4er/ysoserial 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Ysoserial 的开源替代方案

相似的开源项目,按与 Ysoserial 的功能重合度排序。
  • mbechler/marshalsecmbechler 的头像

    mbechler/marshalsec

    3,691在 GitHub 上查看↗

    Marshalsec is a toolkit designed for generating malicious serialized Java objects to achieve remote code execution during the unmarshalling process. It functions as a Java deserialization exploit tool and a framework for triggering Java Naming and Directory Interface lookups to remote servers. The project provides a JNDI redirector service that intercepts lookups and points targets toward a remote codebase. It includes utilities for crafting payloads that force Java applications to download and execute arbitrary classes from a remote URL. The toolset covers security analysis activities inclu

    Java
    在 GitHub 上查看↗3,691
  • qi4l/jysoqi4L 的头像

    qi4L/JYso

    1,752在 GitHub 上查看↗

    JNDIExploit or a ysoserial.

    Javaattackgadgetjava
    在 GitHub 上查看↗1,752
  • frohoff/ysoserialfrohoff 的头像

    frohoff/ysoserial

    8,750在 GitHub 上查看↗

    ysoserial is a security research tool and payload generator designed to identify and exploit insecure Java deserialization. It functions as a framework for creating malicious serialized objects that can trigger remote code execution on Java virtual machines. The project provides a library of known gadget chains, which are sequences of vulnerable class calls that achieve arbitrary command execution during the deserialization process. It automates the generation of these payloads by leveraging common third-party libraries. The tool covers capabilities for security penetration testing, Java app

    Javadeserializationexploitgadget
    在 GitHub 上查看↗8,750
  • wh1t3p1g/ysomapwh1t3p1g 的头像

    wh1t3p1g/ysomap

    1,240在 GitHub 上查看↗

    A helpful Java Deserialization exploit framework.

    Javaexploitation-frameworkjava-deserialization
    在 GitHub 上查看↗1,240
查看 Ysoserial 的所有 20 个替代方案→

常见问题解答

y4er/ysoserial 的主要功能有哪些?

y4er/ysoserial 的主要功能包括:Deserialization Exploits, Deserialization Tools。

y4er/ysoserial 有哪些开源替代品?

y4er/ysoserial 的开源替代品包括: qi4l/jyso — JNDIExploit or a ysoserial. wh1t3p1g/ysomap — A helpful Java Deserialization exploit framework. frohoff/ysoserial — ysoserial is a security research tool and payload generator designed to identify and exploit insecure Java… mbechler/marshalsec — Marshalsec is a toolkit designed for generating malicious serialized Java objects to achieve remote code execution… deepingh0st/ysoserial. a-d-team/attackrmi.