{"id":18708198,"url":"https://github.com/ni5arga/portify","last_synced_at":"2025-09-05T08:18:30.078Z","repository":{"id":206219683,"uuid":"716063104","full_name":"ni5arga/Portify","owner":"ni5arga","description":"A lightweight port scanner written in Golang.","archived":false,"fork":false,"pushed_at":"2023-11-08T12:42:45.000Z","size":10,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-03T04:26:04.032Z","etag":null,"topics":["go","golang","netsec","nmap","portscanner","tcp","udp","web-exploitation"],"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/ni5arga.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":"2023-11-08T11:43:12.000Z","updated_at":"2023-11-15T00:19:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"6e97e566-9e0d-4a90-8b6b-6b29af93ab65","html_url":"https://github.com/ni5arga/Portify","commit_stats":null,"previous_names":["ni5arga/portify"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ni5arga/Portify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ni5arga%2FPortify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ni5arga%2FPortify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ni5arga%2FPortify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ni5arga%2FPortify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ni5arga","download_url":"https://codeload.github.com/ni5arga/Portify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ni5arga%2FPortify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273728834,"owners_count":25157292,"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","status":"online","status_checked_at":"2025-09-05T02:00:09.113Z","response_time":402,"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":["go","golang","netsec","nmap","portscanner","tcp","udp","web-exploitation"],"created_at":"2024-11-07T12:22:15.903Z","updated_at":"2025-09-05T08:18:30.069Z","avatar_url":"https://github.com/ni5arga.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Portify\n\nPortify is a simple Go-based port scanner that enables you to scan a range of ports on a target host. This tool provides information about open and closed ports and, if desired, can retrieve banners from open ports.\n\n## Installation\n\nTo use Portify, follow these steps:\n\n1. Clone this repository to your local machine:\n\n   ```bash\n   git clone https://github.com/ni5arga/portify.git\n   ```\n2. Navigate to the project direcory\n   ```bash\n   cd portify\n   ```\n3. Build the project with Go\n   ```bash\n   go build portify.go\n   ``` \nYou can now use the `portify` binary to scan ports. \n\n## Command Line Usage \n```bash\nUsage: ./portify [options] \u003chost\u003e \u003cstart-port\u003e \u003cend-port\u003e\n\nOptions:\n  -timeout string\n        Connection timeout duration (default \"3s\")\n  -parallel int\n        Number of parallel scans (default 100)\n  -show-closed\n        Show closed ports in the output\n  -show-banners\n        Show banners from open ports\n  -show-open\n        Show open ports in the output\n```\n\n- `\u003chost\u003e` : The target host you want to scan.\n- `\u003cstart-port\u003e`: The first port in the range you want to scan.\n- `\u003cend-port\u003e` : The last port in the range you want to scan.\n\n## Example Commands \n\n1. Scan a range of ports on a target host and show open ports:\n```bash\n./portify -show-open example.com 80 100\n```\n2. Scan a range of ports on a target host and show banners from open ports:\n```bash\n./portify -show-banners example.com 20 30\n```\n3. Scan a range of ports with a custom timeout:\n```bash\n./portify -timeout 5s example.com 50 60\n```\n4. Scan with a specific number of parallel scans:\n```bash\n./portify -parallel 50 example.com 2000 2100\n```\n5. Show both open and closed ports in the output:\n```bash\n./portify -show-open -show-closed example.com 7000 7100\n```\n6. Show closed ports only:\n```bash\n./portify -show-closed example.com 4000 4010\n```\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fni5arga%2Fportify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fni5arga%2Fportify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fni5arga%2Fportify/lists"}