1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-20 14:39:02 +00:00

Removes OSVDB references from scripts. Closes #1534

Code specific to OSVDB in vulns.lua is retained for historical reasons
This commit is contained in:
nnposter
2019-04-02 16:51:36 +00:00
parent e945f8363f
commit a520bf8f23
19 changed files with 77 additions and 82 deletions

View File

@@ -35,8 +35,7 @@ description = [[
-- |
-- | References:
-- | http://fish2.com/ipmi/cipherzero.html
-- | http://osvdb.org/show/osvdb/93039
-- |_ http://osvdb.org/show/osvdb/93040
-- |_ https://www.us-cert.gov/ncas/alerts/TA13-207A
--
author = "Claudiu Perta <claudiu.perta@gmail.com>"
@@ -63,8 +62,7 @@ functionality
]],
references = {
'http://fish2.com/ipmi/cipherzero.html',
'http://osvdb.org/show/osvdb/93040',
'http://osvdb.org/show/osvdb/93039',
'https://www.us-cert.gov/ncas/alerts/TA13-207A',
}
}