wuddz-pscan


Namewuddz-pscan JSON
Version 1.0.0 PyPI version JSON
download
home_page
SummaryAsynchronously Scan A Host(s)/Network(s)/IPRange(s) For Open TCP Ports.
upload_time2023-06-05 18:24:07
maintainer
docs_urlNone
author
requires_python>=3.7
licenseMIT License Copyright (c) 2023 Wuddz-Devs 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.
keywords hosts ip ports scan scanner tcp
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h1 align="center">Wuddz Port Scanner</h1>

## Description
 - Asynchronously Scan A Host(s)/Network(s)/IPRange(s) For Open TCP Ports, Using Specified Connection Timeout & Task Limit Amount.
 - Cleaned Up An Old PortScanner I Wrote Some Time Ago, Thought I'd Share Even Though There Are A Multitude Of Them Around.

## Prerequisites
 - Python : 3.7

## Installation
Install using [PyPI](https://pypi.org/project/wuddz-pscan):
```
$ pip install wuddz-pscan
```
Install locally by cloning or downloading and extracting the repo, then cd into 'dist' directory and execute:
```
$ pip install wuddz_pscan-1.0.0.tar.gz
```
Then to run it, execute the following in the terminal:
```
$ wudz-pscan
```

### Usage
Port Formats:
```
80 | 1-443 | 25,80,445
```
Host Formats:
```
1.1.1.1 | 1.1.1.0/24 | 1.1.1.1-1.1.2.2 | 2.2.2.2,1.1.1.1
```
Scan Host "1.1.1.1" For Ports "80,443" Using 200 Asynchronous Task Limit, 1second Timeout & Save Results To "output.txt".
```
$ wudz-pscan -i 1.1.1.1 -p 80,443 -o output.txt -t 200 -m 1
```
Scan All 65535 Ports On Both Hosts & Print Open Ports To Screen.
```
$ wudz-pscan -i 1.1.1.1,2.2.2.2  ("Scans All 65535 Ports As Default")\n'
```
Scan Host(s) In "hosts.txt" For Open Ports "80,445" & Print Results To Screen.
```
$ wudz-pscan.py -i hosts.txt -p 80-445
```

## Contact Info:
 - Email:     wuddz_devs@protonmail.com                                                              
 - Github:    https://github.com/wuddz-devs                                                          
 - Telegram:  https://t.me/wuddz_devs
 - Youtube:   https://youtube.com/@wuddz-devs
 - Reddit:    https://reddit.com/user/wuddz-devs

### Buy Me A Coffee!!
 - ERC20 Address: 0x1F1C47dD653Af628D394eac7bAA9Ccf774fd784f

#### Peace & Love Always!!

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "wuddz-pscan",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "hosts,ip,ports,scan,scanner,tcp",
    "author": "",
    "author_email": "Wuddz-Devs <wuddz_devs@protonmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/39/f4/8f946cfe841f432a9201b96d4746f93816022652ddac48342edf1255dc74/wuddz_pscan-1.0.0.tar.gz",
    "platform": null,
    "description": "<h1 align=\"center\">Wuddz Port Scanner</h1>\n\n## Description\n - Asynchronously Scan A Host(s)/Network(s)/IPRange(s) For Open TCP Ports, Using Specified Connection Timeout & Task Limit Amount.\n - Cleaned Up An Old PortScanner I Wrote Some Time Ago, Thought I'd Share Even Though There Are A Multitude Of Them Around.\n\n## Prerequisites\n - Python : 3.7\n\n## Installation\nInstall using [PyPI](https://pypi.org/project/wuddz-pscan):\n```\n$ pip install wuddz-pscan\n```\nInstall locally by cloning or downloading and extracting the repo, then cd into 'dist' directory and execute:\n```\n$ pip install wuddz_pscan-1.0.0.tar.gz\n```\nThen to run it, execute the following in the terminal:\n```\n$ wudz-pscan\n```\n\n### Usage\nPort Formats:\n```\n80 | 1-443 | 25,80,445\n```\nHost Formats:\n```\n1.1.1.1 | 1.1.1.0/24 | 1.1.1.1-1.1.2.2 | 2.2.2.2,1.1.1.1\n```\nScan Host \"1.1.1.1\" For Ports \"80,443\" Using 200 Asynchronous Task Limit, 1second Timeout & Save Results To \"output.txt\".\n```\n$ wudz-pscan -i 1.1.1.1 -p 80,443 -o output.txt -t 200 -m 1\n```\nScan All 65535 Ports On Both Hosts & Print Open Ports To Screen.\n```\n$ wudz-pscan -i 1.1.1.1,2.2.2.2  (\"Scans All 65535 Ports As Default\")\\n'\n```\nScan Host(s) In \"hosts.txt\" For Open Ports \"80,445\" & Print Results To Screen.\n```\n$ wudz-pscan.py -i hosts.txt -p 80-445\n```\n\n## Contact Info:\n - Email:     wuddz_devs@protonmail.com                                                              \n - Github:    https://github.com/wuddz-devs                                                          \n - Telegram:  https://t.me/wuddz_devs\n - Youtube:   https://youtube.com/@wuddz-devs\n - Reddit:    https://reddit.com/user/wuddz-devs\n\n### Buy Me A Coffee!!\n - ERC20 Address: 0x1F1C47dD653Af628D394eac7bAA9Ccf774fd784f\n\n#### Peace & Love Always!!\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 Wuddz-Devs  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.",
    "summary": "Asynchronously Scan A Host(s)/Network(s)/IPRange(s) For Open TCP Ports.",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/wuddz-devs/wuddz-port-scanner"
    },
    "split_keywords": [
        "hosts",
        "ip",
        "ports",
        "scan",
        "scanner",
        "tcp"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "76b219f8b6238555b974edbc3571cb2fad2107738eb2a464216c7c95fe882e95",
                "md5": "a905a4c8b1dd9510d0393831abb2090c",
                "sha256": "4b0e1c9d35082a53dcd720cacabcb3ef8dcf29e87fe815fcba5fa840aca7317b"
            },
            "downloads": -1,
            "filename": "wuddz_pscan-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a905a4c8b1dd9510d0393831abb2090c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 5370,
            "upload_time": "2023-06-05T18:24:05",
            "upload_time_iso_8601": "2023-06-05T18:24:05.923565Z",
            "url": "https://files.pythonhosted.org/packages/76/b2/19f8b6238555b974edbc3571cb2fad2107738eb2a464216c7c95fe882e95/wuddz_pscan-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "39f48f946cfe841f432a9201b96d4746f93816022652ddac48342edf1255dc74",
                "md5": "82ea44d88957f6aef4a1621cac40a1c2",
                "sha256": "7ee454891676a03b99fe728f040dd25ba3acc40e469ed10b2c6089c1234711e6"
            },
            "downloads": -1,
            "filename": "wuddz_pscan-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "82ea44d88957f6aef4a1621cac40a1c2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 3825,
            "upload_time": "2023-06-05T18:24:07",
            "upload_time_iso_8601": "2023-06-05T18:24:07.671108Z",
            "url": "https://files.pythonhosted.org/packages/39/f4/8f946cfe841f432a9201b96d4746f93816022652ddac48342edf1255dc74/wuddz_pscan-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-05 18:24:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "wuddz-devs",
    "github_project": "wuddz-port-scanner",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "wuddz-pscan"
}
        
Elapsed time: 0.07524s