Update README.md

This commit is contained in:
Namhyeon Go 2024-02-19 16:38:36 +09:00 committed by GitHub
parent c20161ee23
commit c803ccf134
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,8 +12,8 @@ You <-> Proxy client (Python) <-> Parasitized proxy server (Optional, PHP) <-> O
For example, build a simple web debugging proxy on the shared servers.
### Spam filtering strategy
* [K-Anonymity](https://en.wikipedia.org/wiki/K-anonymity) test - Estimating whether the string of characters has been arranged by humans (use [Have I Been Pwned](https://haveibeenpwned.com/))
* Image spam containing characters that look very similar to CAPTCHA (use [TrueCaptcha](https://truecaptcha.org/))
* [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/))
* Image spam containing characters that look very similar to CAPTCHA. (use [TrueCaptcha](https://truecaptcha.org/))
## (Optional) Before to use
If you have an ***will be parasitize*** server that you want to proxy, you can install the `index.php` file.