We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfee5e5 commit ba2b4f1Copy full SHA for ba2b4f1
pkg/core/conf/config.go
@@ -1,7 +1,7 @@
1
package conf
2
3
const (
4
- Version = "2.2"
+ Version = "2.2.1"
5
AppName = "KSubdomain"
6
Description = "无状态子域名爆破工具"
7
)
pkg/runner/runner.go
@@ -197,7 +197,7 @@ func (r *Runner) RunEnumeration(ctx context.Context) {
197
}()
198
wg.Wait()
199
if r.options.Predict {
200
- time.Sleep(10 * time.Second)
+ gologger.Infof("预测模式暂时下线了\n")
201
}
202
close(predictChanel)
203
close(r.recver)
0 commit comments