disable reverse_http methods from upexec and shell payloads
These don't work over http and don't appear to have ever, as far back as I could test. They appear to be an accident perhaps.bug/bundler_fix
parent
7be665d74e
commit
9ade107325
|
@ -23,7 +23,7 @@ module Metasploit3
|
|||
'Session' => Msf::Sessions::CommandShellWindows,
|
||||
'PayloadCompat' =>
|
||||
{
|
||||
'Convention' => 'sockedi -https'
|
||||
'Convention' => 'sockedi -http -https'
|
||||
},
|
||||
'Stage' =>
|
||||
{
|
||||
|
|
|
@ -23,7 +23,7 @@ module Metasploit3
|
|||
'Session' => Msf::Sessions::CommandShellWindows,
|
||||
'PayloadCompat' =>
|
||||
{
|
||||
'Convention' => 'sockedi -https'
|
||||
'Convention' => 'sockedi -http -https'
|
||||
},
|
||||
'Stage' =>
|
||||
{
|
||||
|
|
|
@ -23,7 +23,7 @@ module Metasploit3
|
|||
'Session' => Msf::Sessions::CommandShellWindows,
|
||||
'PayloadCompat' =>
|
||||
{
|
||||
'Convention' => 'sockrdi'
|
||||
'Convention' => 'sockrdi -http -https'
|
||||
},
|
||||
'Stage' =>
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue