Remove unnecessary RPORT, which comes from HttpClient

bug/bundler_fix
Jon Hart 2014-12-11 14:32:04 -08:00
parent f8c25d83e5
commit c9acd7a233
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ class Metasploit4 < Msf::Auxiliary
register_options( register_options(
[ [
Opt::RPORT(80),
OptString.new('TARGETURI', [true, 'The path to BMC TrackIt!', '/']), OptString.new('TARGETURI', [true, 'The path to BMC TrackIt!', '/']),
OptString.new('LOCALUSER', [true, 'The local user to change password for', 'Administrator']), OptString.new('LOCALUSER', [true, 'The local user to change password for', 'Administrator']),
OptString.new('DOMAIN', [false, 'The domain of the user. By default the local user\'s computer name will be autodetected', '']) OptString.new('DOMAIN', [false, 'The domain of the user. By default the local user\'s computer name will be autodetected', ''])