mirror of
https://github.com/rapid7/metasploit-payloads
synced 2024-12-21 05:35:54 +01:00
Added SuperSU.apk to check_root
This commit is contained in:
parent
fc775349fc
commit
b47ed549c8
@ -33,6 +33,12 @@ public class check_root_android implements Command {
|
||||
return true;
|
||||
}
|
||||
|
||||
//Added check for SuperSU
|
||||
file = new File("/system/app/SuperSU.apk");
|
||||
if (file.exists()) {
|
||||
return true;
|
||||
}
|
||||
|
||||
} catch (Exception e1) {
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user