LoginSignup
0
0

More than 1 year has passed since last update.

ProxychainsでいっぱいchainしたいのでProxyをいっぱい取得する

Posted at

proxyを取得する

https://github.com/monosans/proxy-scraper-checker
このツールを使えば大量に取得できます(スクリプトキディ)

あとは、
https://github.com/BlackSnowDot/proxylist-update-every-minute
こことかに大量に、使えるプロキシがあります。
色んな意味で凄いですね、この量を毎分更新って...

Proxychainsの設定をする

特に難しい事はしません
/etc/proxychains4.conf
にある設定ファイルをお好みのテキストエディタで編集します。
一番最後に
[ProxyList]
があるのでそこに使うプロキシを追加します。
使えないプロキシが出る場合もあるのでdynamic_chainモードで利用します。

$proxychains4 curl example.com
[proxychains] config file found: /etc/proxychains4.conf
[proxychains] preloading /usr/lib/x86_64-linux-gnu/libproxychains.so.4
[proxychains] DLL init: proxychains-ng 4.14
[proxychains] Strict chain  ...  47.xxx.xxx.xxx:10080  ...  37.xxx.xxx.xxx:17423  ...  104.xxx.xxx.xxx:29602  ...  103.xxx.xxx.xxx:8080  ...  example.com:80  ...  OK
<!doctype html>
<html>
<head>
    <title>Example Domain</title>
...

みたいな感じになります。
これでも使えないプロキシが結構多い気がします。
Torでのアクセスがブロックされる場合に使うとかになるんですかね。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0