-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,27 @@ | ||
# h1_asset | ||
# h1_asset | ||
<a href="https://github.com/adysec/h1_asset/stargazers"><img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/adysec/h1_asset?color=yellow&logo=riseup&logoColor=yellow&style=flat-square"></a> | ||
<a href="https://github.com/adysec/h1_asset/network/members"><img alt="GitHub forks" src="https://img.shields.io/github/forks/adysec/h1_asset?color=orange&style=flat-square"></a> | ||
<a href="https://github.com/adysec/h1_asset/issues"><img alt="GitHub issues" src="https://img.shields.io/github/issues/adysec/h1_asset?color=red&style=flat-square"></a> | ||
|
||
HackerOne SRC 资产,每日更新 | ||
|
||
这个项目是一个 Python 脚本,用于批量更新 HackerOne 项目,获取 SRC 列表,并将 SRC 清单按项目存放到文件夹中。同时,使用 GitHub Action 每日自动运行脚本。 | ||
|
||
## 如何使用 | ||
|
||
### 克隆项目 | ||
|
||
克隆这个项目到本地: | ||
|
||
```bash | ||
git clone https://github.com/adysec/h1_asset.git | ||
``` | ||
|
||
进入项目目录: | ||
|
||
```bash | ||
cd h1_asset | ||
python h1_asset.py | ||
``` | ||
|
||
HackerOne项目在 `src` 文件夹中 |