Support for echo and printf command stager flavors + support for curl and wget command stager flavors (hence reactivation of SRVHOST, SRVPORT, URIPATH and SSLCert).

GSoC/Meterpreter_Web_Console
Quentin Kaiser 2018-12-18 15:48:58 +01:00
parent f290221a66
commit 551f8c5e92
1 changed files with 1 additions and 2 deletions

View File

@ -31,10 +31,9 @@ class MetasploitModule < Msf::Exploit::Remote
'Platform' => 'linux',
'Targets' => [ [ 'Linux', {} ] ],
'Payload' => {},
'CmdStagerFlavor' => [ 'bourne' ],
'CmdStagerFlavor' => [ 'bourne', 'echo', 'printf', 'wget', 'curl' ],
'Privileged' => false,
'DefaultTarget' => 0))
deregister_options('SRVHOST', 'SRVPORT', 'SSLCert', 'URIPATH')
register_options(
[
OptString.new('TARGETURI', [true, 'The base path', '/']),