termite 跳板机管理
Contents
Termite 是一款跳板机管理工具, 支持多种平台, 跳板机间可相互连接, 支持正反向 shell, socks 代理, 端口转发.
程序分为 admin 和 agent
首先运行 agent
agent -l port
admin 连接
admin -c ip -p port
agent 显示信息
输入 help 查看命令
show 查看拓补
W windows
M MacOS
L Linux
选择主机
goto id
反弹 shell
shell port
netcat 连接
开启 socks 代理
socks port
之后用 proxychians 连接
上传/下载文件
upfile 1.txt 2.txt
downfile 1.txt 2.txt
我这失败了 应该是只支持 linux
端口转发
lcxtran local-port ip remote-port
将目标服务器所在网段的某个 ip 的 remote-port 转发到本地的 local-port
添加拓补
将其他主机加入拓补
agent -c agent-ip port
连接已有的 agent (之前的 agent -l port)
因为连接的是前面的 agent 所以 2W 在 1W 下面