pkg

package
v0.0.1-alpha Latest Latest
Warning

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

Go to latest
Published: Oct 29, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

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 BroadcastTraffic struct {
	Protocol string `json:"protocol"`
	SourceIP string `json:"source_ip"`
}

type DNSServer

type DNSServer struct {
	SourceIP string `json:"source_ip"`
}

type ICMPTraffic

type ICMPTraffic struct {
	SourceIP string `json:"source_ip"`
	DestIP   string `json:"dest_ip"`
	ICMPType string `json:"icmp_type"`
}

type NetworkTopology

type NetworkTopology struct {
	IP          string `json:"ip"`
	PacketCount int    `json:"packet_count"`
}

type OpenPort

type OpenPort struct {
	SourceIP string `json:"source_ip"`
	DestIP   string `json:"dest_ip"`
	Port     string `json:"port"`
}

type PotentialDomainController

type PotentialDomainController struct {
	SourceIP string `json:"source_ip"`
	Protocol string `json:"protocol"`
}

type ProtocolDistribution

type ProtocolDistribution struct {
	Protocol   string `json:"protocol"`
	FrameCount int    `json:"frame_count"`
}

type SMBUsage

type SMBUsage struct {
	SourceIP string `json:"source_ip"`
	DestIP   string `json:"dest_ip"`
}

type SSDPTraffic

type SSDPTraffic struct {
	SourceIP      string `json:"source_ip"`
	HTTPUserAgent string `json:"http_user_agent"`
}

type STPRootBridge

type STPRootBridge struct {
	VLANID   string `json:"vlan_id"`
	RootMAC  string `json:"root.mac"`
	RootCost string `json:"root.cost"`
}

type UnencryptedProtocol

type UnencryptedProtocol struct {
	Protocol    string `json:"protocol"`
	PacketCount int    `json:"packet_count"`
}

type UnusualProtocol

type UnusualProtocol struct {
	Protocol    string `json:"protocol"`
	PacketCount int    `json:"packet_count"`
}

type VLANID

type VLANID struct {
	VLANID string `json:"vlan_id"`
}

type WeakSSLTLS

type WeakSSLTLS struct {
	SourceIP         string `json:"source_ip"`
	DestinationIP    string `json:"destination_ip"`
	TLSHandshakeCS   string `json:"tls_handshake_ciphersuite"`
	TLSRecordVersion string `json:"tls_record_version"`
}

Jump to

Keyboard shortcuts

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