Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piotrbania/frida_usb_dump
Frida script that allows to sniff & dump USB traffic on macOS
https://github.com/piotrbania/frida_usb_dump
frida hacking jailbreak macos sniffing usb-sniffing
Last synced: 15 days ago
JSON representation
Frida script that allows to sniff & dump USB traffic on macOS
- Host: GitHub
- URL: https://github.com/piotrbania/frida_usb_dump
- Owner: piotrbania
- Created: 2024-09-25T11:35:45.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-29T08:46:45.000Z (about 2 months ago)
- Last Synced: 2024-10-31T09:24:39.839Z (17 days ago)
- Topics: frida, hacking, jailbreak, macos, sniffing, usb-sniffing
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 12
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# frida_usb_dump
Frida script that allows to sniff USB traffic on macOS.I've used this script to dump and investigate the checkm8 / checkra1n jailbreak back in the day. It dumps the data to DUMP_FILE_PATH with some additional ascii markers for further parsing.
The OFFSETS_* were dumped on macos bigsur as far as i recall.(PS. those markers in the dumped file like 'AAAA'etc. were just to make sure the entry was dumped correctly)
- piotr ( piotrbania.com), 2021.