Skip to content

PortPrompter provides a basic TCP port scanning utility

License

Notifications You must be signed in to change notification settings

chaintuts-showcase/portprompter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

General


Author

  • Josh McIntyre

Website

  • jmcintyre.net

Overview

  • PortPrompter provides a basic TCP port scanning utility

Development


Git Workflow

  • master for releases (merge development)
  • development for bugfixes and new features

Building

  • Build using Visual Studio for C# version
  • For Python version, copy scripts to desired directory

Features

  • Provide IP addresses (one or more) via command line
  • The utility will scan common numbers for open ports

Requirements

  • Requires the .NET framework
  • Requires Python for the Python version

Platforms

  • Windows
  • Linux
  • Mac OSX

Usage


CLI Usage

  • 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

Unit Tests

  • Run C# unit tests using Visual Studio Code
  • Run Python unit tests with pytest test_portprompter.py

About

PortPrompter provides a basic TCP port scanning utility

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 60.4%
  • Python 39.6%