metasploit-framework/lib/msf/ui
RageLtMan 548a710745 Replace db_nmap string concat with an Array
16eab48012 introduced changes to
cmd_db_nmap which pass a new arguments variable to Open3 with a
list of args excluding save.

This approach created a problem wherein the address of the target
had to be passed in first and arguments could get mangled.

Reintroduce an array format, exploding when passing to Open3.
Ensure output file options are appended to the arguments being
passed to Open3, instead of the args variable.

Error example:
db_nmap -F 192.168.0.1
[*] Nmap: 'nmap: unrecognized option '- 192.168.0.1 ''
2015-03-24 04:36:58 -04:00
..
console Replace db_nmap string concat with an Array 2015-03-24 04:36:58 -04:00
web Retab lib 2013-08-30 16:28:33 -05:00
banner.rb This is halloween. 2014-10-30 23:35:12 -05:00
common.rb Retab lib 2013-08-30 16:28:33 -05:00
console.rb Mark all libraries as defaulting to 8-bit strings 2012-06-29 00:18:28 -05:00
driver.rb Retab lib 2013-08-30 16:28:33 -05:00
web.rb Mark all libraries as defaulting to 8-bit strings 2012-06-29 00:18:28 -05:00