Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 117 Bytes

File metadata and controls

7 lines (7 loc) · 117 Bytes

x64-reverse-shell

ASM Reverse Shell - x64

Mounting

nasm -f elf64 revshell.asm
ld -o revshell revshell.o