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:
@@ -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
|
||||
|
||||
@@ -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 = {};
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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());
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user