ARM64 Shellcode on MacOS M1

ARM64 Shellcode on MacOS M1

Channel:
Subscribers:
985
Published on ● Video Link: https://www.youtube.com/watch?v=9-rgo57Ew2g



Duration: 3:56
302 views
6


A small exercise to understand how to generate,run,compile shellcode on the Apple MacOS M1 (ARM64) hosts
We are using a reverse connect back shellcode that spawns /bin/sh on the remote listener
A fork example to load the shellcode in a C code shown

- Source code reference used here is https://github.com/DoktorCranium/macos-arm64-shellcode
- Idea and main inspiration came from https://github.com/daem0nc0re/macOS_ARM64_Shellcode