31510167e6
Squashed commit of the following: commit e1a1f84f9b1ce6466e82c72e39070c34607d6769 Author: James Lee <egypt@metasploit.com> Date: Fri Aug 3 14:13:33 2012 -0600 Fix 1.8 compat commit 26533219896b6e874b2f2113e7cbc6d5d7d1ac79 Author: Daniel Miller <bonsaiviking@gmail.com> Date: Thu Aug 2 09:50:38 2012 -0500 Handle early Nmap versions that don't take absolute paths commit 00db80131deba1f4a3bcc289b394feb5057fbbe9 Author: Daniel Miller <bonsaiviking@gmail.com> Date: Fri Jul 27 11:58:36 2012 -0500 Add compatibility args to setuid_nmap command Nmap before 4.75 would not run a script without a port scan being performed. Example: 4.53 installed on Metasploitable would not work. Added "-p80 localhost" to the command to ensure it works with these older versions. [Closes #649]