1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-29 19:09:01 +00:00

Add a missing require('stdnse')

This commit is contained in:
djalal
2010-08-12 03:54:13 +00:00
parent 0ae240c1e8
commit 28e9cf600b

View File

@@ -20,6 +20,7 @@ author = "Patrik Karlsson"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
categories = {"discovery", "safe"}
require 'stdnse'
require 'shortport'
require 'rpc'