diff --git a/README.md b/README.md index fddf2b8..0d40ec4 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ NSE script using some well-known service to provide info on vulnerabilities +![Result example](example.png) + ## Dependencies: nmap libraries: http diff --git a/example.png b/example.png new file mode 100644 index 0000000..10137ab Binary files /dev/null and b/example.png differ diff --git a/vulners.nse b/vulners.nse index 0b53a39..d0b1ac5 100644 --- a/vulners.nse +++ b/vulners.nse @@ -32,7 +32,7 @@ local http = require "http" local json = require "json" local string = require "string" -local api_version="0.3" +local api_version="1.0" portrule = function(host, port)