From cef78a7d1d6be90bce29a59bca4a9d6051bfa462 Mon Sep 17 00:00:00 2001 From: shadow1ng Date: Fri, 5 Feb 2021 14:49:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9icmp=E5=8F=91=E5=8C=85?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F,=E6=9B=B4=E9=80=82=E5=90=88=E5=A4=A7?= =?UTF-8?q?=E8=A7=84=E6=A8=A1=E6=8E=A2=E6=B5=8B=E3=80=82=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=8A=A5=E9=94=99=E6=8F=90=E7=A4=BA,--debug=E6=97=B6,?= =?UTF-8?q?=E5=A6=82=E6=9E=9C10=E7=A7=92=E5=86=85=E6=B2=A1=E6=9C=89LogSucc?= =?UTF-8?q?ess=E7=9A=84=E6=B6=88=E6=81=AF,=E6=AF=8F=E9=9A=9410=E7=A7=92?= =?UTF-8?q?=E5=B0=B1=E4=BC=9A=E6=89=93=E5=8D=B0=E4=B8=80=E4=B8=8B=E5=BD=93?= =?UTF-8?q?=E5=89=8D=E8=BF=9B=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/flag.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/flag.go b/common/flag.go index 2cdddbd..dd8991c 100644 --- a/common/flag.go +++ b/common/flag.go @@ -11,7 +11,7 @@ func Banner() { / /_\/____/ __|/ __| '__/ _` + "`" + ` |/ __| |/ / / /_\\_____\__ \ (__| | | (_| | (__| < \____/ |___/\___|_| \__,_|\___|_|\_\ - fscan version: 1.4.3 + fscan version: 1.5.0 ` print(banner) }