Skip to content

Commit

Permalink
edit readme
Browse files Browse the repository at this point in the history
  • Loading branch information
4lph4shell committed Sep 30, 2024
1 parent 5ab1bc3 commit 8c961b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ This powerful asynchronus IPv4 network scanner for PowerShell allows you to scan

The default result will contain the the IPv4 address, status (Up or Down) and the hostname. Other values can be displayed via parameter (Try Get-Help for more details).

![Screenshot](Documentation/Images/IPv4NetworkScan.png?raw=true "IPv4NetworkScan")
![Screenshot](https://github.com/4lph4shell/IPv4NetworkScanner/blob/main/Documentation/IPv4NetworkScan.png?raw=true "IPv4NetworkScan")

To reach the best possible performance, this script uses a [RunspacePool](https://msdn.microsoft.com/en-US/library/system.management.automation.runspaces.runspacepool(v=vs.85).aspx). As you can see in the following screenshot, the individual tasks are distributed across all cpu cores:

![Screenshot](Documentation/Images/IPv4NetworkScan_CPUusage.png?raw=true "CPU usage")
![Screenshot](https://github.com/4lph4shell/IPv4NetworkScanner/blob/main/Documentation/IPv4NetworkScan_CPUusage.png?raw=true "CPU usage")



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

Maybe you're also interested in my asynchronus [IPv4 Port Scanner](https://github.com/BornToBeRoot/PowerShell_IPv4PortScanner).

## Syntax

Expand Down

0 comments on commit 8c961b4

Please sign in to comment.