mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-09-06 18:01:07 +00:00
Update README.md
This commit is contained in:
parent
af15c77032
commit
fa5a0558ad
|
@ -11,6 +11,8 @@ You <-> Proxy client (Python) <-> Parasitized proxy server (Optional, PHP) <-> O
|
||||||
```
|
```
|
||||||
For example, build a simple web debugging proxy on the shared servers.
|
For example, build a simple web debugging proxy on the shared servers.
|
||||||
|
|
||||||
|
The default is stateless. You can use the stateful mode to avoid being constrained by transmission capacity limits (e.g., `max_upload_size`).
|
||||||
|
|
||||||
### Spam filtering strategy
|
### Spam filtering strategy
|
||||||
* [K-Anonymity](https://en.wikipedia.org/wiki/K-anonymity) test - Estimating whether the characters has been arranged by humans. (use [Have I Been Pwned](https://haveibeenpwned.com/Passwords))
|
* [K-Anonymity](https://en.wikipedia.org/wiki/K-anonymity) test - Estimating whether the characters has been arranged by humans. (use [Have I Been Pwned](https://haveibeenpwned.com/Passwords))
|
||||||
* Not CAPTCHA - Image spam containing characters that look very similar to [CAPTCHA](https://en.wikipedia.org/wiki/CAPTCHA). (use [TrueCaptcha](https://truecaptcha.org/))
|
* Not CAPTCHA - Image spam containing characters that look very similar to [CAPTCHA](https://en.wikipedia.org/wiki/CAPTCHA). (use [TrueCaptcha](https://truecaptcha.org/))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user