Created
March 10, 2017 22:43
-
-
Save TheRealNoob/d8fa38d07e7178cc46f0437bfc932701 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ports = @{ | |
'File shares/RPC' = '139' ; | |
'File shares' = '445' ; | |
'RDP' = '3389'; | |
#'Zenworks' = '1761'; | |
} | |
foreach ($service in $ports.Keys) { | |
stuff | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment