Skip to content

Commit

Permalink
Update all.go
Browse files Browse the repository at this point in the history
  • Loading branch information
zha0gongz1 authored Jul 4, 2023
1 parent 8e4db82 commit 6cca3dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/all.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ func AllFunc(ipd, ports *string, noPing, noWeb, noBrute *bool, thread *int) {
}
case !*noBrute && strings.Contains(tmp, ":1433"):
{
fmt.Println("SqlServer")
for _, userDict := range portdic.Users["mssql"] {
for _, passDict := range portdic.Passwords {
ts = append(ts, Task{strings.Split(tmp, ":")[0], "1433", userDict, passDict})
Expand Down

0 comments on commit 6cca3dc

Please sign in to comment.