Skip to content

Lightweight ping sweep and port scan script written in Powershell.

License

Notifications You must be signed in to change notification settings

madret/swift_sweep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Lightweight ping sweep and port scan script written in Powershell.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages