Posts Tagged ‘linux’

SuperUser in Linux

Posted: April 3, 2014 in PC hacking
Tags: , , , ,

Many of you (geeks) that worked in Ubuntu platform.If not, check out this post for some root commands for Ubuntu or any Linux terminal.Linux is not so user friendly as windows.It mostly deals with the terminal commands.Therefore here are some commands for the superuser or (root):

sudo -i                   (enabling root account)
sudo passwd root          (change or set sudo password)
sudo passwd -dl root      (disabling root account)
sudo -k                   (make sure sudo asks for password every time)
sudo -i -u <username>     (login with different account)

Here sudo means “superuser do”.

Hope you like it.Comment your queries.

Firefox has an option of saving login passwords of various websites.It’s a pretty cool option.Many people get tired of typing passwords everytime they get logged into a website.Many educational institutions having internet facilities provide login user id and passwords to their students which are assigned to certain proxyserver through which they can access internet facilities.Here are the simple steps to get the passwords off through the victims computer.You can even use my previous posts such as”Linux live CD’s for trouble shooting and hacking” i.e; you can hack into the victim’s computer and  get the login password without knowing the victims computer administrator password.After all,all the posts I write are interconnected with eachother.You can utterly damage the victims computer files ,bla bla bla  etc.

Here are the simple steps to steal the passwords from firefox:

  • open the firefox in the victims computer and go to options or references, then

firefox_1

Then a small options window will pop up then go to security tab and click on “saved passwords”

firefox_2

Again a small window will pop up,select the username and website and click on “show password”

That’s it,You’re done.

Share it and like it.

If you have any doubt’s comment it.