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:
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");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user