MyGit

projectdiscovery/httpx-action

Fork: 8 Star: 7 (更新于 2024-10-29 14:20:03)

license: MIT

HTTP Web Server probing

最后发布版本: v1.0.0 ( 2021-06-25 03:46:10)

GitHub网址

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

最近版本更新:(数据更新于 2024-09-01 08:49:32)

2021-06-25 03:46:10 v1.0.0

projectdiscovery/httpx-action同语言 最近更新仓库

2024-11-05 17:27:02 JeoJay127/RapidEFI-Tool

2024-11-05 06:37:59 Loyalsoldier/clash-rules

2024-11-04 00:01:43 Qubic-Solutions/rqiner-builds

2024-11-03 17:14:43 o0HalfLife0o/TVBoxOSC

2024-11-02 02:50:11 andru-kun/wildrig-multi

2024-11-01 19:50:57 Eltirosto/Degrees-of-Lewdity-Chinese-Localization