
استكشاف خادم الويب HTTP
GitHub Action لتشغيل httpx على قائمة المضيفين
- name: 💥 httpx - HTTP Web Server probing
uses: projectdiscovery/httpx-action@main
with:
list: hosts.txt
مثال لسير العمل: .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
| المفتاح | الوصف | مطلوب |
|---|
list | قائمة المضيفين لتشغيل فحص خادم الويب HTTP/S | false |
output | ملف لحفظ نتيجة الإخراج (الافتراضي - httpx.log) | false |
json | كتابة النتائج بصيغة JSON | false |
flags | علامات إضافية لواجهة سطر أوامر httpx لاستخدامها | false |