Skip to content

Commit

Permalink
Update github action and README
Browse files Browse the repository at this point in the history
  • Loading branch information
Marven11 committed Aug 15, 2023
1 parent 3262f1a commit 2bb4eda
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/update-star-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,20 @@ permissions:
jobs:
update:
runs-on: ubuntu-latest

steps:
- name: Switch to another branch
uses: actions/checkout@v3
- name: Switch to another branch
run: git checkout images
with:
ref: 'images'
- name: Update Star Charts
run: |
wget -O assets/stars.svg https://starchart.cc/Marven11/Fenjing.svg
wget -O assets/run-tests.svg https://github.com/Marven11/Fenjing/actions/workflows/run-tests.yml/badge.svg
wget -O assets/python-package.svg https://github.com/Marven11/Fenjing/actions/workflows/python-publish.yml/badge.svg
wget -O assets/codecov.svg https://codecov.io/gh/Marven11/Fenjing/branch/main/graph/badge.svg?token=DLP7OH52P3
wget -O assets/downloads.svg https://static.pepy.tech/badge/fenjing
wget -O assets/downloads-monthly.svg https://static.pepy.tech/badge/fenjing/month
wget -O assets/license.svg https://img.shields.io/badge/license-MPL2.0-blue
git config --local user.email "[email protected]"
git config --local user.name "GitHub Actions"
git add . && git commit -m 'Update: '"$(date)" && git push
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
> Bypass the WAF without knowing WAF

[![Run tests](https://github.com/Marven11/Fenjing/actions/workflows/run-tests.yml/badge.svg)](https://github.com/Marven11/Fenjing/actions/workflows/run-tests.yml)
[![Upload Python Package](https://github.com/Marven11/Fenjing/actions/workflows/python-publish.yml/badge.svg)](https://github.com/Marven11/Fenjing/actions/workflows/python-publish.yml)
[![codecov](https://codecov.io/gh/Marven11/Fenjing/branch/main/graph/badge.svg?token=DLP7OH52P3)](https://codecov.io/gh/Marven11/Fenjing)
[![Downloads](https://static.pepy.tech/badge/fenjing)](https://pepy.tech/project/fenjing)
[![Downloads](https://static.pepy.tech/badge/fenjing/month)](https://pepy.tech/project/fenjing)
![Static Badge](https://img.shields.io/badge/license-MPL2.0-blue)
[![Run tests](https://github.com/Marven11/Fenjing/raw/images/assets/run-tests.svg)](https://github.com/Marven11/Fenjing/actions/workflows/run-tests.yml)
[![Upload Python Package](https://github.com/Marven11/Fenjing/raw/images/assets/python-package.svg)](https://github.com/Marven11/Fenjing/actions/workflows/python-publish.yml)
[![codecov](https://github.com/Marven11/Fenjing/raw/images/assets/codecov.svg)](https://codecov.io/gh/Marven11/Fenjing)
[![Downloads](https://github.com/Marven11/Fenjing/raw/images/assets/downloads.svg)](https://pepy.tech/project/fenjing)
[![Downloads](https://github.com/Marven11/Fenjing/raw/images/assets/downloads-monthly.svg)](https://pepy.tech/project/fenjing)
![Static Badge](https://github.com/Marven11/Fenjing/raw/images/assets/license.svg)

焚靖是一个针对CTF比赛中Jinja SSTI绕过WAF的全自动脚本,可以自动攻击给定的网站或接口。

Expand Down

0 comments on commit 2bb4eda

Please sign in to comment.