Skip to content

Commit

Permalink
First release
Browse files Browse the repository at this point in the history
Add simple example.png
  • Loading branch information
Ilya Govorkov committed Dec 27, 2017
1 parent 69cbfb5 commit 6add677
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

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

![Result example](example.png)

## Dependencies:
nmap libraries:
http
Expand Down
Binary file added example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion vulners.nse
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6add677

Please sign in to comment.