Support for echo and printf command stager flavors + support for curl and wget command stager flavors (hence reactivation of SRVHOST, SRVPORT, URIPATH and SSLCert).
parent
f290221a66
commit
551f8c5e92
|
@ -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', '/']),
|
||||
|
|
Loading…
Reference in New Issue