Proxychains筆記

背景

使用 Ubuntu,想在終端使用代理服務器,改了系統代理卻沒絲毫影響?試看看 Proxychains 吧~

安裝

$ sudo apt-get install proxychains

修改配置文件

proxychains looks for config file in following order:

  1. file listed in environment variable PROXYCHAINS_CONF_FILE or
    provided as a -f argument to proxychains script or binary.
  2. ./proxychains.conf
  3. $(HOME)/.proxychains/proxychains.conf
  4. $(sysconfdir)/proxychains.conf **

** usually /etc/proxychains.conf

使用

在需要的命令前加上 proxychains 即可

$ proxychains python test.py

參考

最后編輯于
?著作權歸作者所有,轉載或內容合作請聯系作者
平臺聲明:文章內容(如有圖片或視頻亦包括在內)由作者上傳并發布,文章內容僅代表作者本人觀點,簡書系信息發布平臺,僅提供信息存儲服務。

推薦閱讀更多精彩內容