mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-22 03:10:42 +08:00
9 lines
118 B
Go
9 lines
118 B
Go
package WebScan
|
|
|
|
import (
|
|
"github.com/shadow1ng/fscan/common"
|
|
)
|
|
|
|
func WebScan(info *common.HostInfo) {
|
|
Shiro(info)
|
|
} |