Skip to content

Commit

Permalink
add notlsvalidation to s3
Browse files Browse the repository at this point in the history
  • Loading branch information
firefart committed Jan 28, 2021
1 parent 8cfbcb7 commit 68e8ff3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/cmd/s3.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ func parseS3Options() (*libgobuster.Options, *gobusters3.OptionsS3, error) {
plugin.UserAgent = httpOpts.UserAgent
plugin.Proxy = httpOpts.Proxy
plugin.Timeout = httpOpts.Timeout
plugin.NoTLSValidation = httpOpts.NoTLSValidation

plugin.MaxFilesToList, err = cmdS3.Flags().GetInt("maxfiles")
if err != nil {
Expand Down

0 comments on commit 68e8ff3

Please sign in to comment.