this tool is a proof of concept (poc) for exploiting cve-2024-38063 by generating and sending malicious fragmented ipv6 packets. it automatically retrieves the necessary network configuration to perform the exploit.
- python 3.x
- scapy
- netifaces
- clone this repository:
git clone https://github.com/selenagomez25/CVE-2024-38063.git
cd cve-2024-38063
- install the required packages:
pip install -r requirements.txt