{"id":19272070,"url":"https://github.com/shockz-offsec/goports","last_synced_at":"2026-06-08T23:32:14.817Z","repository":{"id":159441004,"uuid":"381520275","full_name":"shockz-offsec/GoPorts","owner":"shockz-offsec","description":"A fast and concurrent TCP port scanner.","archived":false,"fork":false,"pushed_at":"2023-04-14T11:54:18.000Z","size":76,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T20:31:30.628Z","etag":null,"topics":["concurrency","go","golang","nmap","port","portscanner","quick","scanner","tcp","threading"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shockz-offsec.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":"2021-06-29T23:19:01.000Z","updated_at":"2022-07-28T23:15:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"d918d5ab-3d63-4a6f-b566-83b708264ebd","html_url":"https://github.com/shockz-offsec/GoPorts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shockz-offsec/GoPorts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shockz-offsec%2FGoPorts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shockz-offsec%2FGoPorts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shockz-offsec%2FGoPorts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shockz-offsec%2FGoPorts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shockz-offsec","download_url":"https://codeload.github.com/shockz-offsec/GoPorts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shockz-offsec%2FGoPorts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34085321,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"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":["concurrency","go","golang","nmap","port","portscanner","quick","scanner","tcp","threading"],"created_at":"2024-11-09T20:35:19.118Z","updated_at":"2026-06-08T23:32:14.802Z","avatar_url":"https://github.com/shockz-offsec.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GoPorts\n\nA fast and concurrent TCP port scanner.\n\n\n## Installation\n\nInstall Golang in Linux\n\n    sudo apt-get install golang\n\nInstall Golang in Windows  =\u003e [Download Golang](https://golang.org/dl/)\n\n#\n\nClone the repository into your machine\n\n    git clone https://github.com/shockz-offsec/GoPorts\n\nMove to the GoPorts directory\n\n    cd GoPorts\n\nCheck usage and flags, then run your custom command !!\n\n    go run goports -h\n\n\n## Flags\n\n| Flag | Description |\n|-----|---|\n| `-host` | Host or IP address to scan (default \"127.0.0.1\") |\n| `-ports` | Port range to be tested (Ex: 80,443,1-65535,1000-2000) (default \"1-65535\")  |\n| `-threads` | Number of threads to be used (default 900)  |\n| `-timeout` | Connection timeout in seconds (default 1s)  |\n| `-top20`   | Scanner top 20 most scanned TCP ports  |\n| `-top200`  | Scanner top 200 most scanned TCP ports  |\n\n\n## Usage\n\nScan the 65535 ports over localhost (127.0.0.1)\n\n    go run goports\n\nScan specific ports (21,22,23,80,443) over a specific host (10.10.10.10)\n\n    go run goports -host 10.10.10.10 -ports 21-23,80,443\n\nScan specific ports over a specific host, setting a timeout of 5 seconds and using 1000 threads\n\n    go run goports -host www.google.com -ports 80,443 -timeout 5 -threads 1000\n\nScan the top 20 tcp ports over a specific host using 1000 threads\n\n    go run goports -host www.google.com -top20 -threads 1000\n\nThis command will scan the top 200 tcp ports on the designated host using 1000 threads\n\n    go run goports -host www.google.com -top200 -threads 1000\n\n#\n\n### License\n\n*Apache-2.0 License*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshockz-offsec%2Fgoports","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshockz-offsec%2Fgoports","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshockz-offsec%2Fgoports/lists"}