Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2017 01:01 PM
Is there a way to check if a port is open via a script? I just want to check if a custom port i have on my network is open via a workflow script.
Solved! Go to Solution.
Labels:
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2017 06:26 AM
I wrote 2 x KB Articles some time ago that you might find useful:
Port Scan Natively Using Powershell
Port Scan Natively Using Bash on Linux
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2017 07:01 AM
The one liner makes this better. Thank you for sharing!