1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-20 21:29:06 +00:00

More clearly note the cases where the target mac address is available to NSE

This commit is contained in:
fyodor
2011-12-20 22:57:43 +00:00
parent 2825246f28
commit 9276d6f6fc

View File

@@ -1657,7 +1657,7 @@ LUALIB_API int luaopen_openssl(lua_State *L) {
<listitem>
<para>MAC address<indexterm><primary>MAC address</primary></indexterm>
of the destination host (six-byte-long binary
string) or <literal>nil</literal>, if the host is not directly connected.
string) if available, otherwise <literal>nil</literal>. 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.
</para>
</listitem>
</varlistentry>