mirror of
https://github.com/aydinnyunus/gpt4-captcha-bypass.git
synced 2025-07-13 12:52:25 +08:00
Update README.md
This commit is contained in:
parent
30a4c45956
commit
8ed3a9a32e
@ -42,7 +42,7 @@ This project is a CLI tool for testing various types of captchas including puzzl
|
|||||||
Run the CLI tool with the desired captcha type:
|
Run the CLI tool with the desired captcha type:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
python captcha_tester.py [captcha_type]
|
python main.py [captcha_type]
|
||||||
```
|
```
|
||||||
|
|
||||||
where `[captcha_type]` can be one of: `puzzle`, `text`, `complicated_text`, `recaptcha`.
|
where `[captcha_type]` can be one of: `puzzle`, `text`, `complicated_text`, `recaptcha`.
|
||||||
@ -50,7 +50,7 @@ where `[captcha_type]` can be one of: `puzzle`, `text`, `complicated_text`, `rec
|
|||||||
Example:
|
Example:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
python captcha_tester.py text
|
python main.py text
|
||||||
```
|
```
|
||||||
|
|
||||||
## Captcha Types
|
## Captcha Types
|
||||||
|
Loading…
Reference in New Issue
Block a user