From 28e9cf600b2b4dfe32fdd458ac05404a0093bde3 Mon Sep 17 00:00:00 2001 From: djalal Date: Thu, 12 Aug 2010 03:54:13 +0000 Subject: [PATCH] Add a missing require('stdnse') --- scripts/rpcinfo.nse | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/rpcinfo.nse b/scripts/rpcinfo.nse index 8230d18b5..7f1d11a5e 100644 --- a/scripts/rpcinfo.nse +++ b/scripts/rpcinfo.nse @@ -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'