rapid7 / metasploit-framework

Metasploit Framework
https://www.metasploit.com/
Other
33.72k stars 13.89k forks source link

IPv6 support for autoroute module #16694

Open noraj opened 2 years ago

noraj commented 2 years ago

Summary

Right now (as of 6.2.0 ) post/multi/manage/autoroute supports only IPv4 NETMASK and SUBNET. It would be very useful to get IPv6 supports.

Motivation

Many services hosts with both an IPv6 and IPv4 address have some services that supports only IPv6, so trying to reach the service on IPv4 fails. However as autoroute module supports only IPv4 it makes them unreachable. Also for example Microsoft DirectAccess VPN works only with IPv6.

noraj commented 2 years ago

Even if IPv6 is added to post/multi/manage/autoroute for the command add, fixing #16693 will be required for the command autoadd to work.