diff options
Diffstat (limited to 'Recon/Invoke-Portscan.ps1')
-rw-r--r-- | Recon/Invoke-Portscan.ps1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Recon/Invoke-Portscan.ps1 b/Recon/Invoke-Portscan.ps1 index d0e3fcf..d227293 100644 --- a/Recon/Invoke-Portscan.ps1 +++ b/Recon/Invoke-Portscan.ps1 @@ -630,9 +630,9 @@ http://webstersprodigy.net { [bool] $Pn = Convert-SwitchtoBool ($Pn) - $sn = Convert-SwitchtoBool ($sn) - $q = Convert-SwitchtoBool ($q) - $F = Convert-SwitchtoBool ($F) + [bool] $sn = Convert-SwitchtoBool ($sn) + [bool] $q = Convert-SwitchtoBool ($q) + [bool] $F = Convert-SwitchtoBool ($F) ######### #parse arguments |