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 )