- Josh McIntyre
- jmcintyre.net
- PortPrompter provides a basic TCP port scanning utility
- master for releases (merge development)
- development for bugfixes and new features
- Build using Visual Studio for C# version
- For Python version, copy scripts to desired directory
- Provide IP addresses (one or more) via command line
- The utility will scan common numbers for open ports
- Requires the .NET framework
- Requires Python for the Python version
- Windows
- Linux
- Mac OSX
- Run
portprompter.exe <ips>
to scan these IP addresses (one or more) for open common ports - Run
python3 portprompter.py <ips>
for the Python version
- Run C# unit tests using Visual Studio Code
- Run Python unit tests with
pytest test_portprompter.py