mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
New fingerprint for FortiGate IKE. Closes #694
This commit is contained in:
parent
a7c8d25c56
commit
594d5e33c9
1 changed files with 9 additions and 0 deletions
|
|
@ -239,6 +239,15 @@ table.insert(fingerprints, {
|
|||
});
|
||||
|
||||
|
||||
table.insert(fingerprints, {
|
||||
category = 'vendor',
|
||||
vendor = 'Fortinet FortiGate',
|
||||
version = "v5",
|
||||
ostype = "Fortigate v5",
|
||||
devicetype = 'Network Security Appliance',
|
||||
cpe = 'cpe:/h:fortinet:fortigate',
|
||||
fingerprint = '^8299031757a36082c6a621de....'
|
||||
});
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
-- FreeS/WAN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue