推荐WebShell

http://www-personal.umich.edu/~mressl/webshell/

这个脚本是一个简单的web server,功能是提供一个web界面的ssh接口,需要python和pyopenssl支持。下载解压之后首先执行make_certificate.sh,然后执行./WebShell.py

推荐的参数是-p 443 -d,这样可以采用默认的端口进行ssh,并成为一个daemon在后台运行。这个程序对于我这种有时无法直接ssh而只能web的人来说可以应急使用。(只有http[s]代理,而没有socket代理)

需要注意的是执行似乎需要root权限,否则在pty.fork()时候会失败。(很奇怪,我在python的终端内执行时这个函数不会失败的……)

This entry was posted in Linux and tagged . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.