From da71cbc57587cf4bb3d3e9012307bde73699b234 Mon Sep 17 00:00:00 2001 From: M09Ic Date: Mon, 26 Aug 2024 02:23:46 +0800 Subject: [PATCH] fix -a not load recon bug --- internal/option.go | 1 + templates | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/internal/option.go b/internal/option.go index 47d7733..bc666f6 100644 --- a/internal/option.go +++ b/internal/option.go @@ -479,6 +479,7 @@ func (opt *Option) BuildPlugin(r *Runner) error { opt.BakPlugin = true opt.CommonPlugin = true opt.ActivePlugin = true + opt.ReconPlugin = true } if opt.ReconPlugin { diff --git a/templates b/templates index 24946e6..eb3f934 160000 --- a/templates +++ b/templates @@ -1 +1 @@ -Subproject commit 24946e621e3ff07440d43082dc0b60a7f10a0134 +Subproject commit eb3f934b623c0e9bcc895cc8828ec88913ea8311