Examples/Vulnerable_HardcodedIpAddress_2.ps1
|
function Connect-UnsafeIp2 { Invoke-WebRequest -Uri 'http://10.10.0.5/api/health' } |
|
function Connect-UnsafeIp2 { Invoke-WebRequest -Uri 'http://10.10.0.5/api/health' } |