Linux权限提升
# Linux权限提升全面指南
## 一、基础准备
### 1. 基础命令
```bash
# 开启shell交互式
python -c 'import pty; pty.spawn("/bin/bash")'
# python开启http服务
python3 -m http.server 8080
```
### 2. 系统信息收集
```bash
# 操作系统信息
hostnamectl
cat /etc/*-release
lsb_release -a
cat /etc/lsb-r
2025-08-30 11:10:41
0