{"id":22164383,"url":"https://github.com/0xamined/portseeker","last_synced_at":"2026-05-06T05:32:14.632Z","repository":{"id":265307650,"uuid":"895745970","full_name":"0xAminED/PortSeeker","owner":"0xAminED","description":"This is an advanced port scanner written in Bash that allows you to scan a target host for open or closed ports. ","archived":false,"fork":false,"pushed_at":"2024-11-28T20:21:23.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T16:11:49.147Z","etag":null,"topics":["bash","information-gathering","netcat","port-scanner","shell-script"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/0xAminED.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-11-28T20:13:08.000Z","updated_at":"2024-11-28T20:28:41.000Z","dependencies_parsed_at":"2024-11-28T21:35:53.049Z","dependency_job_id":null,"html_url":"https://github.com/0xAminED/PortSeeker","commit_stats":null,"previous_names":["0xamined/portseeker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xAminED%2FPortSeeker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xAminED%2FPortSeeker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xAminED%2FPortSeeker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xAminED%2FPortSeeker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xAminED","download_url":"https://codeload.github.com/0xAminED/PortSeeker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245304873,"owners_count":20593626,"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","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":["bash","information-gathering","netcat","port-scanner","shell-script"],"created_at":"2024-12-02T05:07:17.186Z","updated_at":"2026-05-06T05:32:14.579Z","avatar_url":"https://github.com/0xAminED.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PortSeeker\n\nThis is an advanced port scanner written in **Bash** that allows you to scan a target host for open or closed ports. You can scan a specific port, a range of ports, and specify various parameters like timeout and threads for parallel scanning. It is designed to be fast and flexible for various use cases.\n\n## Features\n- **Single Port Scan**: Scan a specific port, e.g., `80`.\n- **Range Scan**: Scan a range of ports, e.g., `80-3000`.\n- **Parallel Scanning**: Use multiple threads to speed up the scanning process.\n- **Custom Timeout**: Adjust the timeout for each port scan.\n\n## Requirements\n- **Bash**: The script is written for a Linux environment and requires Bash.\n- **Netcat (`nc`)**: Used to check if ports are open.\n- **Ping**: Used to verify if the target is reachable.\n\n## Installation\n\n1. **Clone the repository**:\n    ```bash\n    git clone https://github.com/0xAminED/PortSeeker.git\n    cd PortSeeker\n    ```\n\n2. **Make the script executable**:\n    ```bash\n    chmod +x PortSeeker.sh\n    ```\n\n3. **Run the script**:\n    ```bash\n    ./PortSeeker.sh -t \u003ctarget_host\u003e -p \u003cports\u003e -T \u003ctimeout_seconds\u003e -p \u003cthreads\u003e\n    ```\n\n    Example:\n    ```bash\n    ./PortSeeker.sh -t 192.168.1.1 -p 80 -T 2 -p 10\n    ```\n\n    - `-t \u003ctarget_host\u003e`: The target IP address or domain name.\n    - `-p \u003cports\u003e`: A single port (e.g., `80`) or a port range (e.g., `80-3000`).\n    - `-T \u003ctimeout_seconds\u003e`: Timeout in seconds for each port scan (default: 1 second).\n    - `-p \u003cthreads\u003e`: The number of threads for parallel scanning (default: 50).\n\n## Example Usage\n\n1. **Scan a single port**:\n    ```bash\n    ./PortSeeker.sh -t 192.168.1.1 -p 80 -T 2 -p 10\n    ```\n\n2. **Scan a range of ports**:\n    ```bash\n    ./PortSeeker.sh -t 192.168.1.1 -p 80-1000 -T 1 -p 20\n    ```\n\n3. **Scan a specific range with a custom timeout and thread count**:\n    ```bash\n    ./PortSeeker.sh -t 192.168.1.1 -p 8000-8100 -T 3 -p 30\n    ```\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n\n- Thanks to the contributors for their valuable feedback and improvements.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xamined%2Fportseeker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xamined%2Fportseeker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xamined%2Fportseeker/lists"}