mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-07-15 05:42:35 +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)
|
|
} |