2 Star 25 Fork 9

zan8in/afrog

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
main.go 313 Bytes
Copy Edit Raw Blame History
zan8in authored 2024-03-16 09:11 . update v3
package main
import (
"fmt"
"github.com/zan8in/afrog/v3"
)
func main() {
if err := afrog.NewScanner([]string{"http://example.com"}, afrog.Scanner{
Severity: "High",
Search: "hikvision",
AppendPoc: []string{"D:\\GoWork\\github\\zan8in\\vulnerdb"},
}); err != nil {
fmt.Println(err.Error())
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/zanbin/afrog.git
git@gitee.com:zanbin/afrog.git
zanbin
afrog
afrog
main

Search