Skip to content

Commit 6add677

Browse files
author
Ilya Govorkov
committed
First release
Add simple example.png
1 parent 69cbfb5 commit 6add677

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
NSE script using some well-known service to provide info on vulnerabilities
99

10+
![Result example](example.png)
11+
1012
## Dependencies:
1113
nmap libraries:
1214
http

example.png

190 KB
Loading

vulners.nse

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ local http = require "http"
3232
local json = require "json"
3333
local string = require "string"
3434

35-
local api_version="0.3"
35+
local api_version="1.0"
3636

3737

3838
portrule = function(host, port)

0 commit comments

Comments
 (0)