Skip to content

lups7k/karoshi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A shellcode made for x64 linux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published