Documentation ¶
Index ¶
- Constants
- Variables
- type AnalysisResult
- type BroadcastTraffic
- type DNSServer
- type ICMPTraffic
- type NetworkTopology
- type OpenPort
- type PotentialDomainController
- type ProtocolDistribution
- type SMBUsage
- type SSDPTraffic
- type STPRootBridge
- type UnencryptedProtocol
- type UnusualProtocol
- type VLANID
- type WeakSSLTLS
Constants ¶
View Source
const (
Version = "0.0.1"
)
Variables ¶
View Source
var ( NordBg = tcell.NewRGBColor(46, 52, 64) // Nord0 NordFg = tcell.NewRGBColor(216, 222, 233) // Nord4 NordHighlight = tcell.NewRGBColor(235, 203, 139) // Nord13 NordAccent = tcell.NewRGBColor(191, 97, 106) // Nord12 )
Functions ¶
This section is empty.
Types ¶
type AnalysisResult ¶
type AnalysisResult struct { Name string `json:"name"` Output interface{} `json:"output"` }
type BroadcastTraffic ¶
type ICMPTraffic ¶
type NetworkTopology ¶
type ProtocolDistribution ¶
type SSDPTraffic ¶
type STPRootBridge ¶
type UnencryptedProtocol ¶
type UnusualProtocol ¶
Click to show internal directories.
Click to hide internal directories.