Skip to main content

Scan ports of a target

Project description

PyPI - Version GitHub last commit Static Badge

Overview

target-ports is a basic port scanner written in python and makes use of socket programming to identify open ports.

Installation

# install using pip, check the latest pypi version badge from the top of the readme file

pip install target-ports==<version> # without the <>

Usage

# call from terminal

$ tports -h
usage:
    target-ports v0.1

    help text

    |  -h or --help      : show this help text and exit.
    |  -v or --version   : show version and exit.
    |  -c or --current   : scan localhost.
    |  -t or --target    : specify single target.
    |  -ts or --targets  : specify multiple targets.
    |  -p or --ports     : number of ports to scan (each, if more than one target is provided.)[optional: default -> 100]

    Note:
        (i) -t(or --target) and -ts(or --targets) are mutually exclusive.
       (ii) -p(or --ports) is optional.
      (iii) This tool is just for educational pursose. The author(s) are not responsible for any misuse (AS STATED IN THE LICENSE).

Uninstallation

pip uninstall target-ports

Note to Users [IMPORTANT]

READ LICENSE BEFORE USE.

BY USING THIS SOFTWARE, YOU ACKNOWLEDGE AND AGREE THAT THE AUTHOR(S) SHALL NOT BE HELD RESPONSIBLE OR LIABLE FOR ANY MISUSE, ILLEGAL ACTIVITIES, OR DAMAGES ARISING FROM THE USE OF THE SOFTWARE. THE RESPONSIBILITY FOR THE USE AND CONSEQUENCES OF THE SOFTWARE RESTS SOLELY WITH THE USERS AND NOT WITH THE AUTHOR(S).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

target-ports-2.1.tar.gz (5.2 kB view hashes)

Uploaded Source

Built Distribution

target_ports-2.1-py3-none-any.whl (6.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page