changed default port

GSoC/Meterpreter_Web_Console
Shelby Pace 2018-08-01 13:30:19 -05:00
parent bbe6206026
commit 10d4061672
No known key found for this signature in database
GPG Key ID: B2F3A8B476406857
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class MetasploitModule < Msf::Auxiliary
[
OptString.new('TARGETURI', [ true, 'Path to Cisco installation', '/' ]),
OptBool.new('SSL', [ true, 'Use SSL', true ]),
Opt::RPORT(8080)
Opt::RPORT(443)
])
end