1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-04-06 01:16:37 +02:00

fix accidental run of su

This commit is contained in:
Joao Pena Gil 2015-06-25 23:04:12 +01:00
parent 3e3202bb71
commit 89c3da95d3

@ -59,7 +59,6 @@ public class check_root_android implements Command {
return canExecuteCommand("/system/xbin/which su") return canExecuteCommand("/system/xbin/which su")
|| canExecuteCommand("/system/bin/which su") || canExecuteCommand("/system/bin/which su")
|| canExecuteCommand("/system/xbin/su")
|| canExecuteCommand("which su"); || canExecuteCommand("which su");
} }