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

Updates category in NSE scripts. Closes #728. Fixes #726. Patch provided by Varunram.

This commit is contained in:
rewanth
2017-06-27 15:01:27 +00:00
parent cedbed8398
commit 71afbc5aed
5 changed files with 5 additions and 6 deletions

View File

@@ -32,7 +32,7 @@ Retrieves version and database information from a SAP Max DB database.
author = "Patrik Karlsson"
license = "Same as Nmap--See https://nmap.org/book/man-legal.html"
categories = { "default", "version" }
categories = { "default", "version", "safe" }
portrule = shortport.version_port_or_service(7210, "maxdb", "tcp")