Skip to content

Commit

Permalink
forgot one file
Browse files Browse the repository at this point in the history
  • Loading branch information
firefart committed Jan 28, 2021
1 parent 68e8ff3 commit 9d3c2c4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions gobusters3/gobusters3.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ func NewGobusterS3(cont context.Context, globalopts *libgobuster.Options, opts *
}

basicOptions := libgobuster.BasicHTTPOptions{
Proxy: opts.Proxy,
Timeout: opts.Timeout,
UserAgent: opts.UserAgent,
Proxy: opts.Proxy,
Timeout: opts.Timeout,
UserAgent: opts.UserAgent,
NoTLSValidation: opts.NoTLSValidation,
}

httpOpts := libgobuster.HTTPOptions{
Expand Down

0 comments on commit 9d3c2c4

Please sign in to comment.