1
mirror of https://github.com/rapid7/metasploit-payloads synced 2024-12-21 05:35:54 +01: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

View File

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