mirror of
https://github.com/SleepingBag945/dddd.git
synced 2025-06-08 22:16:43 +00:00
21 lines
373 B
Go
Executable File
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/
|
|
}
|