NSX-Threat-Analysis-Unit / CVEX

CVEX is a framework for the reproducible exploitation of CVE vulnerabilities
0 stars 0 forks source link

Packet routing for Linux VMs #1

Closed olegbck closed 2 months ago

olegbck commented 2 months ago

Windows packet routing is configured the following way: route DELETE 192.168.56.0 route ADD 192.168.56.0 MASK 255.255.255.0 if

Please implement a similar approach for Linux VMs:

https://github.com/NSX-Threat-Analysis-Unit/CVEX/blob/7444e15c780cffebe4469cec7480b90daf4f7940/scripts/cvex.py#L395C16-L395C23