Skip to content

版本v1.0

Compare
Choose a tag to compare
@giantbranch giantbranch released this 23 Sep 14:55
· 31 commits to master since this release

介绍

  1. 安全性基于chroot
  2. 只有ls,cat, sh三个命令可供使用,保证安全
  3. 当然给了sh还是会有风险,比如fork炸弹

由于第3点,v2.0版本中,我将不再提供上面三个命令,而是将自己写的,静态编译的catflag程序作为/bin/sh,这样就会更加安全,建议使用v2.0版本