{"id":20511564,"url":"https://github.com/thiiagoms/harpia","last_synced_at":"2025-06-14T19:32:39.261Z","repository":{"id":45168530,"uuid":"409787740","full_name":"thiiagoms/harpia","owner":"thiiagoms","description":":elephant: :bird: Simple and versatile port scanning tool for assessing system and network security. It helps identify open ports, vulnerabilities, and potential points of attack.","archived":false,"fork":false,"pushed_at":"2023-05-08T22:21:34.000Z","size":87,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T22:44:32.753Z","etag":null,"topics":["php-cli","php-linux","php-network","php-tools","portscan","portscanner"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/thiiagoms.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-09-24T00:55:32.000Z","updated_at":"2023-05-23T02:46:08.000Z","dependencies_parsed_at":"2025-01-16T08:44:03.299Z","dependency_job_id":"86c8a618-1591-46f0-b6d5-df59b8ae1525","html_url":"https://github.com/thiiagoms/harpia","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/thiiagoms/harpia","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiiagoms%2Fharpia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiiagoms%2Fharpia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiiagoms%2Fharpia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiiagoms%2Fharpia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thiiagoms","download_url":"https://codeload.github.com/thiiagoms/harpia/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiiagoms%2Fharpia/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259870760,"owners_count":22924586,"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":["php-cli","php-linux","php-network","php-tools","portscan","portscanner"],"created_at":"2024-11-15T20:36:24.031Z","updated_at":"2025-06-14T19:32:39.214Z","avatar_url":"https://github.com/thiiagoms.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/thiiagoms/harpia\"\u003e\n    \u003cimg src=\"assets/harpia.png\" alt=\"Logo\" width=\"80\" height=\"80\"\u003e\n  \u003c/a\u003e\n     \u003ch3 align=\"center\"\u003eHarpia - See all ports are open or closed on host! :hearts:\u003c/h3\u003e\n\u003c/p\u003e\n\nSimple port scan made with elephants :elephants:\n\n- [Dependencies](#Dependencies)\n- [Usage](#Usage)\n\n### Dependencies\n* PHP 8.1+\n* Composer or Docker\n\n\n### Install Dependencies\n\n- With Composer:\n\n```bash\n$ git clone https://github.com/thiiagoms/harpia\n$ cd harpia\n$ composer installl\n$ chmod +x harpia\n```\n### Usage :hammer:\n\n### You can use `harpia` in twio ways:: \n\n* First: Answer the hostname and scan with default ports\n```bash\n$ ./harpia\n\n██░ ██  ▄▄▄       ██▀███   ██▓███   ██▓ ▄▄▄      \n▓██░██▒▒████▄    ▓██ ▒ ██▒▓██░  ██▒ ▓██▒████▄    \n██▀▀██░▒██  ▀█▄  ▓██ ░▄█ ▒▓██░ ██▓▒▒██▒▒██  ▀█▄  \n▓█ ░██ ░██▄▄▄▄██ ▒██▀▀█▄  ▒██▄█▓▒ ▒░██░░██▄▄▄▄██ \n▓█▒░██▓ ▓█   ▓██▒░██▓ ▒██▒▒██▒ ░  ░░██░ ▓█   ▓██▒\n▒ ░░▒░▒ ▒▒   ▓▒█░░ ▒▓ ░▒▓░▒▓▒░ ░  ░░▓   ▒▒   ▓▒█░\n▒ ░▒░ ░  ▒   ▒▒ ░  ░▒ ░ ▒░░▒ ░      ▒ ░  ▒   ▒▒ ░\n░  ░░ ░  ░   ▒     ░░   ░ ░░        ▒ ░  ░   ▒   \n░  ░  ░      ░  ░   ░               ░        ░  ░\n\n[*] Harpia - Port Scan made with Love and Elephants\n[*] Author: Thiago Silva AKA thiiagoms\n[*] Version: 1.0\n\n\u003e Website address: \n```\n\n* Second: With custom ports in your `file.txt` or another file that you choosed\n```bash\n$ ./harpia -p \u003cpath-to-your-file.txt\u003e\n\n██░ ██  ▄▄▄       ██▀███   ██▓███   ██▓ ▄▄▄      \n▓██░██▒▒████▄    ▓██ ▒ ██▒▓██░  ██▒ ▓██▒████▄    \n██▀▀██░▒██  ▀█▄  ▓██ ░▄█ ▒▓██░ ██▓▒▒██▒▒██  ▀█▄  \n▓█ ░██ ░██▄▄▄▄██ ▒██▀▀█▄  ▒██▄█▓▒ ▒░██░░██▄▄▄▄██ \n▓█▒░██▓ ▓█   ▓██▒░██▓ ▒██▒▒██▒ ░  ░░██░ ▓█   ▓██▒\n▒ ░░▒░▒ ▒▒   ▓▒█░░ ▒▓ ░▒▓░▒▓▒░ ░  ░░▓   ▒▒   ▓▒█░\n▒ ░▒░ ░  ▒   ▒▒ ░  ░▒ ░ ▒░░▒ ░      ▒ ░  ▒   ▒▒ ░\n░  ░░ ░  ░   ▒     ░░   ░ ░░        ▒ ░  ░   ▒   \n░  ░  ░      ░  ░   ░               ░        ░  ░\n\n[*] Harpia - Port Scan made with Love and Elephants\n[*] Author: Thiago Silva AKA thiiagoms\n[*] Version: 1.0\n\n\u003e Website address: \n```\n\n## Run lints and tests:\n\nLint: \n\n```bash\n$ composer phpcs src\n$ ./vendor/bin/phpinsights\n```\n\nTests:\n```bash\n$ composer phpunit\n```\n\nIf you want to contribute, you can also open issue or clone this repository to make a Pull Request, thank you so much for choose Harpia :hearts:\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthiiagoms%2Fharpia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthiiagoms%2Fharpia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthiiagoms%2Fharpia/lists"}