Sign inSign up

glanf/http_filter

By glanf

Updated almost 11 years ago

A basic HTTP request filter (proxy) implemented in Python.

Image
0

1.2K

glanf/http_filter repository overview

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)

Tag summary

Content type

Image

Digest

sha256:b787f3fc5

Size

141.8 MB

Last updated

almost 11 years ago

docker pull glanf/http_filter