Skip to content

Commit 42a8284

Browse files
committed
Documentation update
1 parent 7d286d2 commit 42a8284

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ To reach the best possible performance, this script uses a [RunspacePool](https:
1616

1717
If you are looking for a module containing this script... you can find it [here](https://github.com/BornToBeRoot/PowerShell)!
1818

19+
Maybe you're also interested in my asynchronus [IPv4 Network Scanner](https://github.com/BornToBeRoot/PowerShell_IPv4NetworkScanner).
20+
1921
## Syntax
2022

2123
```powershell
@@ -32,6 +34,4 @@ Port Protocol ServiceName ServiceDescription Status
3234
21 tcp ftp File Transfer Protocol [Control] open
3335
53 tcp domain Domain Name Server open
3436
80 tcp http World Wide Web HTTP open
35-
139 tcp netbios-ssn NETBIOS Session Service open
36-
445 tcp microsoft-ds Microsoft-DS open
3737
```

Scripts/New-IPv4PortScan.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
21 tcp ftp File Transfer Protocol [Control] open
2424
53 tcp domain Domain Name Server open
2525
80 tcp http World Wide Web HTTP open
26-
139 tcp netbios-ssn NETBIOS Session Service open
27-
445 tcp microsoft-ds Microsoft-DS open
2826
2927
.LINK
3028
https://github.com/BornToBeRoot/PowerShell_IPv4PortScanner/blob/master/README.md

0 commit comments

Comments
 (0)