From 60cd94d45906655518e54614c57612f3fcc67e62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BD=B1=E8=88=9E=E8=80=85?= Date: Fri, 7 Jan 2022 11:06:06 +0800 Subject: [PATCH] =?UTF-8?q?ip/8=E6=97=B6,=E5=8F=AA=E6=8E=A2=E6=B5=8B?= =?UTF-8?q?=E9=83=A8=E5=88=86=E6=9C=BA=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/config.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/config.go b/common/config.go index f971c5b..0ce1214 100644 --- a/common/config.go +++ b/common/config.go @@ -96,4 +96,7 @@ var ( NoHosts string SC string PortAdd string + UserAdd string + PassAdd string + BruteThread int )