AndroidReverseShell icon indicating copy to clipboard operation
AndroidReverseShell copied to clipboard

A simple reverse tcp shell example for Android

Results 2 AndroidReverseShell issues
Sort by recently updated
recently updated
newest added

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