change default payload
parent
275f70e77e
commit
960893b99d
|
@ -40,7 +40,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
||||||
},
|
},
|
||||||
'DefaultOptions' => {
|
'DefaultOptions' => {
|
||||||
'EXITFUNC' => 'thread',
|
'EXITFUNC' => 'thread',
|
||||||
'PAYLOAD' => 'windows/x64/meterpreter/reverse_tcp'
|
'PAYLOAD' => 'windows/meterpreter/reverse_tcp'
|
||||||
}
|
}
|
||||||
))
|
))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue