Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidbuchanan314/fusee-nano
A minimalist re-implementation of the Fusée Gelée exploit, designed to run on embedded Linux devices. (Zero dependencies)
https://github.com/davidbuchanan314/fusee-nano
cve-2018-6242 embedded-linux exploit linux nintendo-switch usb
Last synced: about 7 hours ago
JSON representation
A minimalist re-implementation of the Fusée Gelée exploit, designed to run on embedded Linux devices. (Zero dependencies)
- Host: GitHub
- URL: https://github.com/davidbuchanan314/fusee-nano
- Owner: DavidBuchanan314
- License: mit
- Created: 2018-05-19T19:26:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T10:36:56.000Z (6 months ago)
- Last Synced: 2025-01-30T01:44:57.984Z (about 23 hours ago)
- Topics: cve-2018-6242, embedded-linux, exploit, linux, nintendo-switch, usb
- Language: C
- Homepage:
- Size: 34.2 KB
- Stars: 72
- Watchers: 9
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fusee-nano
A minimalist re-implementation of the Fusée Gelée exploit, designed to run on embedded Linux devices. (Zero dependencies)### Usage example:
```
sudo ./fusee-nano fusee.bin
[*] device id: 008403040000002xxxxxxxxxxxxxxx62
[*] Read 92 bytes from intermezzo.bin
[*] Read 38168 bytes from fusee.bin
[+] Sent 0x1b000 bytes
```
Note: This currently uses a relatively large amount of memory (~200k) to store
the entire payload. I plan to improve this by generating the payload on-the-fly
as it is sent.