mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 12:41:29 +00:00
Make mongodb-info and mongodb-databases default as they're fast, safe,
and give good information.
This commit is contained in:
@@ -34,7 +34,7 @@ Attempts to get tables from a MongoDB
|
|||||||
|
|
||||||
author = "Martin Holst Swende"
|
author = "Martin Holst Swende"
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
categories = {"discovery", "safe"}
|
categories = {"default", "discovery", "safe"}
|
||||||
|
|
||||||
require "mongodb"
|
require "mongodb"
|
||||||
require "shortport"
|
require "shortport"
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ Attempts to get build info and server status from a MongoDB
|
|||||||
|
|
||||||
author = "Martin Holst Swende"
|
author = "Martin Holst Swende"
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
categories = {"discovery", "safe"}
|
categories = {"default", "discovery", "safe"}
|
||||||
|
|
||||||
require "mongodb"
|
require "mongodb"
|
||||||
require "shortport"
|
require "shortport"
|
||||||
|
|||||||
Reference in New Issue
Block a user