{"id":18464238,"url":"https://github.com/projectdiscovery/httpx-action","last_synced_at":"2025-04-29T19:04:23.773Z","repository":{"id":42014533,"uuid":"377082216","full_name":"projectdiscovery/httpx-action","owner":"projectdiscovery","description":"HTTP Web Server probing","archived":false,"fork":false,"pushed_at":"2023-10-25T19:10:33.000Z","size":7,"stargazers_count":8,"open_issues_count":1,"forks_count":8,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-04-28T16:14:36.333Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"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/projectdiscovery.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-06-15T07:56:52.000Z","updated_at":"2025-02-24T00:36:46.000Z","dependencies_parsed_at":"2024-06-21T15:36:25.082Z","dependency_job_id":null,"html_url":"https://github.com/projectdiscovery/httpx-action","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectdiscovery%2Fhttpx-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectdiscovery%2Fhttpx-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectdiscovery%2Fhttpx-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectdiscovery%2Fhttpx-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/projectdiscovery","download_url":"https://codeload.github.com/projectdiscovery/httpx-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251342725,"owners_count":21574245,"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":[],"created_at":"2024-11-06T09:09:13.269Z","updated_at":"2025-04-28T16:14:41.679Z","avatar_url":"https://github.com/projectdiscovery.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/projectdiscovery/httpx/blob/master/static/httpx-logo.png\" alt=\"httpx\" width=\"200px\"\u003e\n  \u003cbr\u003e\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003e\u003ca href=\"https://github.com/projectdiscovery/httpx-action\"\u003ehttpx Action\u003c/a\u003e makes it easy to orchestrate \u003ca href=\"https://github.com/projectdiscovery/httpx\"\u003ehttpx\u003c/a\u003e with GitHub Action.\u003c/h4\u003e\n\n\n\nExample Usage\n-----\n\n**GitHub Action running httpx on list of hosts**\n\n```yaml\n      - name: 💥 httpx - HTTP Web Server probing\n        uses: projectdiscovery/httpx-action@main\n        with:\n          list: hosts.txt\n```\n\n**Example workflow**: `.github/workflows/httpx.yml`\n\n\n```yaml\nname: 💥 httpx - HTTP Web Server probing\n\non:\n    schedule:\n      - cron: '0 0 * * *'\n    workflow_dispatch:\n\njobs:\n  httpx-scan:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v3\n      - uses: actions/setup-go@v3\n        with:\n          go-version: 1.17\n\n      - name: 💥 httpx - HTTP Web Server probing\n        uses: projectdiscovery/httpx-action@main\n        with:\n          list: hosts.txt\n\n      - name: GitHub Workflow artifacts\n        uses: actions/upload-artifact@v2\n        with:\n          name: httpx.log\n          path: httpx.log\n```\n\n\nAvailable Inputs\n------\n\n| Key      | Description                                      | Required |\n|----------|--------------------------------------------------|----------|\n| `list`   | List of hosts to run HTTP/S Web server probing   | false    |\n| `output` | File to save output result (default - httpx.log) | false    |\n| `json`   | Write results in JSON format                     | false    |\n| `flags`  | Additional httpx CLI flags to use                | false    |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprojectdiscovery%2Fhttpx-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprojectdiscovery%2Fhttpx-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprojectdiscovery%2Fhttpx-action/lists"}