Skip to content

Commit

Permalink
Update ScanPortsAsync.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
BornToBeRoot committed Mar 23, 2016
1 parent 2514968 commit bd90572
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Scripts/ScanPortsAsync.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
###############################################################################################################
# Language : PowerShell 4.0
# Script Name : ScanPortsAsync.ps1
# Filename : ScanPortsAsync.ps1
# Autor : BornToBeRoot (https://github.com/BornToBeRoot)
# Description : Asynchronus Port Scanner for PowerShell
# Repository : https://github.com/BornToBeRoot/PowerShell_Async-PortScanner
Expand Down Expand Up @@ -359,4 +359,4 @@ End{

# Return custom psobject with Port status
return $Results
}
}

0 comments on commit bd90572

Please sign in to comment.