projectdiscovery/httpx-action
Fork: 8 Star: 7 (更新于 2024-11-20 21:06:55)
license: MIT
HTTP Web Server probing
最后发布版本: v1.0.0 ( 2021-06-25 03:46:10)
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-22 09:02:37 BlackTeaPie/Course-of-Temptation-Chinese-Localization
2024-11-22 06:41:42 Loyalsoldier/clash-rules
2024-11-20 01:35:09 Qubic-Solutions/rqiner-builds
2024-11-18 20:23:06 JeoJay127/RapidEFI-Tool
2024-11-17 07:02:34 metatube-community/metatube-server-releases
2024-11-15 23:42:05 DustinWin/clash_singbox-tools