target-ports


Nametarget-ports JSON
Version 2.1 PyPI version JSON
download
home_pageNone
SummaryScan ports of a target
upload_time2024-04-10 10:08:22
maintainerNone
docs_urlNone
authorNone
requires_python>3.9
licenseLicense Copyright (c) 2024 Soumyo Deep Gupta Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 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).
keywords d33pster port scanner port scanner recon portscanner target-ports targetports
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![PyPI - Version](https://img.shields.io/pypi/v/target-ports)
![GitHub last commit](https://img.shields.io/github/last-commit/d33pster/target-ports)
![Static Badge](https://img.shields.io/badge/Dependencies-optioner%3E%3D1.4.5%2C%20termcolor-purple?style=plastic&logo=python&logoColor=pink&link=https%3A%2F%2Fgithub.com%2Fd33pster%2Foptioner)


# Overview

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

## Installation

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

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

## Usage

```console
# 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

```bash
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).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "target-ports",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">3.9",
    "maintainer_email": "Soumyo Deep Gupta <deep.main.ac@gmail.com>",
    "keywords": "d33pster, port scanner, port, scanner, recon, portscanner, target-ports, targetports",
    "author": null,
    "author_email": "Soumyo Deep Gupta <deep.main.ac@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/d2/7a/cedc061edc3fa338f5e69edae3cb44a3a2869d4185e6b7483cb5c3da6b80/target-ports-2.1.tar.gz",
    "platform": null,
    "description": "![PyPI - Version](https://img.shields.io/pypi/v/target-ports)\n![GitHub last commit](https://img.shields.io/github/last-commit/d33pster/target-ports)\n![Static Badge](https://img.shields.io/badge/Dependencies-optioner%3E%3D1.4.5%2C%20termcolor-purple?style=plastic&logo=python&logoColor=pink&link=https%3A%2F%2Fgithub.com%2Fd33pster%2Foptioner)\n\n\n# Overview\n\ntarget-ports is a basic port scanner written in python and makes use of socket programming to identify open ports.\n\n## Installation\n\n```bash\n# install using pip, check the latest pypi version badge from the top of the readme file\n\npip install target-ports==<version> # without the <>\n```\n\n## Usage\n\n```console\n# call from terminal\n\n$ tports -h\nusage:\n    target-ports v0.1\n\n    help text\n\n    |  -h or --help      : show this help text and exit.\n    |  -v or --version   : show version and exit.\n    |  -c or --current   : scan localhost.\n    |  -t or --target    : specify single target.\n    |  -ts or --targets  : specify multiple targets.\n    |  -p or --ports     : number of ports to scan (each, if more than one target is provided.)[optional: default -> 100]\n\n    Note:\n        (i) -t(or --target) and -ts(or --targets) are mutually exclusive.\n       (ii) -p(or --ports) is optional.\n      (iii) This tool is just for educational pursose. The author(s) are not responsible for any misuse (AS STATED IN THE LICENSE).\n```\n\n## Uninstallation\n\n```bash\npip uninstall target-ports\n```\n\n## Note to Users [IMPORTANT]\n\nREAD LICENSE BEFORE USE.\n\nBY USING THIS SOFTWARE, YOU ACKNOWLEDGE AND AGREE THAT THE AUTHOR(S) SHALL NOT BE\nHELD RESPONSIBLE OR LIABLE FOR ANY MISUSE, ILLEGAL ACTIVITIES, OR DAMAGES ARISING\nFROM THE USE OF THE SOFTWARE. THE RESPONSIBILITY FOR THE USE AND CONSEQUENCES OF THE\nSOFTWARE RESTS SOLELY WITH THE USERS AND NOT WITH THE AUTHOR(S).\n",
    "bugtrack_url": null,
    "license": "License  Copyright (c) 2024 Soumyo Deep Gupta  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.  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).",
    "summary": "Scan ports of a target",
    "version": "2.1",
    "project_urls": {
        "Documentation": "https://d33pster.github.io/target-ports/",
        "GitHub": "https://github.com/d33pster/target-ports",
        "Issues": "https://github.com/d33pster/target-ports/issues"
    },
    "split_keywords": [
        "d33pster",
        " port scanner",
        " port",
        " scanner",
        " recon",
        " portscanner",
        " target-ports",
        " targetports"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0a761f63a2a3bc0abdbde785c32df848346297b2ea913c7c1474c8e518034b74",
                "md5": "85140c7a9883971084982aa3443bb165",
                "sha256": "67a388f3dc9b8998f9685a6cb4595c1bdf11a60061bdd92d05630f165c21556c"
            },
            "downloads": -1,
            "filename": "target_ports-2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "85140c7a9883971084982aa3443bb165",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">3.9",
            "size": 6210,
            "upload_time": "2024-04-10T10:08:19",
            "upload_time_iso_8601": "2024-04-10T10:08:19.869933Z",
            "url": "https://files.pythonhosted.org/packages/0a/76/1f63a2a3bc0abdbde785c32df848346297b2ea913c7c1474c8e518034b74/target_ports-2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d27acedc061edc3fa338f5e69edae3cb44a3a2869d4185e6b7483cb5c3da6b80",
                "md5": "341dd29bbdb0e8f50eed1d0fd02c53be",
                "sha256": "ab4ff294b4957d9544dc4beb2e26ac17d7f8474ac528c7f0248cd00399747531"
            },
            "downloads": -1,
            "filename": "target-ports-2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "341dd29bbdb0e8f50eed1d0fd02c53be",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">3.9",
            "size": 5168,
            "upload_time": "2024-04-10T10:08:22",
            "upload_time_iso_8601": "2024-04-10T10:08:22.650927Z",
            "url": "https://files.pythonhosted.org/packages/d2/7a/cedc061edc3fa338f5e69edae3cb44a3a2869d4185e6b7483cb5c3da6b80/target-ports-2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-10 10:08:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "d33pster",
    "github_project": "target-ports",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "target-ports"
}
        
Elapsed time: 0.25511s