From 9276d6f6fcfd53e166701b101130dfbcb71c24ef Mon Sep 17 00:00:00 2001 From: fyodor Date: Tue, 20 Dec 2011 22:57:43 +0000 Subject: [PATCH] More clearly note the cases where the target mac address is available to NSE --- docs/scripting.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scripting.xml b/docs/scripting.xml index f0a549a7e..ea3c666fd 100644 --- a/docs/scripting.xml +++ b/docs/scripting.xml @@ -1657,7 +1657,7 @@ LUALIB_API int luaopen_openssl(lua_State *L) { MAC addressMAC address of the destination host (six-byte-long binary - string) or nil, if the host is not directly connected. + string) if available, otherwise nil. The MAC address is generally only available for hosts directly connected on a LAN and only if Nmap is doing a raw packet scan such as SYN scan.