From 336a1c598d48059757fc68e3412b3805ae7b464a Mon Sep 17 00:00:00 2001 From: yhy <31311038+yhy0@users.noreply.github.com> Date: Sat, 20 May 2023 16:45:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=B8=80=E4=BA=9B=E4=B8=9C?= =?UTF-8?q?=E8=A5=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-en.md | 2 +- README.md | 2 +- frontend/package.json | 2 +- frontend/src/components/Swagger.vue | 9 ++- frontend/src/components/Twj.vue | 61 +++++++++--------- frontend/src/components/fuzz/Fuzz.vue | 15 +++-- frontend/src/style.css | 5 -- images/ChYing.mp4 | Bin 5083302 -> 514598 bytes tools/burpSuite/BurpSuite.go | 2 +- tools/burpSuite/mitmproxy/addon/dumper.go | 2 +- tools/burpSuite/mitmproxy/addon/maplocal.go | 14 ++-- tools/burpSuite/mitmproxy/addon/mapremote.go | 7 +- tools/burpSuite/mitmproxy/notice.go | 13 ---- tools/burpSuite/mitmproxy/proxy/connection.go | 7 +- .../burpSuite/mitmproxy/proxy/flowencoding.go | 3 +- tools/fuzz/bbscan.go | 13 +++- tools/fuzz/fuzz.go | 2 + 17 files changed, 75 insertions(+), 84 deletions(-) delete mode 100644 tools/burpSuite/mitmproxy/notice.go diff --git a/README-en.md b/README-en.md index 753a94f..1c01c6c 100644 --- a/README-en.md +++ b/README-en.md @@ -8,7 +8,7 @@ Release - Release + Release GitHub Repo stars diff --git a/README.md b/README.md index af3637b..4f56b79 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Release - Release + Release GitHub Repo stars diff --git a/frontend/package.json b/frontend/package.json index c2d1f4a..1dfce8e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "frontend", "private": true, - "version": "0.0.0", + "version": "0.9.0", "type": "module", "scripts": { "dev": "vite", diff --git a/frontend/src/components/Swagger.vue b/frontend/src/components/Swagger.vue index 4993b19..b66d782 100644 --- a/frontend/src/components/Swagger.vue +++ b/frontend/src/components/Swagger.vue @@ -1,8 +1,8 @@