mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Corrects the IKE attribute type for 2048-bit MODP group. Fixes #523
This commit is contained in:
parent
d4f698bc59
commit
666cd648c3
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ local GROUP_DESCRIPTION = {
|
|||
["768"] = 0x80040001,
|
||||
["1024"] = 0x80040002,
|
||||
["1536"] = 0x80040005,
|
||||
["2048"] = 0x0004000E,
|
||||
["2048"] = 0x8004000E,
|
||||
}
|
||||
|
||||
local EXCHANGE_MODE = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue