{"id":41766560,"url":"https://github.com/achanda/poke","last_synced_at":"2026-01-25T02:35:39.680Z","repository":{"id":43145396,"uuid":"63925257","full_name":"achanda/poke","owner":"achanda","description":"A simple port scanner","archived":false,"fork":false,"pushed_at":"2016-08-13T17:51:06.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T08:18:22.355Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/achanda.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}},"created_at":"2016-07-22T05:11:08.000Z","updated_at":"2016-07-26T03:45:01.000Z","dependencies_parsed_at":"2022-09-22T07:00:20.430Z","dependency_job_id":null,"html_url":"https://github.com/achanda/poke","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/achanda/poke","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/achanda%2Fpoke","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/achanda%2Fpoke/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/achanda%2Fpoke/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/achanda%2Fpoke/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/achanda","download_url":"https://codeload.github.com/achanda/poke/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/achanda%2Fpoke/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28742530,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T01:40:51.112Z","status":"online","status_checked_at":"2026-01-25T02:00:06.841Z","response_time":113,"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":[],"created_at":"2026-01-25T02:35:38.962Z","updated_at":"2026-01-25T02:35:39.675Z","avatar_url":"https://github.com/achanda.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a port scanner that I wrote for fun. The primary design goal here is simplicity. Currently, it has the following features:\n* Scan a hostname or IP\n* Use goroutines to scan\n* Supports IPv6\n* Tries to guess service names (using a library that I wrote)\n\n## Caveats ##\n* UDP support is not fully implemented yet\n* TCP SYN and UDP scans use raw sockets, so these modes need root permission\n* CLI error reporting has not been tested well\n\n## Usage ##\nSince this uses goroutines, the host system might run out of file descriptors. Please increase ulimit.\n```bash\nulimit -n 100000\n```\n### Scanning a single IP ###\n```bash\n# ./poke -host 159.203.228.218 -ports 1:65535 -scanner s\nScanning 159.203.228.239...\n5672/tcp open amqp\n80/tcp open http\n3306/tcp open mysql\n3260/tcp open iscsi-target\n22/tcp open ssh\n4369/tcp open epmd\n5000/tcp: open\n53/tcp open domain\n35357/tcp: open\n37729/tcp: open\n```\n### Scanning a host ###\n```bash\n# ./poke -host google.com -ports 1:100 -scanner s\nScanning 216.58.192.14...\n80/tcp open http\n```\n### Scanning a CIDR ###\n```bash\n# ./poke -host 159.203.228.239/30 -ports 1:100 -scanner s\nScanning 159.203.228.236...\n80/tcp open http\n22/tcp open ssh\n21/tcp open fsp\nScanning 159.203.228.237...\n22/tcp open ssh\n80/tcp open http\nScanning 159.203.228.238...\n80/tcp open http\nScanning 159.203.228.239...\n22/tcp open ssh\n80/tcp open http\n53/tcp open domain\n```\n### IPv6 scanning ###\n```bash\n# ./poke -host 2604:a880:1:20::9f9:9001 -ports 1:100 -scanner s\nScanning 2604:a880:1:20::9f9:9001...\n53/tcp open domain\n22/tcp open ssh\n80/tcp open http\n```\n## Developing ##\nThis uses glide to manage packages. The `update` makefile target installs and gets all dependencies if they are not present. Tests can be run by:\n```\nmake test\n```\nBuilding\n```\nmake build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fachanda%2Fpoke","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fachanda%2Fpoke","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fachanda%2Fpoke/lists"}