Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
nxboot — Payload injection tool for Nintendo Switch consoles vulnerable to CVE-2018-6242 ("Fusée Gelée") | Kitploit
工具/GitHubGitHub/nikameru/nxboot
Embedded Systems SecurityVulnerability AnalysisExploitationHardware Security
GitHubnikameru/nxboot

nxboot

Payload injection tool for Nintendo Switch consoles vulnerable to CVE-2018-6242 ("Fusée Gelée")

查看仓库
11天前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
内容在请求的语言中不可用。显示英文版本。

nxboot

CLI tool for Nintendo Switch RCM payload launching (Fusée Gelée). Uses Zig and libusb.

Requirements

  • Zig 0.15.2

Usage

  1. Put the console in RCM and connect it to your machine via USB.
  2. Run:
root@kitploit:~
zig build -Doptimize=ReleaseSafe run -- /path/to/payload.bin

Note: with a Debug build (-Doptimize=Debug), resulting RCM payload buffer is also written to debug_payload.bin in the current working directory.

Credits

  • @ktemkin (exploit discovery)
  • Other implementations' authors
下载工具