{"id":16525948,"url":"https://github.com/haroldadmin/pps","last_synced_at":"2025-06-28T16:38:56.988Z","repository":{"id":109049900,"uuid":"247637463","full_name":"haroldadmin/pps","owner":"haroldadmin","description":"A parallel port scanner, not intended for real use","archived":false,"fork":false,"pushed_at":"2022-01-03T19:01:24.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-13T15:13:59.479Z","etag":null,"topics":["go","golang","networking"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/haroldadmin.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":"2020-03-16T07:28:03.000Z","updated_at":"2023-03-04T09:41:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"f82abda5-ca8c-4799-9548-54905add66a3","html_url":"https://github.com/haroldadmin/pps","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haroldadmin%2Fpps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haroldadmin%2Fpps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haroldadmin%2Fpps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haroldadmin%2Fpps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haroldadmin","download_url":"https://codeload.github.com/haroldadmin/pps/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241605738,"owners_count":19989608,"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":["go","golang","networking"],"created_at":"2024-10-11T17:08:06.268Z","updated_at":"2025-03-03T03:44:01.904Z","avatar_url":"https://github.com/haroldadmin.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Parallel Port Scanner\n\nThis is a simple port scanner written in Go to find open ports on a host. Ports are scanned parallelly.\n\n## Installation\n\nTo get the tool, make sure you have Go installed on the your system, and can access the `go` command line too.\n\n```bash\ngo get github.com/haroldadmin/pps\n```\n\nThis will install Parallel Port Scanner in your Path, and you should be able to access it directly.\n\n## Usage\n\nRun the `pps` command with the `hostname` argument.\n\n```bash\npps --hostname 192.168.1.2\n\n--------------------\nParallel Port Scanner\nScanning 192.168.1.2 with 1000 goroutines\nOpen: Port 53\n--------------------\n```\n\nOnly ports 1-1000 are scanned on the host.\n\nOptionally, you can also control the parallelism of the tool with the `parallelism` argument.\n\n```bash\npps --hostname 192.168.1.2 --parallelism 4\n\n--------------------\nParallel Port Scanner\nScanning 192.168.1.2 with 4 goroutines\nOpen: Port 53\n--------------------\n```\n\nThe default timeout duration for a port connection attempt is 1 second. It can be configured with the `timeout` argument.\n\n```bash\npps --hostname 192.168.1.2 --parallelism 1 --timeout 10\n\n--------------------\nParallel Port Scanner\nScanning 192.168.1.2 with 1 goroutines\nOpen: Port 53\n--------------------\n```\n\n## Disclaimer\n\nIf it wasn't clear from the name of the tool already (*PPs*), this project meant solely as a fun learning experience. *I do not recommend using it as a tool in your network-utilities belt.*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharoldadmin%2Fpps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharoldadmin%2Fpps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharoldadmin%2Fpps/lists"}