Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2012
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. Root Access is not properly configured or was not granted.
  2.  
  3. Superuser Application Status:
  4. Superuser application - version 3.1.3 - is installed!
  5.  
  6. System File Properties for Root Access:
  7. Standard Location
  8. Check Command: ls -l /system/bin/su:
  9. Result: /system/bin/su: No such file or directory
  10. Analysis: File /system/bin/su does not exist.
  11.  
  12. Standard Location
  13. Check Command: ls -l /system/xbin/su:
  14. Result: -rwsr-sr-x root root 22228 2012-07-23 22:58 su
  15. Analysis: Setuid attribute present and root user ownership present. Root access is correctly configured for this file! Executing this file can grant root access!
  16.  
  17. Alternative Location
  18. Check Command: ls -l /sbin/su:
  19. Result: /sbin/su: Permission denied
  20. Analysis: File system permissions restricted and denied access.
  21.  
  22. Alternative Location
  23. Check Command: ls -l /system/xbin/sudo:
  24. Result: /system/xbin/sudo: No such file or directory
  25. Analysis: File /system/xbin/sudo does not exist.
  26.  
  27. Root User ID and Group ID Status:
  28. SU binary not found or not operating properly
  29.  
  30. System Environment PATH: /sbin /vendor/bin /system/sbin /system/bin /system/xbin
  31.  
  32. ADB Shell Default User:
  33. ADB shell setting for standard access, stored in default.prop, is configured as: shell (non root) user - ro.secure=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement