Skip to content

This is a PowerShell script made for scanning hosts & ports that are connected to a Windows host, the scripts ask you for the input of an IP that are discovered doing ipconfig /all and then starts the scan of hosts, and if a host is discovered then starts a port scan.

License

Notifications You must be signed in to change notification settings

sergiovks/Host-and-Port-Scanner-POWERSHELL-SCRIPT-TCP-UDP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Host-Port-Scanner-for-Windows-Hosts-POWERSHELL-SCRIPT

This is a PowerShell script made for scanning hosts & ports that are connected to a Windows host, the scripts ask you for the input of an IP that are discovered doing ipconfig /all and then starts the scan of hosts, and if a host is discovered then starts a port scan.

Before running the script you have to set the ExecutionPolicy of the target machine to unrestricted:

powershell.exe

Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser

About

This is a PowerShell script made for scanning hosts & ports that are connected to a Windows host, the scripts ask you for the input of an IP that are discovered doing ipconfig /all and then starts the scan of hosts, and if a host is discovered then starts a port scan.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published