aboutsummaryrefslogtreecommitdiff
path: root/Recon
diff options
context:
space:
mode:
Diffstat (limited to 'Recon')
-rw-r--r--Recon/Invoke-Portscan.ps16
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