network

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 7, 2024 License: GPL-3.0 Imports: 14 Imported by: 0

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

Execute runs the Network-specific scan logic

func (*NetworkModule) Name

func (m *NetworkModule) Name() string

Name returns the module name

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL