Skip to content

Commit 97616cb

Browse files
committed
Update README.md
1 parent 26c1b27 commit 97616cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# PowerShell Async Port-Scanner
22

3-
Powerful asynchronus Port-Scanner which returns a custom PowerShell-Object with basic informations about the scanned Port-Range include port number, protocol, service name, service description and status.
3+
Powerful asynchronus Port-Scanner which returns a custom PowerShell-Object with basic informations about the scanned Port-Range include Port-Number, Protocol, Service-Name, Service-Description and Status.
44

55
## Description
66

7-
This is a powerful asynchronus Port-Scanner working with the PowerShell RunspacePool. You can scan any Port-Range you want. The Result will show you all open ports port number, protocol, service name, service description and status.
7+
This is a powerful asynchronus Port-Scanner working with the PowerShell RunspacePool. You can scan any Port-Range you want. The Result will show you all open ports Port-Number, Protocol, Service-Name, Service-Description and Status.
88

99
This script also work fine along with my asychronus IP-Scanner published on GitHub too. You can easily pipe the output of the IP-Scanner result in this script.
1010

@@ -38,8 +38,8 @@ If your PC has enough power, you can use more threads at the same time
3838
## Output
3939

4040
```powershell
41-
Port Protocol Service Name Service Description Status
42-
---- -------- ------------ ------------------- ------
41+
Port Protocol ServiceName ServiceDescription Status
42+
---- -------- ----------- ------------------ ------
4343
21 tcp ftp File Transfer Protocol [Control] open
4444
53 tcp domain Domain Name Server open
4545
80 tcp http World Wide Web HTTP open

0 commit comments

Comments
 (0)