Privilege Escalation unix helper
Inspector 是一个用于帮助 Linux 环境权限提升的 Python 脚本。启动后,该脚本会搜索内核版本并检查是否存在漏洞利用程序,加载 bash、zsh、mysql 等文件的历史记录,并加载以 root 用户运行的程序列表。
下载到服务器
wget https://raw.githubusercontent.com/graniet/Inspector/master/inspector.py
执行 Inspector
python inspector.py
或者下载并执行
curl https://raw.githubusercontent.com/graniet/Inspector/master/inspector.py | python