Don't delete the payload after running.
parent
fb99c61089
commit
22a0d970da
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue