Search for "smb" scripts in the /usr/share/nmap/scripts/ directory using either of the demonstrated methods. What is the filename of the script which determines the underlying OS of the SMB server?
Reveal Flag 🚩
🚩smb-os-discovery.nse
{% code title="smb-os-discovery.nse line:81" %}
dependencies = {"smb-brute"}
{% endcode %}
{% hint style="warning" %}
HINT: Look for dependencies = {}
in the Lua script.
{% endhint %}
Reveal Flag 🚩
🚩smb-brute