https://github.com/gnuns/cfget
:snake: A node.js cli tool to bypass Cloudflare's anti-bot and get the page contents
https://github.com/gnuns/cfget
bypass cfd cloudflare nodejs
Last synced: 5 months ago
JSON representation
:snake: A node.js cli tool to bypass Cloudflare's anti-bot and get the page contents
- Host: GitHub
- URL: https://github.com/gnuns/cfget
- Owner: gnuns
- License: mit
- Created: 2017-02-13T07:02:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-13T17:19:32.000Z (about 8 years ago)
- Last Synced: 2025-03-22T10:24:07.846Z (11 months ago)
- Topics: bypass, cfd, cloudflare, nodejs
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### cfget
A node.js cli tool to bypass Cloudflare's anti-bot and get the page contents
It's pretty simple to use:
```sh
npm install -g cfget
cfget http://cloudflare.com
```
### TODO
- [ ] change zombie.js to nightmare.js