A basic HTTP request filter (proxy) implemented in Python.
1.2K
This network function drops packets which contain the data with the string 'hack'. When the network function is activated, the following behaviour is expected:
root@testclient:~# curl -X POST --data hacdk 10.0.0.3
Response received
root@testclient:~# curl -X POST --data hack 10.0.0.3
No response received (filtered due to content)
Content type
Image
Digest
sha256:b787f3fc5…
Size
141.8 MB
Last updated
almost 11 years ago
docker pull glanf/http_filter