mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +00:00
More clearly note the cases where the target mac address is available to NSE
This commit is contained in:
parent
2825246f28
commit
9276d6f6fc
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue