Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 197 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 197 Bytes

windows_reverse_shell_1

Windows Reverse Shell shellcode

Compile the shellcode.asm:

make

Compile the test program:

make test

The ReverseShell.cpp contains the original reverse shell.