mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 21:21:31 +00:00
Fix a typo in vulns.lua
This commit is contained in:
@@ -391,7 +391,7 @@ STATE_MSG = {
|
|||||||
[STATE.VULN] = 'VULNERABLE',
|
[STATE.VULN] = 'VULNERABLE',
|
||||||
[STATE.DoS] = 'VULNERABLE (DoS)',
|
[STATE.DoS] = 'VULNERABLE (DoS)',
|
||||||
[STATE.EXPLOIT] = 'VULNERABLE (Exploitable)',
|
[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)',
|
[bit.bor(STATE.EXPLOIT,STATE.VULN)] = 'VULNERABLE (Exploitable)',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user