change default payload

MS-2855/keylogger-mettle-extension
Austin 2017-11-22 06:36:46 -05:00 committed by GitHub
parent 275f70e77e
commit 960893b99d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class MetasploitModule < Msf::Exploit::Remote
},
'DefaultOptions' => {
'EXITFUNC' => 'thread',
'PAYLOAD' => 'windows/x64/meterpreter/reverse_tcp'
'PAYLOAD' => 'windows/meterpreter/reverse_tcp'
}
))