
This is a C language program designed to test the Windows TCP/IP Remote Code Execution Vulnerability (CVE-2024-38063). It sends specially crafted IPv6 packets with embedded shellcode to exploit the vulnerability.
Warning: This vulnerability's remote code execution exploit is potentially volatile!
🎭 Are you ready to unleash chaos in a controlled environment? Look no further! This program is your ticket to sending custom-crafted IPv6 packets and exploiting the Windows TCP/IP Remote Code Execution Vulnerability (CVE-2024-38063). It's like sending a digital love letter, but instead of poetry, you're sending panic! 💌💥
🚨 Important Note: This tool is for educational purposes only. Using it without permission is like borrowing your neighbor's Wi-Fi without asking - illegal, unethical, and bound to make family barbecues awkward. 😬
shellcode.txt (because typing it manually is so 2023)Clone the Repository:
git clone <repository_url>
cd <repository_directory>
Welcome to the danger zone! 🎵
Prepare the Payload:
Create shellcode.txt in the same directory. Fill it with raw binary shellcode. It's like stuffing a digital piñata! 🪅
Compile the Program(There is a problem with the C language version, trying to update and modify):
gcc -o ipv6_packet_sender ipv6_packet_sender.c -Wall
Congratulations! You've just created a digital grenade! 💣
sudo file [-h] [-i INTERFACE] [-a ADDRESS] [-m MAC] [-t TRIES] [-b BATCHES] [-c SHELLCODE]
It's like a game of digital hot potato! 🥔
sudo <file> -i wlan0 -a ::1 -m AA:BB:CC:DD:EE:FF -t 10 -b 10
Replace with your target's details. No, your ex's IP address doesn't count! 🙅♂️
Watch as the program sends packets and displays a countdown timer. It's like New Year's Eve, but for hackers! 🎆
sudo nmap -6 -sn -T4 --min-rate=1000 [The 'ip -6 addr show' command can be used to obtain]
shellcode.txt exists and isn't just full of your grocery list. 🛒This project is licensed under the MIT License. See the LICENSE file for more details. It's like a prenup for your code! 💍
Remember, with great power comes great responsibility. And potential jail time if misused. So let's keep it legal and ethical, folks! 🦸♂️🦸♀️
Now go forth and exploit responsibly! May your packets fly true and your exploits be mighty! 🚀🎯
sudo apt-get install mingw-w64
i686-w64-mingw32-gcc main_WindowsVersion.c -o program.exe -lws2_32 -liphlpapi