{"id":23427320,"url":"https://github.com/sk3pp3r/python-port-scanner","last_synced_at":"2025-08-18T11:06:11.354Z","repository":{"id":268863164,"uuid":"905684890","full_name":"sk3pp3r/python-port-scanner","owner":"sk3pp3r","description":"miniman port scanner using python","archived":false,"fork":false,"pushed_at":"2024-12-23T13:13:27.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-04T04:19:31.453Z","etag":null,"topics":["devops-tools","infrastructure","network","port-scanner","portscanner","python","security-tools","sk3pp3r","sysadmin"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sk3pp3r.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-19T10:18:39.000Z","updated_at":"2024-12-23T13:13:32.000Z","dependencies_parsed_at":"2024-12-19T11:28:08.932Z","dependency_job_id":"175d3430-64e3-49f1-87ad-914bd07fef0e","html_url":"https://github.com/sk3pp3r/python-port-scanner","commit_stats":null,"previous_names":["sk3pp3r/python-port-scanner"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sk3pp3r/python-port-scanner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sk3pp3r%2Fpython-port-scanner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sk3pp3r%2Fpython-port-scanner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sk3pp3r%2Fpython-port-scanner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sk3pp3r%2Fpython-port-scanner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sk3pp3r","download_url":"https://codeload.github.com/sk3pp3r/python-port-scanner/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sk3pp3r%2Fpython-port-scanner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270982194,"owners_count":24679447,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["devops-tools","infrastructure","network","port-scanner","portscanner","python","security-tools","sk3pp3r","sysadmin"],"created_at":"2024-12-23T06:19:49.396Z","updated_at":"2025-08-18T11:06:11.330Z","avatar_url":"https://github.com/sk3pp3r.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Port Scanner\n![image](https://github.com/user-attachments/assets/79a7e52a-84e5-48a6-a8a5-2bf8b4aa239c)\n\nA simple port scanner written in Python. This tool can be used to scan a range of ports on a specified IP address to determine which ports are open.\n\n## Features\n\n- Scans a range of ports on a target IP address.\n- Identifies open ports within the specified range.\n- Provides the duration of the scan.\n\n## Requirements\n\n- Python 3.x\n\n## Usage\n\n1. **Clone the repository:**\n\n    ```sh\n    git clone https://github.com/sk3pp3r/python-port-scanner.git\n    cd python-port-scanner\n    ```\n\n2. **Run the port scanner:**\n\n    ```sh\n    python port_scanner.py\n    ```\n\n3. **Follow the prompts to enter the target IP address and port range:**\n\n    ```sh\n    Enter the IP address to scan: 192.168.1.1\n    Enter the start port: 1\n    Enter the end port: 1024\n    ```\n\n4. **View the results:**\n\n    The script will display the open ports and the time taken to complete the scan.\n\n## Example Output\n\n```sh\nEnter the IP address to scan: 192.168.1.1\nEnter the start port: 1\nEnter the end port: 1024\nScanning ports on 192.168.1.1 from 1 to 1024...\nScanning completed in 0:00:15.123456\nOpen ports: [22, 80, 443]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsk3pp3r%2Fpython-port-scanner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsk3pp3r%2Fpython-port-scanner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsk3pp3r%2Fpython-port-scanner/lists"}