layer7脚本 browser绕过captcha

分享一个browser脚本,来自老外频道,测试过了 效果很好,一台linode 40块钱月抛即可打出2w请求峰值

老外的脚本,全开源,无后门

apt update;
curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -;
sudo apt-get install -y nodejs;
sudo apt install -y xvfb;
sudo apt install -y unzip;
sudo apt install -y wget;
wget https://dl.google.com/linux/deb/pool/main/g/google-chrome-stable/google-chrome-stable_120.0.6099.129-1_amd64.deb;
sudo dpkg -i google-chrome-stable_120.0.6099.129-1_amd64.deb;
wget https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/120.0.6099.109/linux64/chromedriver-linux64.zip;
unzip chromedriver-linux64.zip;
npm install puppeteer puppeteer-real-browser colors user-agents header-generator axios hpack;
npx puppeteer browsers install chrome;

无脑式一键安装即可

然后上传脚本以及代理文件proxy.txt

运行方式

node BROWSER.mjs
node BROWSER.mjs (target) (time) (threads) (rate) (proxyfile) (options)

例子

node BROWSER.mjs https://google.com 300 5 90 proxy.txt --debug true
node BROWSER.mjs https://cfcybernews.eu 120 2 60 proxy.txt --fingerprint true

下载

 

请登录后发表评论

    请登录后查看回复内容

Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.

Powered By
Best Wordpress Adblock Detecting Plugin | CHP Adblock