Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterNetworkRouter ¶
func RegisterNetworkRouter(router fiber.Router) error
Types ¶
type MiniModule ¶
type MiniModule interface { Run(job generalEntities.JobModel) (interface{}, error) // Executes the mini-module logic Name() string // Returns the mini-module name }
type NetworkModule ¶
type NetworkModule struct {
// contains filtered or unexported fields
}
NetworkModule orchestrates network-related scans through sub-modules
func NewNetworkModule ¶
func NewNetworkModule() *NetworkModule
func (*NetworkModule) Execute ¶
func (m *NetworkModule) Execute(job generalEntities.JobModel, website types.WebsiteAnalysis) error
Execute runs the Network-specific scan logic
Click to show internal directories.
Click to hide internal directories.