dddd/lib/gonmap/type-fingerprint.go
SleepingBag945 01e7d0b159 dddd
2023-08-18 08:55:46 +02:00

21 lines
373 B
Go
Executable File

package gonmap
type FingerPrint struct {
ProbeName string
MatchRegexString string
Service string
ProductName string
Version string
Info string
Hostname string
OperatingSystem string
DeviceType string
// p/vendorproductname/
// v/version/
// i/info/
// h/hostname/
// o/operatingsystem/
// d/devicetype/
}