Maheshchakkarwar / market-enabler

Automatically exported from code.google.com/p/market-enabler
0 stars 0 forks source link

Checking for root access #30

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Implement a cheking method to see if root access is possible.
1: Check if su command is around
  if yes: try if command can be run as root
    if yes: goto end(1)
    if no: goto 2
  if no: goto 2
2: try to exploit with help from flashrec project
  if yes: goto end(2)
  if no: goto 3
3: ask for alternate su command
  if yes: do same as in 1 to check command is working
  if no: goto end(0)
end: save settings that worked and use it in every ME change

Original issue reported on code.google.com by michel.racic on 5 Nov 2009 at 11:39

GoogleCodeExporter commented 9 years ago
Issue 56 has been merged into this issue.

Original comment by michel.racic on 2 Jul 2010 at 8:58