Plaster

text
global _start _start: xor rax,rax push rax mov al,59 mov rbx, '//bin/sh' push rbx mov rdi, rsp syscall