AndroidReverseShell icon indicating copy to clipboard operation
AndroidReverseShell copied to clipboard

Root method did not work

Open anandharaj-dotworld opened this issue 4 years ago • 0 comments

final Process process = Runtime.getRuntime().exec(new String[]{"su", "-c", "system/bin/sh"}); Server did not receiving shell

anandharaj-dotworld avatar Nov 02 '21 12:11 anandharaj-dotworld