Skip to content

Commit

Permalink
add spider 2022-07-19 20:27:1658233675
Browse files Browse the repository at this point in the history
  • Loading branch information
x51pwn committed Jul 19, 2022
1 parent a42f205 commit 558132f
Show file tree
Hide file tree
Showing 215 changed files with 147,034 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pocs_go/ms/NetBIOS.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ type HostInfo struct {

var Scantype string

func NetBIOS(info *HostInfo) string,error {
func NetBIOS(info *HostInfo) (string, error) {
nbname, err := NetBIOS1(info)
var msg, isdc string

Expand All @@ -69,7 +69,7 @@ func NetBIOS(info *HostInfo) string,error {
if len(nbname.group) > 0 || len(nbname.unique) > 0 {
return msg, nil
}
return "",err
return "", err
}

func NetBIOS1(info *HostInfo) (nbname NbnsName, err error) {
Expand Down
File renamed without changes.
2 changes: 2 additions & 0 deletions vendor/github.com/chromedp/cdproto/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions vendor/github.com/chromedp/cdproto/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 29 additions & 0 deletions vendor/github.com/chromedp/cdproto/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 558132f

Please sign in to comment.