Proxychains笔记

作者: 苏尚君 | 来源:发表于2016-08-28 23:39 被阅读106次

背景

使用 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

参考

相关文章

  • Proxychains笔记

    背景 使用 Ubuntu,想在终端使用代理服务器,改了系统代理却没丝毫影响?试看看 Proxychains 吧~ ...

  • linux终端代理

    proxychains sudo apt install proxychains 修改/etc/proxychai...

  • mac 命令行翻越

    安装 homebrew 安装 proxychains-ng 配置proxychains-ng 安装 proxych...

  • proxychains 使用指北

    前言 proxychains新的版本已经称为proxychains-ng由rofl0r托管在GitHub中维护,一...

  • ubuntu 终端使用ss代理

    安装proxychains 编辑配置文件 在最后一行加上 注销重新登录 使用 在命令前加上proxychains即...

  • 指定程序使用代理

    sudo apt install proxychainsvim /etc/proxychains.confsock...

  • FUCKGFW

    方案:shadowsocks+proxychains+supervisor shadowsocks sudo pi...

  • Fix ProxyChains error

    Download or use clone ProxyChains v4 git using the follow...

  • 终端代理设置

    环境 Ubuntu 14.04 工具 proxychains 安装 sudo apt-get install pr...

  • mac os10.11上使用proxychains

    使用brew安装proxychainsbrew install proxychains-ng 开启科学上网的代理,...

网友评论

    本文标题:Proxychains笔记

    本文链接:https://www.haomeiwen.com/subject/kwoisttx.html