Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 356 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 356 Bytes

karoshi

A shellcode made for x64 linux that executes "ls -lah" using syscalls.

the asm original code can be found at shellcode.asm and the shellcode can be found at shellcode.c.

compile the shellcode with:

gcc shellcode.c -o shellcode -fno-stack-protector -z execstack -no-pie -m32