1. 程式人生 > >從kali到msf再到veil免殺的一條龍踩坑服務指南

從kali到msf再到veil免殺的一條龍踩坑服務指南

使用方法

使用root使用者登入,執行以下命令:

wget --no-check-certificate -O shadowsocks-all.sh https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks-all.sh
chmod +x shadowsocks-all.sh
./shadowsocks-all.sh 2>&1 | tee shadowsocks-all.log

安裝完成後,指令碼提示如下

Congratulations, your_shadowsocks_version install completed!
Your Server IP        :your_server_ip
Your Server Port      :your_server_port
Your Password         :your_password
Your Encryption Method:your_encryption_method

Welcome to visit:https://teddysun.com/486.html
Enjoy it!

解除安裝方法

若已安裝多個版本,則解除安裝時也需多次執行(每次解除安裝一種)

使用root使用者登入,執行以下命令:

./shadowsocks-all.sh uninstall

啟動指令碼

啟動指令碼後面的引數含義,從左至右依次為:啟動,停止,重啟,檢視狀態。

Shadowsocks-Python 版:
/etc/init.d/shadowsocks-python start | stop | restart | status

ShadowsocksR 版:
/etc/init.d/shadowsocks-r start | stop | restart | status

Shadowsocks-Go 版:
/etc/init.d/shadowsocks-go start | stop | restart | status

Shadowsocks-libev 版:
/etc/init.d/shadowsocks-libev start | stop | restart | status

各版本預設配置檔案

Shadowsocks-Python 版:
/etc/shadowsocks-python/config.json

ShadowsocksR 版:
/etc/shadowsocks-r/config.json

Shadowsocks-Go 版:
/etc/shadowsocks-go/config.json

Shadowsocks-libev 版:
/etc/shadowsocks-libev/config.json

url:https://teddysun.com/486.html(已被牆)