nmap-completion icon indicating copy to clipboard operation
nmap-completion copied to clipboard

Bash-completion script for Nmap

Results 3 nmap-completion issues
Sort by recently updated
recently updated
newest added

On 08/09/2011 12:27 PM, Vasiliy Kulikov wrote: > Hi Daniel, > > This nice script can be improved for --script-args usage. I'm not > familiar with bash completion, but the...

In PR #3 , we were parsing a file every time when the user tries to autocomplete --script-args command, it is very ineffective as we have to access the file...

Right now, --script will tab-complete names of scripts that can be found in Nmap's search path (`$NMAPDIR/scripts/*.nse` and `~/.nmap/scripts/*.nse`) but doesn't work for absolute or relative paths to scripts in...