mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-09-06 01:41:00 +00:00
Update README.md
This commit is contained in:
parent
5ea61fd262
commit
b2993d623a
|
@ -1,14 +1,19 @@
|
||||||
# gnh1201/caterpillar
|
# gnh1201/caterpillar
|
||||||
Caterpillar - The simple and parasitic web proxy with spam filter
|
Caterpillar - The simple and parasitic web proxy with spam filter
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## How to works
|
## How to works
|
||||||
|
|
||||||
|
### Basic structure
|
||||||
```
|
```
|
||||||
You <-> Proxy client (Python) <-> Parasitized proxy server (Optional, PHP) <-> On the Web
|
You <-> Proxy client (Python) <-> Parasitized proxy server (Optional, PHP) <-> On the Web
|
||||||
```
|
```
|
||||||
|
For example, build a simple web debugging proxy on the shared servers.
|
||||||
|
|
||||||
Build a simple web debugging proxy on the shared servers!
|
### Spam filters
|
||||||
|
* [K-Anonymity](https://en.wikipedia.org/wiki/K-anonymity) test based filter (use pwnedpasswords.com)
|
||||||
|
* image spam
|
||||||
|
|
||||||
## (Optional) Before to use
|
## (Optional) Before to use
|
||||||
If you have an ***will be parasitize*** server that you want to proxy, you can install the `index.php` file.
|
If you have an ***will be parasitize*** server that you want to proxy, you can install the `index.php` file.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user