Examples/Vulnerable_AuthenticationBypassSpoofing_1.ps1
|
function Test-IpAuthBypass1 { if($env:REMOTE_ADDR -eq '127.0.0.1') { return $true } return $false } |
|
function Test-IpAuthBypass1 { if($env:REMOTE_ADDR -eq '127.0.0.1') { return $true } return $false } |