mirror of
https://github.com/PowerShellMafia/PowerSploit
synced 2026-06-08 12:13:33 +00:00
fixing EOL spaces (again, sorry)
This commit is contained in:
@@ -151,7 +151,6 @@ http://webstersprodigy.net
|
||||
|
||||
ValueFromPipeline=$True,
|
||||
Mandatory = $True)]
|
||||
|
||||
[String[]] $Hosts,
|
||||
|
||||
[Parameter(ParameterSetName="fHosts",
|
||||
@@ -360,7 +359,6 @@ http://webstersprodigy.net
|
||||
Param (
|
||||
[Parameter(Mandatory = $True)]
|
||||
[ValidateRange(1,1000)]
|
||||
|
||||
[int] $numPorts
|
||||
)
|
||||
|
||||
@@ -1027,7 +1025,6 @@ http://webstersprodigy.net
|
||||
}
|
||||
|
||||
if (!$quiet)
|
||||
|
||||
{
|
||||
$hostDate = Get-Date
|
||||
$hostObj = New-Object System.Object
|
||||
|
||||
Reference in New Issue
Block a user