1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-16 04:39:03 +00:00

Update http urls for nmap.org to https

This commit is contained in:
dmiller
2015-11-05 20:41:05 +00:00
parent c06e50b703
commit f4619edece
722 changed files with 1345 additions and 1405 deletions

View File

@@ -12,7 +12,7 @@ local table = require "table"
-- http://www.irvineunderground.org
--
-- This file is released under the Nmap license; see:
-- http://nmap.org/book/man-legal.html
-- https://nmap.org/book/man-legal.html
--
-- @args http-fingerprints.nikto-db-path Looks at the given path for nikto database.
-- It then converts the records in nikto's database into our Lua table format

View File

@@ -16,7 +16,7 @@ Unknown ids:
]]
author = "Jesper Kueckelhahn"
license = "Simplified (2-clause) BSD license--See http://nmap.org/svn/docs/licenses/BSD-simplified"
license = "Simplified (2-clause) BSD license--See https://nmap.org/svn/docs/licenses/BSD-simplified"
fingerprints = {};

View File

@@ -10,7 +10,7 @@ import java.io.*;
* javac JDWPExecCmd.java (should be in the nselib/data/ directory).
*
* author = "Aleksandar Nikolic"
* license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
* license = "Same as Nmap--See https://nmap.org/book/man-legal.html"
*/
public class JDWPExecCmd {
@@ -28,4 +28,4 @@ public class JDWPExecCmd {
}
return result;
}
}
}

View File

@@ -7,7 +7,7 @@ import java.util.Date;
* javac JDWPSystemInfo.java (should be in the nselib/data/jdwp-class directory).
*
* author = "Aleksandar Nikolic"
* license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
* license = "Same as Nmap--See https://nmap.org/book/man-legal.html"
*/
public class JDWPSystemInfo {
@@ -38,4 +38,4 @@ public class JDWPSystemInfo {
System.out.println(run());
}
}
}

View File

@@ -49,7 +49,7 @@ local target = require "target"
--
--
-- @author "Patrik Karlsson <patrik@cqure.net>"
-- @copyright Same as Nmap--See http://nmap.org/book/man-legal.html
-- @copyright Same as Nmap--See https://nmap.org/book/man-legal.html
-- Version 0.2
-- Created 07/25/2011 - v0.1 - created by Patrik Karlsson

View File

@@ -26,7 +26,7 @@
*
* @auther Ron Bowes
* @copyright Ron Bowes
* @license "Same as Nmap--See http://nmap.org/book/man-legal.html"
* @license "Same as Nmap--See https://nmap.org/book/man-legal.html"
*/
#include <stdio.h>