📜  匿名 SSH 连接 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:38.881000             🧑  作者: Mango

代码示例1
apt install torsocks
torsocks ssh user@server

# You can use this for any command torsocks will redirect any network traffic by the given command through tor. Also don't forget to stay anonymous in your Local Area Network by using macchanger

apt install macchanger
ifconfig ethx down
macchanger -r ethx
ifconfig ethx up