Don't register rport again

bug/bundler_fix
jvazquez-r7 2014-01-31 09:42:41 -06:00
parent 452042e757
commit 53c2a737e9
1 changed files with 1 additions and 1 deletions

View File

@ -36,8 +36,8 @@ class Metasploit3 < Msf::Auxiliary
register_options( register_options(
[ [
Opt::RPORT(8080),
OptString.new('TARGETURI', [true, 'The base path to the Support Center Plus installation', '/']), OptString.new('TARGETURI', [true, 'The base path to the Support Center Plus installation', '/']),
OptString.new('RPORT', [true, 'Remote port of the Support Center Plus installation', '8080']),
OptString.new('USER', [true, 'The Support Center Plus user', 'guest']), OptString.new('USER', [true, 'The Support Center Plus user', 'guest']),
OptString.new('PASS', [true, 'The Support Center Plus password', 'guest']), OptString.new('PASS', [true, 'The Support Center Plus password', 'guest']),
OptString.new('FILE', [true, 'The Support Center Plus password', '/etc/passwd']) OptString.new('FILE', [true, 'The Support Center Plus password', '/etc/passwd'])