rofl0r / proxychains-ng

proxychains ng (new generation) - a preloader which hooks calls to sockets in dynamically linked programs and redirects it through one or more socks/http proxies. continuation of the unmaintained proxychains project. the sf.net page is currently not updated, use releases from github release page instead.
http://sourceforge.net/projects/proxychains-ng/files
GNU General Public License v2.0
9.82k stars 1.08k forks source link

why? #527

Closed Mr-Ao-Dragon closed 11 months ago

Mr-Ao-Dragon commented 1 year ago

what happen?

# mraodragon @ localhost in ~/下载 [17:37:42] C:130
$ sudo zypper up proxychains-ng
正在加载软件源数据...
正在读取已安装的软件包...
没有 'proxychains-ng-4.16-1.7.x86_64' 的更新候选。已安装了可获取的最高版本。正在解决软件包依赖关系...

以下 5 个项已锁定且不会被任何操作改动: 可用版本:
  opensuse-welcome opensuse-welcome-lang plasma5-pk-updates plasma5-pk-updates-lang texlive
无事可做。
# mraodragon @ localhost in ~/下载 [17:37:55] 
$ zypper se proxychains                               
正在加载软件源数据...
正在读取已安装的软件包...

S  | Name           | Summary                                   | Type
---+----------------+-------------------------------------------+-------
i+ | proxychains-ng | Redirect connection through proxy servers | 软件包
# mraodragon @ localhost in ~/下载 [17:38:11] 
$ proxychains4 -f /etc/proxychains.conf ping google.com 
[proxychains] config file found: /etc/proxychains.conf
[proxychains] preloading /usr/lib64/libproxychains4.so
couldnt read configuration file: Permission denied

# mraodragon @ localhost in ~/下载 [17:38:21] C:1
$ la /etc/proxychains.conf                              
-rw-rw-r-- 1 root root 5.8K  7月 8日 23:32 /etc/proxychains.conf

# mraodragon @ localhost in ~/下载 [17:38:25] 
$ 

image image

brinkqiang commented 11 months ago

couldnt read configuration file: Permission denied cp -rf /etc/proxychains.conf ~/proxychains.conf proxychains4 -f ~/proxychains.conf