Skip to content

Commit 252afa9

Browse files
author
JustinGrote
committed
Merge branch 'master' of https://github.com/JustinGrote/PoshNmap
2 parents 38fab82 + 094ba31 commit 252afa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This project's goal is to deliver an effective wrapper around the Nmap Network D
1717
People are constantly trying to reinvent the wheel on network discovery in Powershell, via Test-Netconnection, Test-Connection, ping sweep scripts. Immediately they realize the timeout issues with these options make them slow, slow, slow. Nmap is an extremely well optimized and mature tool for this purpose, and available everywhere Powershell Core is. However, its syntax is obtuse, and its default output does not lend itself well to parsing and analytics by other tools. PoshNmap aims to solve those problems by providing a friendly Powershell interface to the tool.
1818

1919
# Features
20-
20+
* PS 5.1 and Core Compatible
2121
* Powershell Cmdlet to interact with Nmap in a friendly way.
2222
* Intellisense and Tab Autocomplete for relevant parameters (-Preset, -OutFormat, etc.)
2323
* Power users can do advanced scans with -ArgumentList parameter

0 commit comments

Comments
 (0)