DB Schema:OSMatches
From Matt's Network Monitor
[edit] Description
The "OS matches" table may contain the device name, model and operating system of this particular host.
[edit] Fields
| Name | Data Type | Description |
|---|---|---|
| name | varchar(255) | Device name, model, name of this operating system (ex. "Cisco Catalyst 3750 Switch"). |
| accuracy | int(3) | A percentage measuring how accurate nmap believes this guess to be. |
[edit] Relationships
- OsMatches belongs_to :Hosts
