-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 735 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "cloudflare-bypass",
"version": "1.0.0",
"description": "Cloudflare Turnstile bypass using puppeteer-real-browser. For testing your own sites. Professional service: https://mrstresser.com",
"main": "bypass_turnstile.js",
"scripts": {
"bypass": "node bypass_turnstile.js"
},
"keywords": [
"cloudflare-bypass", "turnstile-bypass", "cf-bypass", "puppeteer",
"ddos-bypass", "waf-bypass", "captcha-bypass", "mrstresser"
],
"author": "MrStresser <support@mrstresser.com>",
"license": "MIT",
"homepage": "https://mrstresser.com",
"repository": {
"type": "git",
"url": "https://github.com/mrstresser/cloudflare-bypass"
},
"dependencies": {
"puppeteer-real-browser": "^1.3.0"
}
}