{ "version": "https://jsonfeed.org/version/1.1", "user_comment": "This feed allows you to read the posts from this site in any feed reader that supports the JSON Feed format. To add this feed to your reader, copy the following URL -- https://matoken.org/blog/tag/proxy/feed/json/ -- and add it your reader.", "home_page_url": "https://matoken.org/blog/tag/proxy/", "feed_url": "https://matoken.org/blog/tag/proxy/feed/json/", "language": "ja", "title": "proxy – matoken's blog", "description": "Is there no plan B?", "icon": "https://matoken.org/blog/wp-content/uploads/2025/03/cropped-1865f695c4eecc844385acef2f078255036adccd42c254580ea3844543ab56d9.jpeg", "items": [ { "id": "http://matoken.org/blog/?p=2385", "url": "https://matoken.org/blog/2019/05/07/try-proxychains-ng-to-make-proxy-usable-in-various-programs/", "title": "\u8272\u3005\u306a\u30d7\u30ed\u30b0\u30e9\u30e0\u3067 proxy \u3092\u4f7f\u3048\u308b\u3088\u3046\u306b\u3059\u308b proxychains-ng \u3092\u8a66\u3059", "content_html": "

proxychains-ng \u3068\u3044\u3046\u3082\u306e\u3092\u898b\u304b\u3051\u305f\u306e\u3067\u8a66\u3057\u3066\u307f\u307e\u3059\uff0e\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u95a2\u9023\u306e\u95a2\u6570\u3092\u30d5\u30c3\u30af\u3057\u3066\uff0cSOCKS 4a, 5, HTTP proxy \u3092\u5229\u7528\u3067\u304d\u308b\u3088\u3046\u306b\u3057\u307e\u3059\uff0e
\ntorsocks\u7684\u306a\u611f\u3058\uff0e

\n\n

\u3068\u308a\u3042\u3048\u305a\u3053\u3093\u306a\u611f\u3058\u3067\u52d5\u304d\u307e\u3057\u305f

\n
$ git clone https://github.com/rofl0r/proxychains-ng\r\n$ cd proxychains-ng\r\n$ ./configure && make\r\n
\n

src/proxychains.conf\u306btor\u306e\u8a2d\u5b9a\u304c\u66f8\u3044\u3066\u3042\u308b\u306e\u3067\u3068\u308a\u3042\u3048\u305a\u305d\u308c\u3067\u52d5\u304b\u3057\u307e\u3059\uff0e(tor daemon \u304c\u52d5\u3044\u3066\u3044\u308b\u524d\u63d0)
\n1\u56de\u76ee\u306ftimeout\u306b\uff0c2\u56de\u76ee\u306f\u6210\u529f\uff0e

\n
$ ./proxychains4 -f src/proxychains.conf curl ifconfig.me/ip\r\n  :\r\n[proxychains] Strict chain  ...  127.0.0.1:9050  ...  ifconfig.me:80 <--socket error or timeout!\r\ncurl: (7) Couldn't connect to server\r\n
\n
$ ./proxychains4 -f src/proxychains.conf curl ifconfig.me/ip\r\n  :\r\n[proxychains] Strict chain  ...  127.0.0.1:9050  ...  ifconfig.me:80  ...  OK\r\n158.69.192.239\r\n
\n

torsocks\u3067\u306f\u8d77\u52d5\u3057\u306a\u3044firefox \u3082\u8d77\u52d5\u3057\u305f\uff0e

\n
$ ./proxychains4 -f src/proxychains.conf firefox\r\n
\n

Debian package \u306b\u3082 proxychains4 \u3068\u3044\u3046\u540d\u524d\u3067\u3042\u3063\u305f\uff0e\u3053\u3063\u3061\u306e\u307b\u3046\u304c\u697d\u3067\u3059\u306d\uff0e

\n
$ apt show proxychains4\r\nPackage: proxychains4\r\nVersion: 4.13-4\r\nPriority: optional\r\nSection: net\r\nSource: proxychains-ng\r\nMaintainer: Boyuan Yang <byang@debian.org>\r\nInstalled-Size: 45.1 kB\r\nProvides: proxychains, proxychains-ng\r\nDepends: libproxychains4 (= 4.13-4), libc6 (>= 2.4)\r\nBreaks: proxychains (<< 3.1-8)\r\nReplaces: proxychains\r\nHomepage: https://github.com/rofl0r/proxychains-ng\r\nDownload-Size: 14.1 kB\r\nAPT-Sources: http://ftp.jp.debian.org/debian sid/main amd64 Packages\r\nDescription: redirect connections through socks/http proxies (proxychains-ng)\r\n Proxychains is a UNIX program, that hooks network-related libc functions\r\n in dynamically linked programs via a preloaded DLL (dlsym(), LD_PRELOAD)\r\n and redirects the connections through SOCKS4a/5 or HTTP proxies.\r\n It supports TCP only (no UDP/ICMP etc).\r\n .\r\n This project, proxychains-ng, is the continuation of the unmaintained\r\n proxychains project (known as proxychains package in Debian).\r\n$ sudo apt install proxychains4\r\n$ $ proxychains4 curl ifconfig.me/ip\r\n[proxychains] config file found: /etc/proxychains4.conf\r\n[proxychains] preloading /usr/lib/x86_64-linux-gnu/libproxychains.so.4\r\n[proxychains] DLL init: proxychains-ng 4.13\r\n[proxychains] Strict chain  ...  127.0.0.1:9050  ...  ifconfig.me:80  ...  OK\r\n94.230.208.147\r\n
\n

\u74b0\u5883

\n
$ lsb_release -dr\r\nDescription:    Debian GNU/Linux 10 (buster)\r\nRelease:        10\r\n$ uname -m\r\nx86_64\r\n
\n

\n", "content_text": "proxychains-ng \u3068\u3044\u3046\u3082\u306e\u3092\u898b\u304b\u3051\u305f\u306e\u3067\u8a66\u3057\u3066\u307f\u307e\u3059\uff0e\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u95a2\u9023\u306e\u95a2\u6570\u3092\u30d5\u30c3\u30af\u3057\u3066\uff0cSOCKS 4a, 5, HTTP proxy \u3092\u5229\u7528\u3067\u304d\u308b\u3088\u3046\u306b\u3057\u307e\u3059\uff0e\ntorsocks\u7684\u306a\u611f\u3058\uff0e\n\nrofl0r/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.\n\n\u3068\u308a\u3042\u3048\u305a\u3053\u3093\u306a\u611f\u3058\u3067\u52d5\u304d\u307e\u3057\u305f\n$ git clone https://github.com/rofl0r/proxychains-ng\r\n$ cd proxychains-ng\r\n$ ./configure && make\r\n\nsrc/proxychains.conf\u306btor\u306e\u8a2d\u5b9a\u304c\u66f8\u3044\u3066\u3042\u308b\u306e\u3067\u3068\u308a\u3042\u3048\u305a\u305d\u308c\u3067\u52d5\u304b\u3057\u307e\u3059\uff0e(tor daemon \u304c\u52d5\u3044\u3066\u3044\u308b\u524d\u63d0)\n1\u56de\u76ee\u306ftimeout\u306b\uff0c2\u56de\u76ee\u306f\u6210\u529f\uff0e\n$ ./proxychains4 -f src/proxychains.conf curl ifconfig.me/ip\r\n :\r\n[proxychains] Strict chain ... 127.0.0.1:9050 ... ifconfig.me:80 <--socket error or timeout!\r\ncurl: (7) Couldn't connect to server\r\n\n$ ./proxychains4 -f src/proxychains.conf curl ifconfig.me/ip\r\n :\r\n[proxychains] Strict chain ... 127.0.0.1:9050 ... ifconfig.me:80 ... OK\r\n158.69.192.239\r\n\ntorsocks\u3067\u306f\u8d77\u52d5\u3057\u306a\u3044firefox \u3082\u8d77\u52d5\u3057\u305f\uff0e\n$ ./proxychains4 -f src/proxychains.conf firefox\r\n\nDebian package \u306b\u3082 proxychains4 \u3068\u3044\u3046\u540d\u524d\u3067\u3042\u3063\u305f\uff0e\u3053\u3063\u3061\u306e\u307b\u3046\u304c\u697d\u3067\u3059\u306d\uff0e\n$ apt show proxychains4\r\nPackage: proxychains4\r\nVersion: 4.13-4\r\nPriority: optional\r\nSection: net\r\nSource: proxychains-ng\r\nMaintainer: Boyuan Yang <byang@debian.org>\r\nInstalled-Size: 45.1 kB\r\nProvides: proxychains, proxychains-ng\r\nDepends: libproxychains4 (= 4.13-4), libc6 (>= 2.4)\r\nBreaks: proxychains (<< 3.1-8)\r\nReplaces: proxychains\r\nHomepage: https://github.com/rofl0r/proxychains-ng\r\nDownload-Size: 14.1 kB\r\nAPT-Sources: http://ftp.jp.debian.org/debian sid/main amd64 Packages\r\nDescription: redirect connections through socks/http proxies (proxychains-ng)\r\n Proxychains is a UNIX program, that hooks network-related libc functions\r\n in dynamically linked programs via a preloaded DLL (dlsym(), LD_PRELOAD)\r\n and redirects the connections through SOCKS4a/5 or HTTP proxies.\r\n It supports TCP only (no UDP/ICMP etc).\r\n .\r\n This project, proxychains-ng, is the continuation of the unmaintained\r\n proxychains project (known as proxychains package in Debian).\r\n$ sudo apt install proxychains4\r\n$ $ proxychains4 curl ifconfig.me/ip\r\n[proxychains] config file found: /etc/proxychains4.conf\r\n[proxychains] preloading /usr/lib/x86_64-linux-gnu/libproxychains.so.4\r\n[proxychains] DLL init: proxychains-ng 4.13\r\n[proxychains] Strict chain ... 127.0.0.1:9050 ... ifconfig.me:80 ... OK\r\n94.230.208.147\r\n\n\u74b0\u5883\n$ lsb_release -dr\r\nDescription: Debian GNU/Linux 10 (buster)\r\nRelease: 10\r\n$ uname -m\r\nx86_64", "date_published": "2019-05-07T19:28:12+09:00", "date_modified": "2019-05-07T19:51:55+09:00", "authors": [ { "name": "matoken", "url": "https://matoken.org/blog/author/matoken/", "avatar": "https://secure.gravatar.com/avatar/38f5f3b575c5eb45cda6aa659bca119ac7a5e16b46565e869d0030e3bd66981d?s=512&d=mm&r=g" } ], "author": { "name": "matoken", "url": "https://matoken.org/blog/author/matoken/", "avatar": "https://secure.gravatar.com/avatar/38f5f3b575c5eb45cda6aa659bca119ac7a5e16b46565e869d0030e3bd66981d?s=512&d=mm&r=g" }, "tags": [ "proxy", "Debian", "Linux", "sid" ] } ] }