1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-04 05:39:01 +00:00

Note a done infrastructure task

This commit is contained in:
dmiller
2014-11-10 16:16:31 +00:00
parent c85bb0b54f
commit e5b1214a73
2 changed files with 8 additions and 8 deletions

View File

@@ -1,5 +1,13 @@
DONE:
o Web: We should probably distribute RapidSSL intermediate certificate
on SecWiki so it is trusted even if browsers don't have that cert
cached. Here's a page nothing the issue:
https://www.ssllabs.com/ssltest/analyze.html?d=secwiki.org
- We probably need to add an entry in apache conf after
SSLCertificateFile which looks something like:
SSLCertificateChainFile /etc/apache2/rapidssl.pem
o The XML version of Nmap lists and describes the six port states
recognized by Nmap near the top of the "Port Scanning Basics"
section.  That can be seen in the HTML rendering at

View File

@@ -132,14 +132,6 @@ o When scanning your own IP from Windows, Nmap currently recognizes
in this case (e.g. do a connect scan, etc.). See
http://seclists.org/nmap-dev/2013/q3/519
o Web: We should probably distribute RapidSSL intermediate certificate
on SecWiki so it is trusted even if browsers don't have that cert
cached. Here's a page nothing the issue:
https://www.ssllabs.com/ssltest/analyze.html?d=secwiki.org
- We probably need to add an entry in apache conf after
SSLCertificateFile which looks something like:
SSLCertificateChainFile /etc/apache2/rapidssl.pem
o Investigate Checkmarx static analysis report of Nmap source tree
that someone sent us on Feb 12. It looks like mostly false positives,
but we should go through to check for any real bugs or even possible