Skip to content

syscall80h/nasm-reverse_shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nasm-reverse_shell

Reverse shell in assembly x86_64

Installation

You need to install nasm package

Then run : nasm -f elf32 -o reverse.o reverse.asm && ld -m elf_i386 -z execstack -o reverse reverse.o

From these commands you get a a.out, you have to execute it on the victime's computer

About

Reverse shell in assembly x86_64 with nasm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published