An open API service indexing awesome lists of open source software.

https://github.com/madret/swift_sweep

Lightweight ping sweep and port scan script written in Powershell.
https://github.com/madret/swift_sweep

ping pingsweep portscan powershell powershell-script sweep swift

Last synced: 12 months ago
JSON representation

Lightweight ping sweep and port scan script written in Powershell.

Awesome Lists containing this project

README

          

# swift_sweep
Lightweight ping sweep and port scan script written in Powershell. No additional powershell modules needed.

## User input:

### Specify the IP range
$subnet = "192.168.1"

### Specify the desired ports to scan
$ports = @(80, 443, 8080, 8443) # specify ports.

## Example output:

![image](https://user-images.githubusercontent.com/56820649/227725872-73ecd87e-4831-45a5-ba4d-2780830f481a.png)