Skip to content

httpx Action

Actions
httpx is a fast and multi-purpose HTTP toolkit allows to run multiple probers using retryablehttp library
v1.0.0
Latest
Verified creator
Star (7)

Tags

 (2)

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

httpx

httpx Action makes it easy to orchestrate httpx with GitHub Action.

Example Usage

GitHub Action running httpx on list of hosts

      - name: 💥 httpx - HTTP Web Server probing
        uses: projectdiscovery/httpx-action@main
        with:
          list: hosts.txt

Example workflow: .github/workflows/httpx.yml

name: 💥 httpx - HTTP Web Server probing

on:
    schedule:
      - cron: '0 0 * * *'
    workflow_dispatch:

jobs:
  httpx-scan:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - uses: actions/setup-go@v3
        with:
          go-version: 1.17

      - name: 💥 httpx - HTTP Web Server probing
        uses: projectdiscovery/httpx-action@main
        with:
          list: hosts.txt

      - name: GitHub Workflow artifacts
        uses: actions/upload-artifact@v2
        with:
          name: httpx.log
          path: httpx.log

Available Inputs

Key Description Required
list List of hosts to run HTTP/S Web server probing false
output File to save output result (default - httpx.log) false
json Write results in JSON format false
flags Additional httpx CLI flags to use false

httpx Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

httpx is a fast and multi-purpose HTTP toolkit allows to run multiple probers using retryablehttp library
v1.0.0
Latest

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

Tags

 (2)

httpx Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.