← Back to search

Search Local Nmap NSE Scripts

enumerationtool

Summary

List the installed Nmap NSE scripts and filter by service prefix to find relevant checks before scanning.

Walkthrough

Browse the locally installed NSE scripts to find ones relevant to a discovered service.

Steps

  1. List the scripts directory and pipe through grep with the service prefix (e.g. ftp-, smb-, http-) to find matching scripts to run with --script.

Commands

bash

ls -al /usr/share/nmap/scripts/ | grep ftp-