Versions in this module Expand all Collapse all v3 v3.8.0 Sep 4, 2024 Changes in this version + type GCSError struct + Error struct{ ... } + type GCSListing struct + IsTruncated string + Items []struct{ ... } + type GobusterGCS struct + func NewGobusterGCS(globalopts *libgobuster.Options, opts *OptionsGCS) (*GobusterGCS, error) + func (s *GobusterGCS) AdditionalWords(word string) []string + func (s *GobusterGCS) GetConfigString() (string, error) + func (s *GobusterGCS) Name() string + func (s *GobusterGCS) PreRun(ctx context.Context, progress *libgobuster.Progress) error + func (s *GobusterGCS) ProcessWord(ctx context.Context, word string, progress *libgobuster.Progress) error + type OptionsGCS struct + MaxFilesToList int + func NewOptionsGCS() *OptionsGCS + type Result struct + BucketName string + Found bool + Status string + func (r Result) ResultToString() (string, error)