dddd/lib/gonmap/type-fingerprint.go

21 lines
373 B
Go
Raw Normal View History

2023-08-18 08:55:46 +02:00
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/
}