Documentation
¶
Overview ¶
Package filebrowser implements a detector for weak/guessable passwords on a filebrowser instance. To test and install filebrowser, simply follow the instructions in https://filebrowser.org/installation
Index ¶
Constants ¶
View Source
const (
// Name of the detector.
Name = "weakcredentials/filebrowser"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Detector ¶
type Detector struct{}
Detector is a SCALIBR Detector for weak/guessable passwords from /etc/shadow.
func (Detector) RequiredExtractors ¶
RequiredExtractors returns an empty list as there are no dependencies.
func (Detector) Requirements ¶
func (Detector) Requirements() *plugin.Capabilities
Requirements of the detector.
Click to show internal directories.
Click to hide internal directories.