## https://sploitus.com/exploit?id=0F2A4CC3-281A-5C31-B02A-A7272EE93FF4
# cve-2024-38063 exploit tool
## overview
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.
## requirements
- python 3.x
- scapy
- netifaces
## installation
1. clone this repository:
```bash
git clone https://github.com/selenagomez25/CVE-2024-38063.git
cd cve-2024-38063
```
2. install the required packages:
```bash
pip install -r requirements.txt