Documentation
¶
Index ¶
- Variables
- func GetFQDN() (string, error)
- func GetInterfaces(filewrite bool) map[string]InterfaceData
- func JsonDump(i interface{}, fn string)
- func ProcessListeners(ssdata []string)
- func ProcessNMAP(nmapdata []string, filename string)
- func ProcessRoutes(RouteData []string)
- func ProcessUFW(ufwdata []string)
- func ReadFile(filePath string) (result []string)
- func ReadListenerFile(filePath string) []string
- func ReadListenerProc() []string
- func ReadNMAPFile(filePath string) []string
- func ReadPipe(args ...string) (result []string)
- func ReadRoutesProc() []string
- func ReadUFWFile(filePath string) []string
- func ReadUFWProc() []string
- func SuggestNmapLocations()
- type FWrules
- type InterfaceData
- type Listener
- type Nmap
- type NmapFile
- type RouteEntry
Constants ¶
This section is empty.
Variables ¶
View Source
var FWrulesByPort = make(map[string][]FWrules)
View Source
var InterfaceNames = []string{}
View Source
var InterfacesByName = make(map[string]InterfaceData)
View Source
var ListenersByPort = make(map[string][]Listener)
View Source
var ListenersByRow = make([]Listener, 0)
View Source
var NmapResults = make([]NmapFile, 0)
View Source
var RouteTable = make([]RouteEntry, 0)
Functions ¶
func GetInterfaces ¶
func GetInterfaces(filewrite bool) map[string]InterfaceData
func ProcessListeners ¶
func ProcessListeners(ssdata []string)
func ProcessNMAP ¶
func ProcessRoutes ¶
func ProcessRoutes(RouteData []string)
func ProcessUFW ¶
func ProcessUFW(ufwdata []string)
func ReadListenerFile ¶
func ReadListenerProc ¶
func ReadListenerProc() []string
func ReadNMAPFile ¶
func ReadRoutesProc ¶
func ReadRoutesProc() []string
func ReadUFWFile ¶
func ReadUFWProc ¶
func ReadUFWProc() []string
func SuggestNmapLocations ¶
func SuggestNmapLocations()
Types ¶
type InterfaceData ¶
type RouteEntry ¶
Click to show internal directories.
Click to hide internal directories.