1.0.9 • Published 5 years ago

cf-debug v1.0.9

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

challenge-deobfuscator (cf-debug)

CLI tool that helps debug Cloudflare's Anti-Scrape Shield

Install

npm i -g cf-debug

Usage

# Debug local html
cf-debug page.html
# Debug local js
cf-debug script.js
# Fetch and debug
cf-debug http://example-site.dev
# Save to file
cf-debug https://example-site.dev > challenge.html
# Don't remove elements
cf-debug http://example-site.dev --raw > out.html
# Log recent changes to challenges and exit
cf-debug --changes
# Show replacements, etc.
cf-debug https://example-site.dev --verbose

Frequent updates

It's best to just clone this repo and link with npm

git clone https://github.com/pro-src/cf-debug
cd cf-debug
npm link

Update to the latest revision

git pull && npm link

Sample

Before: https://gist.github.com/pro-src/fbf03cba4a8f6517395f7bc47dd494a7#gistcomment-2875805

After: https://gist.github.com/pro-src/fbf03cba4a8f6517395f7bc47dd494a7#gistcomment-2875806

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago