Skip to content

Commit 22a0d97

Browse files
committed
Don't delete the payload after running.
1 parent fb99c61 commit 22a0d97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/exploits/android/adb/adb_server_exec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ def exploit
6060
prefix: '\\\\0',
6161
temp: datastore['WritableDir'],
6262
linemax: Rex::Proto::ADB::Message::Connect::DEFAULT_MAXDATA-8,
63-
background: true
63+
background: true,
64+
nodelete: true
6465
})
6566
end
6667
end

0 commit comments

Comments
 (0)