What is LIVE CD root password?Submitted by earroyoron on Fri, 07/09/2010 - 05:03 |
It's needed to some features and tools!
I don't know how to find it
thanks a lot
|
AppSecLive.org |
||
NavigationRecent blog posts
Active forum topicsNew forum topics |
It's needed to some features and tools! thanks a lot |
User login |
Replying myself....
Sorry I didn't notice that owasp user can do 'sudo'
I'm not a newby in Un*x (MacOS adicted, that uses sudo too) but clueless...
Root for the OWASP WTE
To tell you the truth, I don't know what the root password is either. ;)
And, luckily, you don't need to know it either. Since we've moved WTE to Ubuntu, there's a fully featured sudo installation. If you need to do something as root, just add sudo in front of your command like:
$ sudo nmap -v -sS -F example.com
and use the owasp users's password of owasp.
If you like living dangerously and you've got a creative and devious mind, you might realize you can do things like this too:
$ sudo su -
But all the warnings of running as root apply.
Best of luck!
You need to enable root account
Hi I have found the work around for root password. follow the below steps:
1. Open your terminal and then enter the below command
$sudo passwd root
2. first enter your owasp password and then It'll prompt for a new root password and once you confirm it, you can start using the root account to login.