This commit is contained in:
shadow1ng
2020-11-17 13:15:08 +08:00
parent 30c1f267c2
commit a33ed4cfeb
6 changed files with 76 additions and 34 deletions
+9
View File
@@ -0,0 +1,9 @@
package WebScan
import (
"github.com/shadow1ng/fscan/common"
)
func WebScan(info *common.HostInfo) {
Shiro(info)
}