Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
nxboot — Payload injection tool for Nintendo Switch consoles vulnerable to CVE-2018-6242 ("Fusée Gelée") | Kitploit
Tools/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")

View Repository
1322 days agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

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
Download Tool