Skip to content

Commit ba2b4f1

Browse files
committed
update 2.2.21
1 parent bfee5e5 commit ba2b4f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/core/conf/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package conf
22

33
const (
4-
Version = "2.2"
4+
Version = "2.2.1"
55
AppName = "KSubdomain"
66
Description = "无状态子域名爆破工具"
77
)

pkg/runner/runner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ func (r *Runner) RunEnumeration(ctx context.Context) {
197197
}()
198198
wg.Wait()
199199
if r.options.Predict {
200-
time.Sleep(10 * time.Second)
200+
gologger.Infof("预测模式暂时下线了\n")
201201
}
202202
close(predictChanel)
203203
close(r.recver)

0 commit comments

Comments
 (0)