4 matches found
dezlock-dump
dezlock-dump 从正在运行的 Source 2 游戏(Deadlock、CS2、Dota 2)中提取所有内容,并生成一个防修补的 C++ SDK ,在运行时解析偏移量。无需硬编码值,游戏补丁时无需手动更新。 快速开始 1. 从 Releases 下载(或从源代码构建) 2. 启动你的游戏——进入一场比赛或大厅 3. 以管理员身份运行: root@kitploit: dezlock-dump.exe 就是这样。自动检测游戏,转储所有内容,生成完整的 SDK。输出位于 exe 旁边的 schema-dump// 目录中。 root@kitploit: 指定目标游戏...
CVE-2021-21430
OpenAPI Generator contains a vulnerability where code generated for Java/Scala performs insecure temporary file creation via File.createTempFile, risking exposure of application/data when handling binary uploads/downloads. Affected generators include Java (jersey2, okhttp-gson default) and scala-...
Design/Logic Flaw
Openapi generator is a java tool which allows generation of API client libraries SDK generation, server stubs, documentation and configuration automatically given an OpenAPI Spec. openapi-generator-online creates insecure temporary folders with File.createTempFile during the code generation...
CVE-2021-21428
CVE-2021-21428 affects the OpenAPI Generator project. The issue originates in the openapi-generator-online component, where temporary folders/files were created using File.createTempFile, allowing other users on the same system to read and potentially modify the auto-generated files. Root cause d...