You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nextunless(Rex::Socket.is_ipv4?(route.subnet) && Rex::Socket.is_ipv4?(route.netmask))# Pick out the IPv4 addresses
247
+
subnet=get_subnet(route.subnet,route.netmask)# Make sure that the subnet is actually a subnet and not an IP address. Android phones like to send over their IP.
248
+
nextunlessis_routable?(subnet,route.netmask)
248
249
249
-
if !Rex::Socket::SwitchBoard.route_exists?(route.subnet,route.netmask)
0 commit comments