Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Xewdy444 authored Oct 23, 2024
1 parent fe5b4cc commit 6aa1c4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ A simple program for scraping Cloudflare clearance (cf_clearance) cookies from w
In order to bypass Cloudflare challenges with the clearance cookies, you must make sure of two things:

- The user agent used to fetch the clearance cookie must match the user agent being used within the requests that use the clearance cookie
> **Note**
> The default user agent used by the scraper is `Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36`.
> [!NOTE]
> The default user agent used by the scraper is `Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36`.
- The IP address used to fetch the clearance cookie must match the IP address being used to make the requests that use the clearance cookie

```mermaid
Expand All @@ -24,7 +24,7 @@ flowchart
$ pip install -r requirements.txt

## Usage
> **Note**
> [!NOTE]
> Depending on the user agent used, it may affect your ability to solve the Cloudflare challenge.
```
Expand Down

0 comments on commit 6aa1c4d

Please sign in to comment.