Skip to content

Instantly share code, notes, and snippets.

@Sinkmanu
Created July 22, 2016 07:44
Show Gist options
  • Save Sinkmanu/9a43bf3d4903e83cdab792ec0403b1a7 to your computer and use it in GitHub Desktop.
Save Sinkmanu/9a43bf3d4903e83cdab792ec0403b1a7 to your computer and use it in GitHub Desktop.
Script to find nmap scripts by name
#!/bin/bash
# vim /usr/bin/findnmapscripts
# chmod +x /usr/bin/findnmapscripts
# findnmapscripts http
find /usr/share/nmap/scripts/ -name "*$1*" | cut -d "/" -f 6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment