Skip to content

MazharIITK/DockerBasedEchoServerInC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

echo-server with docker-compose

This is the initial step towards writing a Honeypot. This repository contains an echo-server as server.c, a client as client.c and a proxy as proxy.c . There are dockerfiles in ServerDocker and ProxyDocker.

The server.c and proxy.c files are run in containers using the docker-compose.yml .This is a simple model which gives an idea on how a proxy can log all the informations that are passed from a client to server as it acts as an intermediate between client and proxy. The Honeypot will work in the same manner.

About

An echo-server, client and a proxy implemented in C, their dockerfiles along with docker-compose file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages