用户权限

0x00 "This account is currently not available"

# usermod -s /bin/bash userName

0x01 使用指定用户运行命令

# su - userName -c "Command"

SSH

0x00 使用代理

ssh -o ProxyCommand="nc -x proxyIp:port %h %p" user@server
Last modification:October 24, 2019
如果觉得我的文章对你有用,请随意赞赏