{"id":22140785,"url":"https://github.com/xorz57/portscanner","last_synced_at":"2025-03-24T11:18:33.062Z","repository":{"id":207089008,"uuid":"718073984","full_name":"xorz57/PortScanner","owner":"xorz57","description":"Port Scanner written in C++20","archived":false,"fork":false,"pushed_at":"2024-06-18T23:23:14.000Z","size":53,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-29T16:27:46.022Z","etag":null,"topics":["cpp","port-scanner","tcp-port-scanner"],"latest_commit_sha":null,"homepage":"","language":"C++","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/xorz57.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"xorz57","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"custom":null}},"created_at":"2023-11-13T10:19:50.000Z","updated_at":"2024-06-19T00:42:48.000Z","dependencies_parsed_at":"2023-11-14T03:22:55.456Z","dependency_job_id":"3277cea5-5b72-4c9d-a342-e3bd2242c99a","html_url":"https://github.com/xorz57/PortScanner","commit_stats":null,"previous_names":["xorz57/portscanner"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xorz57%2FPortScanner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xorz57%2FPortScanner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xorz57%2FPortScanner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xorz57%2FPortScanner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xorz57","download_url":"https://codeload.github.com/xorz57/PortScanner/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245258214,"owners_count":20585977,"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":["cpp","port-scanner","tcp-port-scanner"],"created_at":"2024-12-01T21:07:32.944Z","updated_at":"2025-03-24T11:18:33.039Z","avatar_url":"https://github.com/xorz57.png","language":"C++","funding_links":["https://github.com/sponsors/xorz57"],"categories":[],"sub_categories":[],"readme":"# PortScanner\n\n[![Build](https://github.com/xorz57/PortScanner/actions/workflows/Build.yml/badge.svg)](https://github.com/xorz57/PortScanner/actions/workflows/Build.yml)\n\n## Usage\n\n```bash\nAllowed options:\n  --help                  display help message\n  --host arg (=127.0.0.1) set host\n  --port arg (=0-1024)    set port range in the format 'begin[-end]'\n  --show arg (=open)      display only 'open', 'closed', or 'all' ports\n```\n\n## Example\n\n```bash\n./PortScanner --host boost.org\nPort 25/tcp is open.\nPort 22/tcp is open.\nPort 80/tcp is open.\nPort 443/tcp is open.\nPort 587/tcp is open.\nPort 8080/tcp is open.\n```\n\n## Dependencies\n\nPortScanner relies on the following libraries:\n\n- [asio](https://github.com/boostorg/asio)\n- [program_options](https://github.com/boostorg/program_options)\n\n## How to Build\n\n#### Linux \u0026 macOS\n\n```bash\ngit clone https://github.com/microsoft/vcpkg.git ~/vcpkg\n~/vcpkg/bootstrap-vcpkg.sh\n\ngit clone https://github.com/xorz57/PortScanner.git\ncd PortScanner\ncmake -B build -DCMAKE_BUILD_TYPE=Release -S . -DCMAKE_TOOLCHAIN_FILE=~/vcpkg/scripts/buildsystems/vcpkg.cmake\ncmake --build build --config Release\nctest --build-config Release\n```\n\n#### Windows\n\n```powershell\ngit clone https://github.com/microsoft/vcpkg.git C:/vcpkg\nC:/vcpkg/bootstrap-vcpkg.bat\nC:/vcpkg/vcpkg.exe integrate install\n\ngit clone https://github.com/xorz57/PortScanner.git\ncd PortScanner\ncmake -B build -DCMAKE_BUILD_TYPE=Release -S . -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake\ncmake --build build --config Release\nctest --build-config Release\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxorz57%2Fportscanner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxorz57%2Fportscanner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxorz57%2Fportscanner/lists"}