Task 12 - Searching for Scripts

Task 12 NSE Scripts Searching for Scripts

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

Read through this script. What does it depend on?

smb-os-discovery.nse line:81
dependencies = {"smb-brute"}
Reveal Flag đŸš©

đŸš©smb-brute

Last updated