mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Fix a typo in vulns.lua
This commit is contained in:
parent
f89d7610b0
commit
83c9e060fc
1 changed files with 1 additions and 1 deletions
|
|
@ -391,7 +391,7 @@ STATE_MSG = {
|
|||
[STATE.VULN] = 'VULNERABLE',
|
||||
[STATE.DoS] = 'VULNERABLE (DoS)',
|
||||
[STATE.EXPLOIT] = 'VULNERABLE (Exploitable)',
|
||||
[bit.bor(STATE.DoS,STATE.VULN)] = 'VUNERABLE (DoS)',
|
||||
[bit.bor(STATE.DoS,STATE.VULN)] = 'VULNERABLE (DoS)',
|
||||
[bit.bor(STATE.EXPLOIT,STATE.VULN)] = 'VULNERABLE (Exploitable)',
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue