Don't delete the payload after running.

bug/bundler_fix
joev 2016-01-07 02:26:01 -06:00
parent fb99c61089
commit 22a0d970da
1 changed files with 2 additions and 1 deletions

View File

@ -60,7 +60,8 @@ class Metasploit3 < Msf::Exploit::Remote
prefix: '\\\\0',
temp: datastore['WritableDir'],
linemax: Rex::Proto::ADB::Message::Connect::DEFAULT_MAXDATA-8,
background: true
background: true,
nodelete: true
})
end
end